pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/pkgsrc-2003Q4]: pkgsrc/audio/mpg123-nas Pullup security fix to the pk...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3a26aa8800ad
branches:  pkgsrc-2003Q4
changeset: 463738:3a26aa8800ad
user:      agc <agc%pkgsrc.org@localhost>
date:      Tue Feb 10 15:59:42 2004 +0000

description:
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.

diffstat:

 audio/mpg123-nas/Makefile |  7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diffs (22 lines):

diff -r 38d4a49e8427 -r 3a26aa8800ad audio/mpg123-nas/Makefile
--- a/audio/mpg123-nas/Makefile Tue Feb 10 15:57:30 2004 +0000
+++ b/audio/mpg123-nas/Makefile Tue Feb 10 15:59:42 2004 +0000
@@ -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"
 



Home | Main Index | Thread Index | Old Index