diff options
author | drochner <drochner@pkgsrc.org> | 2009-01-20 18:30:49 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2009-01-20 18:30:49 +0000 |
commit | 99ff9255c8de5332b0e3cc4cd615fad4801954a4 (patch) | |
tree | f18a4728ae72e8a6cdef4b25b2f4c6ffe26f34a7 /multimedia/xine-lib/Makefile.common | |
parent | 4a498a8eff20b15bdcbfb769738e805e773062c2 (diff) | |
download | pkgsrc-99ff9255c8de5332b0e3cc4cd615fad4801954a4.tar.gz |
update to 1.1.16.1
This fixes a number of security problems:
CVE-2008-5234 vector 1, CVE-2008-5236, CVE-2008-5237, CVE-2008-5239,
CVE-2008-5240 vectors 3 & 4, CVE-2008-5243
other changes:
-Support H.264 and AAC streams within FLV
-tagging improvements
-Add position-based seeking independent from seekpoints
-misc fixes
Diffstat (limited to 'multimedia/xine-lib/Makefile.common')
-rw-r--r-- | multimedia/xine-lib/Makefile.common | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/multimedia/xine-lib/Makefile.common b/multimedia/xine-lib/Makefile.common index defcb635aa7..d40055fcec0 100644 --- a/multimedia/xine-lib/Makefile.common +++ b/multimedia/xine-lib/Makefile.common @@ -1,12 +1,12 @@ -# $NetBSD: Makefile.common,v 1.58 2008/12/18 23:25:42 jmcneill Exp $ +# $NetBSD: Makefile.common,v 1.59 2009/01/20 18:30:49 drochner Exp $ # # used by audio/xine-arts/Makefile # used by audio/xine-esound/Makefile # used by audio/xine-pulse/Makefile -DISTNAME= xine-lib-1.1.15 -XINE_PKGNAME= xine-lib-1.1.15 +DISTNAME= xine-lib-1.1.16.1 +XINE_PKGNAME= xine-lib-1.1.16.1 PKGNAME?= ${XINE_PKGNAME} CATEGORIES?= multimedia MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=xine/} @@ -15,8 +15,8 @@ EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://xinehq.de/ -XINE_LIB_VER= 1.1.15 -XINE_MOD_DIR_VER= 1.24 +XINE_LIB_VER= 1.1.16 +XINE_MOD_DIR_VER= 1.25 PLIST_SUBST+= XINE_LIB_VER=${XINE_LIB_VER:Q} PLIST_SUBST+= XINE_MOD_DIR_VER=${XINE_MOD_DIR_VER:Q} |