diff options
author | wiz <wiz@pkgsrc.org> | 2008-04-29 05:51:09 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2008-04-29 05:51:09 +0000 |
commit | 77c3a5676c08e3957dbd08bc5a9488913f4a1880 (patch) | |
tree | 8186f852be260288d5ce62ec171f459227e9b3c3 /audio/vorbis-tools/Makefile | |
parent | d86d72404ea77b61bf693d3b43c72ab7ebf42956 (diff) | |
download | pkgsrc-77c3a5676c08e3957dbd08bc5a9488913f4a1880.tar.gz |
Add upstream patch fixing
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-1686
Bump PKGREVISION.
Diffstat (limited to 'audio/vorbis-tools/Makefile')
-rw-r--r-- | audio/vorbis-tools/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/vorbis-tools/Makefile b/audio/vorbis-tools/Makefile index f80a1285569..8d4c4efd19d 100644 --- a/audio/vorbis-tools/Makefile +++ b/audio/vorbis-tools/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.49 2008/03/14 18:55:54 wiz Exp $ +# $NetBSD: Makefile,v 1.50 2008/04/29 05:51:09 wiz Exp $ DISTNAME= vorbis-tools-1.2.0 +PKGREVISION= 1 CATEGORIES= audio MASTER_SITES= http://downloads.xiph.org/releases/vorbis/ |