diff options
author | adrianp <adrianp@pkgsrc.org> | 2008-03-26 21:20:34 +0000 |
---|---|---|
committer | adrianp <adrianp@pkgsrc.org> | 2008-03-26 21:20:34 +0000 |
commit | ffbce7705ef3095c55f7760317a8e60a4ce3b2ee (patch) | |
tree | 4a2f12cd58b74266d32a91fc8c66156d81f80583 /security/gnupg/Makefile | |
parent | c287a905990bb1781c0f3a2aca94e36af69a6e8b (diff) | |
download | pkgsrc-ffbce7705ef3095c55f7760317a8e60a4ce3b2ee.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/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 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/ \ |