diff options
author | adrianp <adrianp> | 2008-03-26 21:20:34 +0000 |
---|---|---|
committer | adrianp <adrianp> | 2008-03-26 21:20:34 +0000 |
commit | a8abecfd973ef0e96efd1a3ade4ac38c850ba701 (patch) | |
tree | 4a2f12cd58b74266d32a91fc8c66156d81f80583 /security/gnupg | |
parent | c155e2e9371275c7046459c7a9573f6aa1294d1b (diff) | |
download | pkgsrc-a8abecfd973ef0e96efd1a3ade4ac38c850ba701.tar.gz |
Update to gnupg-1.4.9
Addresses a recent security issue that only impacts 1.4.8 and 2.0.8
* Improved AES encryption performance by more than 20% (on ia32).
Decryption is also a bit faster.
* Fixed possible memory corruption bug in 1.4.8 while importing
OpenPGP keys.
Diffstat (limited to 'security/gnupg')
-rw-r--r-- | security/gnupg/Makefile | 4 | ||||
-rw-r--r-- | security/gnupg/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/security/gnupg/Makefile b/security/gnupg/Makefile index b4eefbbc849..64b6caa8da7 100644 --- a/security/gnupg/Makefile +++ b/security/gnupg/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.95 2008/01/13 16:23:55 wiz Exp $ +# $NetBSD: Makefile,v 1.96 2008/03/26 21:20:34 adrianp Exp $ -DISTNAME= gnupg-1.4.8 +DISTNAME= gnupg-1.4.9 CATEGORIES= security MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/gnupg/ \ ftp://ftp.planetmirror.com/pub/gnupg/ \ diff --git a/security/gnupg/distinfo b/security/gnupg/distinfo index 8edc7e05988..66931064878 100644 --- a/security/gnupg/distinfo +++ b/security/gnupg/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.47 2008/01/13 16:23:55 wiz Exp $ +$NetBSD: distinfo,v 1.48 2008/03/26 21:20:34 adrianp Exp $ -SHA1 (gnupg-1.4.8.tar.bz2) = 4b63267358e5c70f05b48e27d6877bad2636cabd -RMD160 (gnupg-1.4.8.tar.bz2) = 75228c02ea1999494232cb2eb2107951d1602c4d -Size (gnupg-1.4.8.tar.bz2) = 3320100 bytes +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 (idea.c.gz) = 82fded4ec31b97b3b2dd22741880b67cfee40f84 RMD160 (idea.c.gz) = e35be5a031d10d52341ac5f029d28f811edd908d Size (idea.c.gz) = 5216 bytes |