diff options
author | drochner <drochner@pkgsrc.org> | 2009-03-23 12:03:24 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2009-03-23 12:03:24 +0000 |
commit | 789ba336e9f02b9cd6d60bc89639848f58a0a42e (patch) | |
tree | 89eff8ffe7b5b3bf07e239130cf65cfe2b6bea9a /multimedia/gst-plugins0.10-base/Makefile | |
parent | 002231483dabfe3def8aece704a2ae0641b2c77f (diff) | |
download | pkgsrc-789ba336e9f02b9cd6d60bc89639848f58a0a42e.tar.gz |
add a patch from upstream to fix a buffer overflow in vorbis coverart
code (CVE-2009-0586), bump PKGREVISION
Diffstat (limited to 'multimedia/gst-plugins0.10-base/Makefile')
-rw-r--r-- | multimedia/gst-plugins0.10-base/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/multimedia/gst-plugins0.10-base/Makefile b/multimedia/gst-plugins0.10-base/Makefile index 63cf3e402d3..bd3de671942 100644 --- a/multimedia/gst-plugins0.10-base/Makefile +++ b/multimedia/gst-plugins0.10-base/Makefile @@ -1,9 +1,11 @@ -# $NetBSD: Makefile,v 1.10 2009/01/26 10:39:01 drochner Exp $ +# $NetBSD: Makefile,v 1.11 2009/03/23 12:03:24 drochner Exp $ # PKG_DESTDIR_SUPPORT= user-destdir .include "Makefile.common" +PKGREVISION= 1 + COMMENT+= base plugins # some plugins were moved from bad to base |