diff options
author | drochner <drochner@pkgsrc.org> | 2008-04-10 11:48:57 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2008-04-10 11:48:57 +0000 |
commit | eb33ab1e23f9a0e755a8140f07ab94b32358ed7c (patch) | |
tree | 0feccb3cde7635eed1aaab637b9390fe7b899cc1 /audio | |
parent | 8a7f98ab45fe9f1273c1d01ab3e025dd2fb9be0a (diff) | |
download | pkgsrc-eb33ab1e23f9a0e755a8140f07ab94b32358ed7c.tar.gz |
update to 1.1.11.1
changes:
* Security fixes:
- Array Indexing Vulnerability in sdpplin_parse(). (CVE-2008-0073)
- integer overflow, possibly leading to buffer overflow, CVE-2008-1482
* Reworked the plugin directory naming so that external plugins don't have
to be rebuilt for every release
* Made the version parsing much more reliable; it wasn't properly coping
with four-part version numbers
* Fixed an off-by-one in the FLAC security fix patch. This breakage was
causing failure to play some files
* Support 16-bit big-endian DTS audio
* Improved frame snapshot API. (ABI extension.)
* Re-add support for # (stream parameter separator) in raw filenames
* Fixed long delay when closing stream on dual core systems
pkgsrc note: CVE-2008-0073 was already fixed by patch
Diffstat (limited to 'audio')
-rw-r--r-- | audio/xine-arts/Makefile | 6 | ||||
-rw-r--r-- | audio/xine-arts/PLIST | 4 | ||||
-rw-r--r-- | audio/xine-esound/Makefile | 6 | ||||
-rw-r--r-- | audio/xine-esound/PLIST | 4 |
4 files changed, 10 insertions, 10 deletions
diff --git a/audio/xine-arts/Makefile b/audio/xine-arts/Makefile index 2a2cee03852..8ba2bba955a 100644 --- a/audio/xine-arts/Makefile +++ b/audio/xine-arts/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2008/03/02 06:10:34 jlam Exp $ +# $NetBSD: Makefile,v 1.28 2008/04/10 11:48:57 drochner Exp $ # PKG_DESTDIR_SUPPORT= user-destdir @@ -15,13 +15,13 @@ BUILD_DIRS= ${WRKSRC}/src/audio_out CONFIGURE_ARGS+= --with-arts CONFIGURE_ARGS+= --without-x -INSTALLATION_DIRS= lib/xine/plugins/${XINE_LIB_VER} +INSTALLATION_DIRS= lib/xine/plugins/1.20 do-install: cd ${WRKSRC}/src/audio_out && \ ${LIBTOOL} --mode=install ${INSTALL_DATA} \ xineplug_ao_out_arts.la \ - ${DESTDIR}${PREFIX}/lib/xine/plugins/${XINE_LIB_VER} + ${DESTDIR}${PREFIX}/lib/xine/plugins/1.20 .include "../../audio/arts/buildlink3.mk" .include "../../audio/libao/buildlink3.mk" diff --git a/audio/xine-arts/PLIST b/audio/xine-arts/PLIST index e2d86b2a970..fe45226d7e7 100644 --- a/audio/xine-arts/PLIST +++ b/audio/xine-arts/PLIST @@ -1,2 +1,2 @@ -@comment $NetBSD: PLIST,v 1.6 2006/08/06 10:36:50 wiz Exp $ -lib/xine/plugins/${XINE_LIB_VER}/xineplug_ao_out_arts.la +@comment $NetBSD: PLIST,v 1.7 2008/04/10 11:48:58 drochner Exp $ +lib/xine/plugins/1.20/xineplug_ao_out_arts.la diff --git a/audio/xine-esound/Makefile b/audio/xine-esound/Makefile index c6ad54ae78a..1c0f84325a2 100644 --- a/audio/xine-esound/Makefile +++ b/audio/xine-esound/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2008/03/02 06:10:34 jlam Exp $ +# $NetBSD: Makefile,v 1.21 2008/04/10 11:48:58 drochner Exp $ # PKG_DESTDIR_SUPPORT= user-destdir @@ -14,13 +14,13 @@ DEPENDS+= xine-lib>=1rc3a:../../multimedia/xine-lib BUILD_DIRS= ${WRKSRC}/src/audio_out CONFIGURE_ARGS+= --without-x -INSTALLATION_DIRS= lib/xine/plugins/${XINE_LIB_VER} +INSTALLATION_DIRS= lib/xine/plugins/1.20 do-install: cd ${WRKSRC}/src/audio_out && \ ${LIBTOOL} --mode=install ${INSTALL_DATA} \ xineplug_ao_out_esd.la \ - ${DESTDIR}${PREFIX}/lib/xine/plugins/${XINE_LIB_VER}/ + ${DESTDIR}${PREFIX}/lib/xine/plugins/1.20/ .include "../../audio/esound/buildlink3.mk" .include "../../devel/gettext-lib/buildlink3.mk" diff --git a/audio/xine-esound/PLIST b/audio/xine-esound/PLIST index 5e069785d69..033ffa7fc81 100644 --- a/audio/xine-esound/PLIST +++ b/audio/xine-esound/PLIST @@ -1,2 +1,2 @@ -@comment $NetBSD: PLIST,v 1.6 2006/08/06 10:36:50 wiz Exp $ -lib/xine/plugins/${XINE_LIB_VER}/xineplug_ao_out_esd.la +@comment $NetBSD: PLIST,v 1.7 2008/04/10 11:48:58 drochner Exp $ +lib/xine/plugins/1.20/xineplug_ao_out_esd.la |