diff options
author | wiz <wiz@pkgsrc.org> | 2012-03-03 00:17:29 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2012-03-03 00:17:29 +0000 |
commit | 595fd4935250ab6d4adbf526c33d3b3f2c648221 (patch) | |
tree | 590f065c7d41cb0385d802c6d7a21a5ecc288f5f /security/gnupg/Makefile | |
parent | fb966fa26f35c804660e1ad797ea6d68b0c03b17 (diff) | |
download | pkgsrc-595fd4935250ab6d4adbf526c33d3b3f2c648221.tar.gz |
Update to 1.4.12:
Noteworthy changes in version 1.4.12 (2012-01-30)
-------------------------------------------------
* GPG now accepts a space separated fingerprint as a user ID.
This allows to copy and paste the fingerprint from the key
listing.
* Removed support for the original HKP keyserver which is not
anymore used by any site.
* Rebuild the trustdb after changing the option --min-cert-level.
* Improved JPEG detection.
* Included more VMS patches
* Made it easier to create an installer for Windows.
* Supports the 32 bit variant of the mingw-w64 toolchain.
* Made file locking more portable.
* Minor bug fixes.
Diffstat (limited to 'security/gnupg/Makefile')
-rw-r--r-- | security/gnupg/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/security/gnupg/Makefile b/security/gnupg/Makefile index cb4c2ca918d..2640aa81c94 100644 --- a/security/gnupg/Makefile +++ b/security/gnupg/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.109 2011/11/16 08:23:49 sbd Exp $ +# $NetBSD: Makefile,v 1.110 2012/03/03 00:17:29 wiz Exp $ -DISTNAME= gnupg-1.4.11 -PKGREVISION= 2 +DISTNAME= gnupg-1.4.12 CATEGORIES= security MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/gnupg/ \ http://gd.tuwien.ac.at/privacy/gnupg/gnupg/ \ |