diff options
author | ghen <ghen@pkgsrc.org> | 2006-03-10 15:10:08 +0000 |
---|---|---|
committer | ghen <ghen@pkgsrc.org> | 2006-03-10 15:10:08 +0000 |
commit | 90e07d501f653af79fae168a7ee928cb3694cb77 (patch) | |
tree | 7966eacb49b69da91a381637a6c3adbfdffab51e /security/gnupg | |
parent | 1e75667c375f2f84162481aa3a91d5db56e094bf (diff) | |
download | pkgsrc-90e07d501f653af79fae168a7ee928cb3694cb77.tar.gz |
Update gnupg to 1.4.2.2, fixing another vulnerability:
* Files containing several signed messages are not allowed any
longer as there is no clean way to report the status of such
files back to the caller. To partly revert to the old behaviour
the new option --allow-multisig-verification may be used.
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 258c92b087b..8f67169ea7f 100644 --- a/security/gnupg/Makefile +++ b/security/gnupg/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.81 2006/02/15 19:10:20 drochner Exp $ +# $NetBSD: Makefile,v 1.82 2006/03/10 15:10:08 ghen Exp $ -DISTNAME= gnupg-1.4.2.1 +DISTNAME= gnupg-1.4.2.2 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 215e998309f..ef28355ad97 100644 --- a/security/gnupg/distinfo +++ b/security/gnupg/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.37 2006/02/15 22:26:46 tron Exp $ +$NetBSD: distinfo,v 1.38 2006/03/10 15:10:08 ghen Exp $ -SHA1 (gnupg-1.4.2.1.tar.bz2) = 1c0306ade25154743d6f6f9ac05bee74c55c6eda -RMD160 (gnupg-1.4.2.1.tar.bz2) = 5e04b3d6a9f683772916b1686edaddadd8afbb98 -Size (gnupg-1.4.2.1.tar.bz2) = 3030527 bytes +SHA1 (gnupg-1.4.2.2.tar.bz2) = f5559ddb004e0638f6bd9efe2bac00134c5065ba +RMD160 (gnupg-1.4.2.2.tar.bz2) = cbbf3ffafa51fdf985c2562ecafccd72bc36ea0d +Size (gnupg-1.4.2.2.tar.bz2) = 3034652 bytes SHA1 (idea.c.gz) = 82fded4ec31b97b3b2dd22741880b67cfee40f84 RMD160 (idea.c.gz) = e35be5a031d10d52341ac5f029d28f811edd908d Size (idea.c.gz) = 5216 bytes |