pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/gnupg Update to 1.4.10:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/881bc42ffc36
branches:  trunk
changeset: 398597:881bc42ffc36
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Sep 03 12:05:52 2009 +0000

description:
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:

 security/gnupg/Makefile |  4 ++--
 security/gnupg/PLIST    |  3 ++-
 security/gnupg/distinfo |  8 ++++----
 3 files changed, 8 insertions(+), 7 deletions(-)

diffs (45 lines):

diff -r 06a4321827b8 -r 881bc42ffc36 security/gnupg/Makefile
--- a/security/gnupg/Makefile   Thu Sep 03 12:03:37 2009 +0000
+++ b/security/gnupg/Makefile   Thu Sep 03 12:05:52 2009 +0000
@@ -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 -r 06a4321827b8 -r 881bc42ffc36 security/gnupg/PLIST
--- a/security/gnupg/PLIST      Thu Sep 03 12:03:37 2009 +0000
+++ b/security/gnupg/PLIST      Thu Sep 03 12:05:52 2009 +0000
@@ -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_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 -r 06a4321827b8 -r 881bc42ffc36 security/gnupg/distinfo
--- a/security/gnupg/distinfo   Thu Sep 03 12:03:37 2009 +0000
+++ b/security/gnupg/distinfo   Thu Sep 03 12:05:52 2009 +0000
@@ -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



Home | Main Index | Thread Index | Old Index