diff options
author | drochner <drochner@pkgsrc.org> | 2008-02-01 20:35:09 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2008-02-01 20:35:09 +0000 |
commit | 68e7ba24838471080d51a693b14659788558337a (patch) | |
tree | 20c4ece81386bce157a7d3252e9d31629a2bfb3f /multimedia/xine-lib/Makefile.common | |
parent | 6aa5977aca6bc9978eb532d52144e18084300b97 (diff) | |
download | pkgsrc-68e7ba24838471080d51a693b14659788558337a.tar.gz |
update to 1.1.10
changes:
This release contains a security fix (remotely-expoitable buffer overflow,
CVE-2006-1664). (This is not the first time that that bug has been fixed?)
It also fixes a few more recent bugs, such as the audio output problems
in 1.1.9.
(The fix for CVE-2008-0225 which we had patches for was included
upstream too.)
Diffstat (limited to 'multimedia/xine-lib/Makefile.common')
-rw-r--r-- | multimedia/xine-lib/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/xine-lib/Makefile.common b/multimedia/xine-lib/Makefile.common index 6ec590f54b7..389769eb318 100644 --- a/multimedia/xine-lib/Makefile.common +++ b/multimedia/xine-lib/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.43 2008/01/11 16:05:27 drochner Exp $ +# $NetBSD: Makefile.common,v 1.44 2008/02/01 20:35:09 drochner Exp $ # DISTNAME= xine-lib-${XINE_LIB_VER} @@ -11,7 +11,7 @@ EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://xinehq.de/ -XINE_LIB_VER= 1.1.9 +XINE_LIB_VER= 1.1.10 PLIST_SUBST+= XINE_LIB_VER=${XINE_LIB_VER:Q} DISTINFO_FILE= ${.CURDIR}/../../multimedia/xine-lib/distinfo |