diff options
author | shannonjr <shannonjr@pkgsrc.org> | 2006-12-09 13:39:28 +0000 |
---|---|---|
committer | shannonjr <shannonjr@pkgsrc.org> | 2006-12-09 13:39:28 +0000 |
commit | d485cdd6fd7e1590aa7990418c448c73b121d2d2 (patch) | |
tree | f13ee4ed54ceaddb1a507a6778c2d5ecf9c6341b /security/gnupg2/Makefile | |
parent | aa2aac641602ca37434f634736ec5aaf676769f0 (diff) | |
download | pkgsrc-d485cdd6fd7e1590aa7990418c448c73b121d2d2.tar.gz |
Added patch fixing [CVE-2006-6235] remotely controllable function pointer.
Diffstat (limited to 'security/gnupg2/Makefile')
-rw-r--r-- | security/gnupg2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/gnupg2/Makefile b/security/gnupg2/Makefile index 7f7d99ad920..f069eb9d71e 100644 --- a/security/gnupg2/Makefile +++ b/security/gnupg2/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.6 2006/12/06 15:18:33 joerg Exp $ +# $NetBSD: Makefile,v 1.7 2006/12/09 13:39:28 shannonjr Exp $ # DISTNAME= gnupg-2.0.0 PKGNAME= ${DISTNAME:S/gnupg/gnupg2/} -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= security MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/gnupg/ EXTRACT_SUFX= .tar.bz2 |