diff options
author | tron <tron@pkgsrc.org> | 2004-02-10 09:32:47 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2004-02-10 09:32:47 +0000 |
commit | ab3123c4af203fa1b4309bc0f170c4802589003f (patch) | |
tree | 06df136a545df5a02279d20dea4e7e794d8ba50d /audio/mpg123-nas | |
parent | 1e0d63f04ae32f61887385b1464e4546a95c9c53 (diff) | |
download | pkgsrc-ab3123c4af203fa1b4309bc0f170c4802589003f.tar.gz |
Fix security vulnerability reported in CAN-2003-0865. Bump package revision
because of this fix.
Diffstat (limited to 'audio/mpg123-nas')
-rw-r--r-- | audio/mpg123-nas/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/audio/mpg123-nas/Makefile b/audio/mpg123-nas/Makefile index 34f0f82e8f6..a5765f2512a 100644 --- a/audio/mpg123-nas/Makefile +++ b/audio/mpg123-nas/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.6 2004/01/28 12:48:24 xtraeme Exp $ -# +# $NetBSD: Makefile,v 1.7 2004/02/10 09:32:47 tron Exp $ PKGNAME= mpg123${TARGET_SUFFIX}-${MPG123_VERSION} -PKGREVISION= 2 +PKGREVISION= 3 COMMENT= Command-line player for mpeg layer 1, 2 and 3 audio with NAS output TARGET_SUFFIX= -nas |