diff options
author | taca <taca@pkgsrc.org> | 2010-02-02 14:42:43 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2010-02-02 14:42:43 +0000 |
commit | 52b1a3831633af81e1edb0ca7e37b22302cc89c4 (patch) | |
tree | cfbfb5434de6c7d019cb8d6b37a94f7b56b54202 /archivers/gzip/Makefile | |
parent | 1fdde222eff57aca3535beb6520e5a10c55bafe8 (diff) | |
download | pkgsrc-52b1a3831633af81e1edb0ca7e37b22302cc89c4.tar.gz |
Add patches for CVE-2009-2624 and CVE-2010-0001.
Bump PKGREVISION.
Diffstat (limited to 'archivers/gzip/Makefile')
-rw-r--r-- | archivers/gzip/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/archivers/gzip/Makefile b/archivers/gzip/Makefile index 53e7f09a615..d8b9730900b 100644 --- a/archivers/gzip/Makefile +++ b/archivers/gzip/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.22 2008/09/07 08:02:27 dholland Exp $ +# $NetBSD: Makefile,v 1.23 2010/02/02 14:42:43 taca Exp $ # DISTNAME= gzip-1.3.12 -PKGREVISION= 2 +PKGREVISION= 3 SVR4_PKGNAME= gzip CATEGORIES= archivers MASTER_SITES= ${MASTER_SITE_GNU:=gzip/} @@ -11,6 +11,7 @@ EXTRACT_SUFX= .tar MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.gnu.org/software/gzip/gzip.html COMMENT= Compress or expand files +LICENSE= gnu-gpl-v2 PKG_INSTALLATION_TYPES= overwrite pkgviews PKG_DESTDIR_SUPPORT= user-destdir |