diff options
author | drochner <drochner> | 2010-02-03 10:58:11 +0000 |
---|---|---|
committer | drochner <drochner> | 2010-02-03 10:58:11 +0000 |
commit | d06b5c0f92086d7ce62c96d8a2245df15e4cd1ea (patch) | |
tree | 42dd02d1eee12ce938906ae5984563f8b753a539 /security/gnupg2/Makefile | |
parent | a156a8f87a5335380e2a10dc0a839cc502e953d2 (diff) | |
download | pkgsrc-d06b5c0f92086d7ce62c96d8a2245df15e4cd1ea.tar.gz |
add a patch from upstream CVS to fix a bug which could make keys
unusable on passphrase changes
bump PKGREVISION
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 21e931a3af1..a9bbca690b7 100644 --- a/security/gnupg2/Makefile +++ b/security/gnupg2/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.27 2010/01/17 12:02:40 wiz Exp $ +# $NetBSD: Makefile,v 1.28 2010/02/03 10:58:11 drochner Exp $ # DISTNAME= gnupg-2.0.14 PKGNAME= ${DISTNAME:S/gnupg/gnupg2/} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= security MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/gnupg/ EXTRACT_SUFX= .tar.bz2 |