diff options
author | drochner <drochner@pkgsrc.org> | 2007-03-07 11:31:24 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2007-03-07 11:31:24 +0000 |
commit | 8c787d5d153ca43b10a26e937cc826414dbc1ec2 (patch) | |
tree | 85484d5a85a34745924cf6f3c071212942ba149b /security | |
parent | 6160d66626f8bec296642bfe0be1f3608bfe075c (diff) | |
download | pkgsrc-8c787d5d153ca43b10a26e937cc826414dbc1ec2.tar.gz |
update to 1.4.7, from Christian Gall per PR pkg/35940
This fixes a security problem which is rather an application issue:
The user wasn't notified about additional text (not covered by the
signature) unless the --status-fd flag is used.
Diffstat (limited to 'security')
-rw-r--r-- | security/gnupg/Makefile | 4 | ||||
-rw-r--r-- | security/gnupg/PLIST | 3 | ||||
-rw-r--r-- | security/gnupg/distinfo | 8 |
3 files changed, 8 insertions, 7 deletions
diff --git a/security/gnupg/Makefile b/security/gnupg/Makefile index 7022744d686..67977fd37eb 100644 --- a/security/gnupg/Makefile +++ b/security/gnupg/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.93 2006/12/06 23:00:46 wiz Exp $ +# $NetBSD: Makefile,v 1.94 2007/03/07 11:31:24 drochner Exp $ -DISTNAME= gnupg-1.4.6 +DISTNAME= gnupg-1.4.7 CATEGORIES= security MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/gnupg/ \ ftp://ftp.planetmirror.com/pub/gnupg/ \ diff --git a/security/gnupg/PLIST b/security/gnupg/PLIST index 62624f7c533..e89944db87b 100644 --- a/security/gnupg/PLIST +++ b/security/gnupg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.20 2006/12/06 23:00:46 wiz Exp $ +@comment $NetBSD: PLIST,v 1.21 2007/03/07 11:31:24 drochner Exp $ bin/gpg bin/gpg-zip bin/gpgsplit @@ -35,6 +35,7 @@ share/locale/id/LC_MESSAGES/gnupg.mo share/locale/it/LC_MESSAGES/gnupg.mo share/locale/ja/LC_MESSAGES/gnupg.mo share/locale/nb/LC_MESSAGES/gnupg.mo +share/locale/nl/LC_MESSAGES/gnupg.mo share/locale/pl/LC_MESSAGES/gnupg.mo share/locale/pt/LC_MESSAGES/gnupg.mo share/locale/pt_BR/LC_MESSAGES/gnupg.mo diff --git a/security/gnupg/distinfo b/security/gnupg/distinfo index 39e87b3fa29..845324d5ba8 100644 --- a/security/gnupg/distinfo +++ b/security/gnupg/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.45 2006/12/06 23:00:46 wiz Exp $ +$NetBSD: distinfo,v 1.46 2007/03/07 11:31:24 drochner Exp $ -SHA1 (gnupg-1.4.6.tar.bz2) = 9cbbef5c94f793867ff3ae4941816962311a0563 -RMD160 (gnupg-1.4.6.tar.bz2) = c7e7409358aaaaf7f3bb202aa86f6121749b97e3 -Size (gnupg-1.4.6.tar.bz2) = 3149454 bytes +SHA1 (gnupg-1.4.7.tar.bz2) = 22149105845c79068771837c8deb7d5ba0854927 +RMD160 (gnupg-1.4.7.tar.bz2) = 630344c99834cf9adcf806d55e6f609a1e50bd8b +Size (gnupg-1.4.7.tar.bz2) = 3200642 bytes SHA1 (idea.c.gz) = 82fded4ec31b97b3b2dd22741880b67cfee40f84 RMD160 (idea.c.gz) = e35be5a031d10d52341ac5f029d28f811edd908d Size (idea.c.gz) = 5216 bytes |