summaryrefslogtreecommitdiff
path: root/archivers
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>2004-10-19 13:33:41 +0000
committeragc <agc@pkgsrc.org>2004-10-19 13:33:41 +0000
commit36871bea2db118eb675d268f8bdbd9d8f0aa0782 (patch)
tree4fa3618d3773afaa6474d5c16ca30032d647b49a /archivers
parent031e3931dfd4a44158baabc9333061d4c9589465 (diff)
downloadpkgsrc-36871bea2db118eb675d268f8bdbd9d8f0aa0782.tar.gz
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 (limited to 'archivers')
-rw-r--r--archivers/gzip/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/archivers/gzip/Makefile b/archivers/gzip/Makefile
index d6785263b6a..9f97b9ec65f 100644
--- a/archivers/gzip/Makefile
+++ b/archivers/gzip/Makefile
@@ -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 @@ MAINTAINER= tech-pkg@NetBSD.org
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