pkgsrc-Changes-HG archive

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

[pkgsrc/pkgsrc-2004Q3]: pkgsrc/doc Pullup ticket 120 - requested by Todd Vier...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/96d28869a612
branches:  pkgsrc-2004Q3
changeset: 480718:96d28869a612
user:      agc <agc%pkgsrc.org@localhost>
date:      Tue Oct 19 13:33:41 2004 +0000

description:
Pullup ticket 120 - requested by Todd Vierling
security fix for gzip

        Modified Files:
                pkgsrc/mk: bsd.pkg.mk

        Log Message:
        Automatic inclusion of gzip-base needs a version number in the BUILD_DEPENDS.

        Modified Files:
                pkgsrc/mk: bsd.pkg.mk

        Log Message:
        Bump gzip-base to 1.2.4b for security fix.

        Modified Files:
                pkgsrc/archivers/gzip: Makefile
                pkgsrc/archivers/gzip-base: Makefile distinfo
        Added Files:
                pkgsrc/archivers/gzip-base/patches: patch-ab

        Log Message:
        Update gzip to 1.2.4b, fixing a filename buffer overflow.

diffstat:

 archivers/gzip/Makefile   |  9 ++++-----
 doc/CHANGES-pkgsrc-2004Q3 |  4 +++-
 2 files changed, 7 insertions(+), 6 deletions(-)

diffs (43 lines):

diff -r b4ee9d3fd222 -r 96d28869a612 archivers/gzip/Makefile
--- a/archivers/gzip/Makefile   Tue Oct 19 13:33:40 2004 +0000
+++ b/archivers/gzip/Makefile   Tue Oct 19 13:33:41 2004 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.13 2004/07/02 21:06:35 minskim Exp $
+# $NetBSD: Makefile,v 1.13.2.1 2004/10/19 13:33:41 agc Exp $
 #
 
-DISTNAME=      gzip-1.2.4a
-PKGREVISION=   1
+DISTNAME=      gzip-1.2.4b
 CATEGORIES=    archivers
 MASTER_SITES=  # empty
 DISTFILES=     # empty
@@ -11,8 +10,8 @@
 HOMEPAGE=      http://www.gnu.org/software/gzip/gzip.html
 COMMENT=       The "meta-package" for the GZIP compression utility
 
-DEPENDS+=      gzip-base-1.2.4anb1:../../archivers/gzip-base
-DEPENDS+=      gzip-info-1.2.4a:../../archivers/gzip-info
+DEPENDS+=      gzip-base-1.2.4b{,nb[0-9]*}:../../archivers/gzip-base
+DEPENDS+=      gzip-info-1.2.4*:../../archivers/gzip-info
 
 PKG_INSTALLATION_TYPES=        overwrite pkgviews
 
diff -r b4ee9d3fd222 -r 96d28869a612 doc/CHANGES-pkgsrc-2004Q3
--- a/doc/CHANGES-pkgsrc-2004Q3 Tue Oct 19 13:33:40 2004 +0000
+++ b/doc/CHANGES-pkgsrc-2004Q3 Tue Oct 19 13:33:41 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-pkgsrc-2004Q3,v 1.1.2.7 2004/10/19 12:51:58 agc Exp $
+$NetBSD: CHANGES-pkgsrc-2004Q3,v 1.1.2.8 2004/10/19 13:33:41 agc Exp $
 
 Changes to the packages collection and infrastructure on the
 pkgsrc-2004Q3 branch:
@@ -13,6 +13,8 @@
 security fix for subversion
 Pullup ticket 118 - requested by Adrian Portelli
 build and security fixes for freeradius
+Pullup ticket 120 - requested by Todd Vierling
+security fix for gzip
 Pullup ticket 121 - requested by Quentin Garnier
 security fix for sox
 Pullup ticket 122 - requested by Matthias Scheler



Home | Main Index | Thread Index | Old Index