diff options
author | wiz <wiz@pkgsrc.org> | 2008-04-29 20:22:43 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2008-04-29 20:22:43 +0000 |
commit | ba27d912937cc0f08d62705e70cf12602b36a498 (patch) | |
tree | 68f5a4e039614bc50e248efc35cfca3adc91e590 /audio/speex/Makefile | |
parent | 80628a1ce66a0cc72b581730749dba687c903ee2 (diff) | |
download | pkgsrc-ba27d912937cc0f08d62705e70cf12602b36a498.tar.gz |
Add patch from upstream against CVE-2008-1686.
Bump PKGREVISION.
Diffstat (limited to 'audio/speex/Makefile')
-rw-r--r-- | audio/speex/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/speex/Makefile b/audio/speex/Makefile index c1ebaa1bf3e..78e8408aa4b 100644 --- a/audio/speex/Makefile +++ b/audio/speex/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.25 2007/02/22 19:26:07 wiz Exp $ +# $NetBSD: Makefile,v 1.26 2008/04/29 20:22:43 wiz Exp $ # DISTNAME= speex-1.0.5 +PKGREVISION= 1 CATEGORIES= audio MASTER_SITES= http://downloads.us.xiph.org/releases/speex/ |