diff options
author | drochner <drochner@pkgsrc.org> | 2008-08-26 13:12:30 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2008-08-26 13:12:30 +0000 |
commit | f345ec7f4c42e2ca4f267f8942ce352da156a863 (patch) | |
tree | 98978203151f6db49ea89702e35b838310ec0d83 /multimedia | |
parent | 6a88a59222ea558f7a43e3844756ba38d7d4a5cb (diff) | |
download | pkgsrc-f345ec7f4c42e2ca4f267f8942ce352da156a863.tar.gz |
update to 1.1.15
This release contains some security fixes, notably a DoS via corrupted
Ogg files (CVE-2008-3231), some related fixes, and fixes for a few
possible buffer overflows.
The other changes include recognition of AMR audio and Snow video.
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/xine-lib/Makefile | 4 | ||||
-rw-r--r-- | multimedia/xine-lib/Makefile.common | 10 | ||||
-rw-r--r-- | multimedia/xine-lib/distinfo | 8 |
3 files changed, 10 insertions, 12 deletions
diff --git a/multimedia/xine-lib/Makefile b/multimedia/xine-lib/Makefile index 6ef256aec0c..111dc988fd5 100644 --- a/multimedia/xine-lib/Makefile +++ b/multimedia/xine-lib/Makefile @@ -1,11 +1,9 @@ -# $NetBSD: Makefile,v 1.63 2008/07/29 05:58:41 dholland Exp $ +# $NetBSD: Makefile,v 1.64 2008/08/26 13:12:30 drochner Exp $ PKG_DESTDIR_SUPPORT= user-destdir .include "Makefile.common" -PKGREVISION= 2 - COMMENT= Multimedia player library BUILDLINK_API_DEPENDS.vcdimager+= vcdimager>=0.7.20nb1 diff --git a/multimedia/xine-lib/Makefile.common b/multimedia/xine-lib/Makefile.common index efc9c9f6b86..c84ee754bc6 100644 --- a/multimedia/xine-lib/Makefile.common +++ b/multimedia/xine-lib/Makefile.common @@ -1,11 +1,11 @@ -# $NetBSD: Makefile.common,v 1.56 2008/08/24 22:59:10 dholland Exp $ +# $NetBSD: Makefile.common,v 1.57 2008/08/26 13:12:30 drochner Exp $ # # used by audio/xine-arts/Makefile # used by audio/xine-esound/Makefile -DISTNAME= xine-lib-1.1.14 -XINE_PKGNAME= xine-lib-1.1.14 +DISTNAME= xine-lib-1.1.15 +XINE_PKGNAME= xine-lib-1.1.15 PKGNAME?= ${XINE_PKGNAME} CATEGORIES?= multimedia MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=xine/} @@ -14,8 +14,8 @@ EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://xinehq.de/ -XINE_LIB_VER= 1.1.14 -XINE_MOD_DIR_VER= 1.23 +XINE_LIB_VER= 1.1.15 +XINE_MOD_DIR_VER= 1.24 PLIST_SUBST+= XINE_LIB_VER=${XINE_LIB_VER:Q} PLIST_SUBST+= XINE_MOD_DIR_VER=${XINE_MOD_DIR_VER:Q} diff --git a/multimedia/xine-lib/distinfo b/multimedia/xine-lib/distinfo index 254fe6b51ea..059bcce599f 100644 --- a/multimedia/xine-lib/distinfo +++ b/multimedia/xine-lib/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.58 2008/07/17 17:00:35 drochner Exp $ +$NetBSD: distinfo,v 1.59 2008/08/26 13:12:30 drochner Exp $ -SHA1 (xine-lib-1.1.14.tar.bz2) = 8dfe071865ebdb0cfe2f5ce287485bb5ed7c6978 -RMD160 (xine-lib-1.1.14.tar.bz2) = 518b4e90d55971154d78af71f6987f0930ed937c -Size (xine-lib-1.1.14.tar.bz2) = 7455590 bytes +SHA1 (xine-lib-1.1.15.tar.bz2) = bcb567ea2a11c5f26b2384d5400b8466ea9048c6 +RMD160 (xine-lib-1.1.15.tar.bz2) = 5c64dd51c05a6e17cb6dfcbb8a9009ba8571c75f +Size (xine-lib-1.1.15.tar.bz2) = 7478750 bytes SHA1 (patch-aa) = e09d34a121080b03bc67b2d8a3ca27463b771acc SHA1 (patch-ab) = ef13b60c2bea54f354acf1b2d70c04594dac36c9 SHA1 (patch-ad) = 94aaac03f74c72a1ca753d1320aac07d1bb8a846 |