diff options
author | wiz <wiz@pkgsrc.org> | 2009-09-03 12:05:52 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-09-03 12:05:52 +0000 |
commit | 1ce9ca6d71771a5858c23cdcd0c8761a4e2122af (patch) | |
tree | 01219e4eceb478543e01a618e840a42590312426 /security/gnupg/Makefile | |
parent | 8bff5d3ebca892fc7a34a8e2cae6def33267aefa (diff) | |
download | pkgsrc-1ce9ca6d71771a5858c23cdcd0c8761a4e2122af.tar.gz |
Update to 1.4.10:
Noteworthy changes in version 1.4.10 (2009-09-02)
-------------------------------------------------
* 2048 bit RSA keys are now generated by default. The default
hash algorithm preferences has changed to prefer SHA-256 over
SHA-1. 2048 bit DSA keys are now generated to use a 256 bit
hash algorithm
* Support v2 OpenPGP cards.
* The algorithm to compute the SIG_ID status has been changed to
match the one from 2.0.10.
* Improved file locking. Implemented it for W32.
* Fixed a memory leak which made imports of many keys very slow.
* Many smaller bug fixes.
* Support for the Camellia cipher (RFC-5581).
* Support for HKP keyservers over SSL ("HKPS").
Diffstat (limited to 'security/gnupg/Makefile')
-rw-r--r-- | security/gnupg/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/gnupg/Makefile b/security/gnupg/Makefile index bc1486a775c..b798560f77c 100644 --- a/security/gnupg/Makefile +++ b/security/gnupg/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.102 2009/06/05 22:47:11 zafer Exp $ +# $NetBSD: Makefile,v 1.103 2009/09/03 12:05:52 wiz Exp $ -DISTNAME= gnupg-1.4.9 +DISTNAME= gnupg-1.4.10 CATEGORIES= security MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/gnupg/ \ ftp://gd.tuwien.ac.at/privacy/gnupg/gnupg/ \ |