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 | 436d3eac9a1f7e3a3475dcbbf0db423e8a079c3e (patch) | |
tree | 06df136a545df5a02279d20dea4e7e794d8ba50d /audio/mpg123-nas | |
parent | ab1c23c324e5a96043d3b79f8714feb921e88a2e (diff) | |
download | pkgsrc-436d3eac9a1f7e3a3475dcbbf0db423e8a079c3e.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 |