diff options
author | tron <tron@pkgsrc.org> | 2004-11-07 08:55:04 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2004-11-07 08:55:04 +0000 |
commit | 06f374e77eaf2952027077e401e3ccbb3aea675d (patch) | |
tree | 5d43e4d3aec40b0570bb6e6a25411f9fbcd85af5 /audio/mpg123-esound | |
parent | 5a4ab241e78968a96624cfd79f656acf0be6dda8 (diff) | |
download | pkgsrc-06f374e77eaf2952027077e401e3ccbb3aea675d.tar.gz |
Add fix for security vulnerability reported in CAN-2004-0982 based on
patches from Debian's advisory DSA-578. Bump package revision because of
this fix.
Diffstat (limited to 'audio/mpg123-esound')
-rw-r--r-- | audio/mpg123-esound/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/mpg123-esound/Makefile b/audio/mpg123-esound/Makefile index 1f6e142f76c..475620d6243 100644 --- a/audio/mpg123-esound/Makefile +++ b/audio/mpg123-esound/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.8 2004/10/03 00:13:08 tv Exp $ +# $NetBSD: Makefile,v 1.9 2004/11/07 08:55:04 tron Exp $ PKGNAME= mpg123-esound-${MPG123_VERSION} -PKGREVISION= 3 +PKGREVISION= 4 COMMENT= Command-line player for mpeg layer 1, 2 and 3 audio with EsounD TARGET_SUFFIX= -esd |