summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoragc <agc>2004-02-10 15:59:42 +0000
committeragc <agc>2004-02-10 15:59:42 +0000
commitbe6c3e8590921065a001a38ce3a7d469f71d8b8c (patch)
tree3798fdaf9546b47c536229b9ec3b1657b59dff56
parent2d2e09288e9b58db20a001bce80be1838d618ed0 (diff)
downloadpkgsrc-be6c3e8590921065a001a38ce3a7d469f71d8b8c.tar.gz
Pullup security fix to the pkgsrc-2003Q4 branch, requested by Matthias Scheler.
Module Name: pkgsrc Committed By: tron Date: Tue Feb 10 09:32:47 UTC 2004 Modified Files: pkgsrc/audio/mpg123: Makefile distinfo pkgsrc/audio/mpg123-esound: Makefile pkgsrc/audio/mpg123-nas: Makefile Added Files: pkgsrc/audio/mpg123/patches: patch-aq Log Message: Fix security vulnerability reported in CAN-2003-0865. Bump package revision because of this fix. Also pull in the intermmediate USE_X11BASE -> USE_X11 fix, to ensure consistent binary package naming across pkgsrc-2003Q4 branch and the head.
-rw-r--r--audio/mpg123-nas/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/audio/mpg123-nas/Makefile b/audio/mpg123-nas/Makefile
index 04119685b3c..8a6905662bc 100644
--- a/audio/mpg123-nas/Makefile
+++ b/audio/mpg123-nas/Makefile
@@ -1,15 +1,14 @@
-# $NetBSD: Makefile,v 1.5 2003/09/18 16:25:14 jmmv Exp $
-#
+# $NetBSD: Makefile,v 1.5.2.1 2004/02/10 15:59:42 agc Exp $
PKGNAME= mpg123${TARGET_SUFFIX}-${MPG123_VERSION}
-PKGREVISION= 1
+PKGREVISION= 3
COMMENT= Command-line player for mpeg layer 1, 2 and 3 audio with NAS output
TARGET_SUFFIX= -nas
CONFLICTS+= mpg123-[0-9]*
-USE_X11BASE= # defined
+USE_X11= yes
.include "../../audio/mpg123/Makefile.common"