diff options
author | wiz <wiz@pkgsrc.org> | 2013-10-05 13:19:51 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2013-10-05 13:19:51 +0000 |
commit | f73bbcc03a5ebeb763c2584c7bb5ca9b4aebfbb1 (patch) | |
tree | c75ec371dae5b2470b839267668faceb4b89dd99 /security | |
parent | d5ac3fb01216e9c826cb9f234fb2950056cdb30a (diff) | |
download | pkgsrc-f73bbcc03a5ebeb763c2584c7bb5ca9b4aebfbb1.tar.gz |
Update to 1.4.15:
Noteworthy changes in version 1.4.15 (2013-10-04)
-------------------------------------------------
* Fixed possible infinite recursion in the compressed packet
parser. [CVE-2013-4402]
* Protect against rogue keyservers sending secret keys.
* Use 2048 bit also as default for batch key generation.
* Minor bug fixes.
Diffstat (limited to 'security')
-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 de4bfff18a5..e6b0d748801 100644 --- a/security/gnupg/Makefile +++ b/security/gnupg/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.120 2013/07/25 11:50:45 wiz Exp $ +# $NetBSD: Makefile,v 1.121 2013/10/05 13:19:51 wiz Exp $ -DISTNAME= gnupg-1.4.14 +DISTNAME= gnupg-1.4.15 CATEGORIES= security MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/gnupg/ \ http://gd.tuwien.ac.at/privacy/gnupg/gnupg/ \ diff --git a/security/gnupg/distinfo b/security/gnupg/distinfo index eef4a108e30..6160027aa50 100644 --- a/security/gnupg/distinfo +++ b/security/gnupg/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.61 2013/07/25 11:50:45 wiz Exp $ +$NetBSD: distinfo,v 1.62 2013/10/05 13:19:51 wiz Exp $ -SHA1 (gnupg-1.4.14.tar.bz2) = 6202181ba2871fb3448c751a573b4ae0c4770806 -RMD160 (gnupg-1.4.14.tar.bz2) = a834d1d4933b8927bfefb3936baa76f12ce7fc1d -Size (gnupg-1.4.14.tar.bz2) = 3687929 bytes +SHA1 (gnupg-1.4.15.tar.bz2) = 63ebf0ab375150903c65738070e4105200197fd4 +RMD160 (gnupg-1.4.15.tar.bz2) = d655bd65f644d2649eebddf7cd578259a04310de +Size (gnupg-1.4.15.tar.bz2) = 3654415 bytes SHA1 (patch-ab) = 24e200a04f8f31e53e22dc80ed079570cb5de8d8 |