diff options
author | wiz <wiz@pkgsrc.org> | 2009-07-17 20:28:21 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-07-17 20:28:21 +0000 |
commit | 9e004d1a761f2354d0a123985af314ebedc61915 (patch) | |
tree | aa0594e91ba084f14f2b6d2f549064d5ffe45a0f /audio/libvorbis/distinfo | |
parent | f1878169c9a2b4137609fe2e832ac89cbe5a4db7 (diff) | |
download | pkgsrc-9e004d1a761f2354d0a123985af314ebedc61915.tar.gz |
Update to 1.2.3. Set LICENSE.
Two of the patches were from upstream CVS, the other two are not needed
any longer because the configure script was improved.
libvorbis 1.2.3 (2009-07-09) -- "Xiph.Org libVorbis I 20090709"
* correct a vorbisfile bug that prevented proper playback of
Vorbis files where all audio in a logical stream is in a
single page
* Additional decode setup hardening against malicious streams
* Add 'OV_EXCLUDE_STATIC_CALLBACKS' define for developers who
wish to avoid avoid unused symbol warnings from the static
callbacks defined in vorbisfile.h
libvorbis 1.2.2 (2009-06-24) -- "Xiph.Org libVorbis I 20090624"
* define VENDOR and ENCODER strings
* seek correctly in files bigger than 2 GB (Windows)
* fix regression from CVE-2008-1420; 1.0b1 files work again
* mark all tables as constant to reduce memory occupation
* additional decoder hardening against malicious streams
* substantially reduce amount of seeking performed by Vorbisfile
* Multichannel decode bugfix
* build system updates
* minor specification clarifications/fixes
libvorbis 1.2.1 (unreleased) -- "Xiph.Org libVorbis I 20080501"
* Improved robustness with corrupt streams.
* New ov_read_filter() vorbisfile call allows filtering decoded
audio as floats before converting to integer samples.
* Fix an encoder bug with multichannel streams.
* Replaced RTP payload format draft with RFC 5215.
* Bare bones self test under 'make check'.
* Fix a problem encoding some streams between 14 and 28 kHz.
* Fix a numerical instability in the edge extrapolation filter.
* Build system improvements.
* Specification correction.
Diffstat (limited to 'audio/libvorbis/distinfo')
-rw-r--r-- | audio/libvorbis/distinfo | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/audio/libvorbis/distinfo b/audio/libvorbis/distinfo index e2858d5218f..84adab88e8d 100644 --- a/audio/libvorbis/distinfo +++ b/audio/libvorbis/distinfo @@ -1,9 +1,5 @@ -$NetBSD: distinfo,v 1.16 2009/05/18 04:42:44 dholland Exp $ +$NetBSD: distinfo,v 1.17 2009/07/17 20:28:21 wiz Exp $ -SHA1 (libvorbis-1.2.0.tar.gz) = 6ff5f9d9d71cc385ee180171cc21af5653b76a16 -RMD160 (libvorbis-1.2.0.tar.gz) = 54bf2b48943e283f003cd5dfb4bf9e519b6a817d -Size (libvorbis-1.2.0.tar.gz) = 1494373 bytes -SHA1 (patch-aa) = 8d6d491a75531eb0527da6218eeb123692ae747e -SHA1 (patch-ab) = 07c6ef26df0adf1abce4b96a6aff512ed1d6597a -SHA1 (patch-ac) = afa921a67e85ccc81ced6ddfb7d48a9472de76dd -SHA1 (patch-ad) = bb28ad8754b8d1dadd6541c2a80a2961e5343914 +SHA1 (libvorbis-1.2.3.tar.gz) = a93251aa5e4f142db4fa6433de80797f80960fac +RMD160 (libvorbis-1.2.3.tar.gz) = e80ad7de3c2599e0d88994876407ac8fe3c9a0e7 +Size (libvorbis-1.2.3.tar.gz) = 1474492 bytes |