diff options
author | naddy <naddy@FreeBSD.org> | 2009-07-11 04:28:37 +0800 |
---|---|---|
committer | naddy <naddy@FreeBSD.org> | 2009-07-11 04:28:37 +0800 |
commit | 54a4bf7bae8822734e137c91c03b9f492c25f0e4 (patch) | |
tree | f3bd339148d110e7f4a03b6ac254f66c22b60729 /audio | |
parent | 8ff51527826032bd8346074540ed2464545f109c (diff) | |
download | freebsd-ports-gnome-54a4bf7bae8822734e137c91c03b9f492c25f0e4.tar.gz freebsd-ports-gnome-54a4bf7bae8822734e137c91c03b9f492c25f0e4.tar.zst freebsd-ports-gnome-54a4bf7bae8822734e137c91c03b9f492c25f0e4.zip |
Bugfix update to 1.2.3. From the change log:
* 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
Diffstat (limited to 'audio')
-rw-r--r-- | audio/libvorbis/Makefile | 2 | ||||
-rw-r--r-- | audio/libvorbis/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/audio/libvorbis/Makefile b/audio/libvorbis/Makefile index 57a6fdf14255..3af8a20e8955 100644 --- a/audio/libvorbis/Makefile +++ b/audio/libvorbis/Makefile @@ -6,7 +6,7 @@ # PORTNAME= libvorbis -PORTVERSION= 1.2.2 +PORTVERSION= 1.2.3 PORTEPOCH= 3 CATEGORIES= audio MASTER_SITES= http://downloads.xiph.org/releases/vorbis/ \ diff --git a/audio/libvorbis/distinfo b/audio/libvorbis/distinfo index 26e878f02393..20ec5783e10d 100644 --- a/audio/libvorbis/distinfo +++ b/audio/libvorbis/distinfo @@ -1,3 +1,3 @@ -MD5 (libvorbis-1.2.2.tar.gz) = fcab1884e78c49f06352d92cedf9a06a -SHA256 (libvorbis-1.2.2.tar.gz) = e1c23cc3fdd9d07cdee3441ca44918987d995ea7ea457ddf61b430ac5a6b361d -SIZE (libvorbis-1.2.2.tar.gz) = 1475590 +MD5 (libvorbis-1.2.3.tar.gz) = 5aa77f55c0e0aab8eb8ed982335daac8 +SHA256 (libvorbis-1.2.3.tar.gz) = c679d1e5e45a3ec8aceb5e71de8e3712630b7a6dec6952886c17435a65955947 +SIZE (libvorbis-1.2.3.tar.gz) = 1474492 |