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 | |
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')
-rw-r--r-- | security/gnupg/Makefile | 4 | ||||
-rw-r--r-- | security/gnupg/PLIST | 3 | ||||
-rw-r--r-- | security/gnupg/distinfo | 8 |
3 files changed, 8 insertions, 7 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/ \ diff --git a/security/gnupg/PLIST b/security/gnupg/PLIST index 78376b8e5de..5344e36aa45 100644 --- a/security/gnupg/PLIST +++ b/security/gnupg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.23 2009/06/14 18:13:29 joerg Exp $ +@comment $NetBSD: PLIST,v 1.24 2009/09/03 12:05:52 wiz Exp $ bin/gpg bin/gpg-zip bin/gpgsplit @@ -8,6 +8,7 @@ libexec/gnupg/gpgkeys_curl libexec/gnupg/gpgkeys_finger libexec/gnupg/gpgkeys_hkp ${PLIST.ldap}libexec/gnupg/gpgkeys_ldap +man/man1/gpg-zip.1 man/man1/gpg.1 man/man1/gpg.ru.1 man/man1/gpgv.1 diff --git a/security/gnupg/distinfo b/security/gnupg/distinfo index 66931064878..dd520c61537 100644 --- a/security/gnupg/distinfo +++ b/security/gnupg/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.48 2008/03/26 21:20:34 adrianp Exp $ +$NetBSD: distinfo,v 1.49 2009/09/03 12:05:52 wiz Exp $ -SHA1 (gnupg-1.4.9.tar.bz2) = 826f4bef1effce61c3799c8f7d3cc8313b340b55 -RMD160 (gnupg-1.4.9.tar.bz2) = 21274c6638bb1bc1983a9b5bccfa1ad9cf708edc -Size (gnupg-1.4.9.tar.bz2) = 3328743 bytes +SHA1 (gnupg-1.4.10.tar.bz2) = fd1b6a5f3b2dd836b598a1123ac257b8f105615d +RMD160 (gnupg-1.4.10.tar.bz2) = d54063eaa5b25dc3c3f4ad924411ec69c25c1e62 +Size (gnupg-1.4.10.tar.bz2) = 3410814 bytes SHA1 (idea.c.gz) = 82fded4ec31b97b3b2dd22741880b67cfee40f84 RMD160 (idea.c.gz) = e35be5a031d10d52341ac5f029d28f811edd908d Size (idea.c.gz) = 5216 bytes |