diff options
author | naddy <naddy@FreeBSD.org> | 2009-07-07 05:23:56 +0800 |
---|---|---|
committer | naddy <naddy@FreeBSD.org> | 2009-07-07 05:23:56 +0800 |
commit | 2d7bb4f0d37beeccebcd51e228c7b99b94045316 (patch) | |
tree | 6b98c4b095e70464131c0ae4e1bd1b3bb20f4cf0 /audio/libvorbis/distinfo | |
parent | 74e65383d35fe42b600f780a2baaca4bf1ff9643 (diff) | |
download | freebsd-ports-gnome-2d7bb4f0d37beeccebcd51e228c7b99b94045316.tar.gz freebsd-ports-gnome-2d7bb4f0d37beeccebcd51e228c7b99b94045316.tar.zst freebsd-ports-gnome-2d7bb4f0d37beeccebcd51e228c7b99b94045316.zip |
Update to 1.2.2. From the change log:
* define VENDOR and ENCODER strings
* 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
* 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.
* 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.
* Specification correction.
Diffstat (limited to 'audio/libvorbis/distinfo')
-rw-r--r-- | audio/libvorbis/distinfo | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/libvorbis/distinfo b/audio/libvorbis/distinfo index 6e84d5b5ccef..26e878f02393 100644 --- a/audio/libvorbis/distinfo +++ b/audio/libvorbis/distinfo @@ -1,3 +1,3 @@ -MD5 (libvorbis-1.2.0.tar.gz) = 478646358c49f34aedcce58948793619 -SHA256 (libvorbis-1.2.0.tar.gz) = 6eb7040048e35448fe224fa3fd993eb4e49a905c57893886082f1674d43b0e73 -SIZE (libvorbis-1.2.0.tar.gz) = 1494373 +MD5 (libvorbis-1.2.2.tar.gz) = fcab1884e78c49f06352d92cedf9a06a +SHA256 (libvorbis-1.2.2.tar.gz) = e1c23cc3fdd9d07cdee3441ca44918987d995ea7ea457ddf61b430ac5a6b361d +SIZE (libvorbis-1.2.2.tar.gz) = 1475590 |