Tue Feb 21 13:05:57 2012 UTC ()
update to 1.3.3
integrates the fix for CVE-2012-0444


(drochner)
diff -r1.52 -r1.53 pkgsrc/audio/libvorbis/Makefile
diff -r1.21 -r1.22 pkgsrc/audio/libvorbis/distinfo
diff -r1.1 -r0 pkgsrc/audio/libvorbis/patches/patch-CVE-2012-0444

cvs diff -r1.52 -r1.53 pkgsrc/audio/libvorbis/Makefile (expand / switch to unified diff)

--- pkgsrc/audio/libvorbis/Makefile 2012/02/17 12:23:24 1.52
+++ pkgsrc/audio/libvorbis/Makefile 2012/02/21 13:05:57 1.53
@@ -1,20 +1,19 @@ @@ -1,20 +1,19 @@
1# $NetBSD: Makefile,v 1.52 2012/02/17 12:23:24 drochner Exp $ 1# $NetBSD: Makefile,v 1.53 2012/02/21 13:05:57 drochner Exp $
2 2
3DISTNAME= libvorbis-1.3.2 3DISTNAME= libvorbis-1.3.3
4PKGREVISION= 1 
5CATEGORIES= devel audio 4CATEGORIES= devel audio
6MASTER_SITES= http://downloads.xiph.org/releases/vorbis/ 5MASTER_SITES= http://downloads.xiph.org/releases/vorbis/
7EXTRACT_SUFX= .tar.bz2 6EXTRACT_SUFX= .tar.xz
8 7
9MAINTAINER= wiz@NetBSD.org 8MAINTAINER= wiz@NetBSD.org
10HOMEPAGE= http://www.xiph.org/vorbis/ 9HOMEPAGE= http://www.xiph.org/vorbis/
11COMMENT= Library for the Ogg Vorbis audio encoding format 10COMMENT= Library for the Ogg Vorbis audio encoding format
12LICENSE= modified-bsd 11LICENSE= modified-bsd
13 12
14PKG_INSTALLATION_TYPES= overwrite pkgviews 13PKG_INSTALLATION_TYPES= overwrite pkgviews
15PKG_DESTDIR_SUPPORT= user-destdir 14PKG_DESTDIR_SUPPORT= user-destdir
16 15
17USE_LIBTOOL= yes 16USE_LIBTOOL= yes
18GNU_CONFIGURE= yes 17GNU_CONFIGURE= yes
19 18
20PKGCONFIG_OVERRIDE+= vorbis.pc.in 19PKGCONFIG_OVERRIDE+= vorbis.pc.in

cvs diff -r1.21 -r1.22 pkgsrc/audio/libvorbis/distinfo (expand / switch to unified diff)

--- pkgsrc/audio/libvorbis/distinfo 2012/02/17 12:23:24 1.21
+++ pkgsrc/audio/libvorbis/distinfo 2012/02/21 13:05:57 1.22
@@ -1,6 +1,5 @@ @@ -1,6 +1,5 @@
1$NetBSD: distinfo,v 1.21 2012/02/17 12:23:24 drochner Exp $ 1$NetBSD: distinfo,v 1.22 2012/02/21 13:05:57 drochner Exp $
2 2
3SHA1 (libvorbis-1.3.2.tar.bz2) = 4c44da8215d1fc56676fccc1af8dd6b422d9e676 3SHA1 (libvorbis-1.3.3.tar.xz) = 31d1a0ec4815bf1ee638b0f2850f03efcd48022a
4RMD160 (libvorbis-1.3.2.tar.bz2) = 2478fd66305ee6fa31d6d336e4ff2b3ec649d661 4RMD160 (libvorbis-1.3.3.tar.xz) = b73f638e23ed907cff9e900a9edabb7ad34a0bcf
5Size (libvorbis-1.3.2.tar.bz2) = 1230364 bytes 5Size (libvorbis-1.3.3.tar.xz) = 1087888 bytes
6SHA1 (patch-CVE-2012-0444) = c5e2cb7ee0a13c38b43166952954e66bcc5307a1 

File Deleted: pkgsrc/audio/libvorbis/patches/Attic/patch-CVE-2012-0444