diff options
author | jmmv <jmmv@pkgsrc.org> | 2005-04-12 20:12:02 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2005-04-12 20:12:02 +0000 |
commit | ec2fbc2586680903efd52d0a652a249b6b076477 (patch) | |
tree | d968d5c8b1c98ffd0e61129f8e9aa5d5c00fbd9f /audio | |
parent | c6381a0113b8a97fd99ea286264ee9f62346073e (diff) | |
download | pkgsrc-ec2fbc2586680903efd52d0a652a249b6b076477.tar.gz |
Apply patch from Gentoo to fix security problem in the cdda module. Bump
gnome-vfs2-cdda's module to 1.
Quoting the Gentoo advisory: "The GnomeVFS and libcdaudio libraries contain
a buffer overflow that can be triggered by a large CDDB response, potentially
allowing the execution of arbitrary code."
See http://www.gentoo.org/security/en/glsa/glsa-200504-07.xml and
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2005-0706 for more
information.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/gnome-vfs2-cdda/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/gnome-vfs2-cdda/Makefile b/audio/gnome-vfs2-cdda/Makefile index b26b6bed87d..8f178192caf 100644 --- a/audio/gnome-vfs2-cdda/Makefile +++ b/audio/gnome-vfs2-cdda/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.5 2005/02/26 17:23:01 jmmv Exp $ +# $NetBSD: Makefile,v 1.6 2005/04/12 20:12:02 jmmv Exp $ # GNOME_VFS2_NAME= cdda +PKGREVISION= 1 CATEGORIES= audio CPPFLAGS+= -I${BUILDLINK_PREFIX.cdparanoia}/include/cdparanoia |