diff options
author | wiz <wiz@pkgsrc.org> | 2012-03-03 00:17:29 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2012-03-03 00:17:29 +0000 |
commit | eab9f7a6adfcfd694793f3778d51f474d56ba884 (patch) | |
tree | 590f065c7d41cb0385d802c6d7a21a5ecc288f5f /security | |
parent | e64308b04bbe77743ea3554180946741795d6b04 (diff) | |
download | pkgsrc-eab9f7a6adfcfd694793f3778d51f474d56ba884.tar.gz |
Update to 1.4.12:
Noteworthy changes in version 1.4.12 (2012-01-30)
-------------------------------------------------
* GPG now accepts a space separated fingerprint as a user ID.
This allows to copy and paste the fingerprint from the key
listing.
* Removed support for the original HKP keyserver which is not
anymore used by any site.
* Rebuild the trustdb after changing the option --min-cert-level.
* Improved JPEG detection.
* Included more VMS patches
* Made it easier to create an installer for Windows.
* Supports the 32 bit variant of the mingw-w64 toolchain.
* Made file locking more portable.
* Minor bug fixes.
Diffstat (limited to 'security')
-rw-r--r-- | security/gnupg/Makefile | 5 | ||||
-rw-r--r-- | security/gnupg/PLIST | 3 | ||||
-rw-r--r-- | security/gnupg/distinfo | 8 |
3 files changed, 8 insertions, 8 deletions
diff --git a/security/gnupg/Makefile b/security/gnupg/Makefile index cb4c2ca918d..2640aa81c94 100644 --- a/security/gnupg/Makefile +++ b/security/gnupg/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.109 2011/11/16 08:23:49 sbd Exp $ +# $NetBSD: Makefile,v 1.110 2012/03/03 00:17:29 wiz Exp $ -DISTNAME= gnupg-1.4.11 -PKGREVISION= 2 +DISTNAME= gnupg-1.4.12 CATEGORIES= security MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/gnupg/ \ http://gd.tuwien.ac.at/privacy/gnupg/gnupg/ \ diff --git a/security/gnupg/PLIST b/security/gnupg/PLIST index 6922af2d55d..1a3babee354 100644 --- a/security/gnupg/PLIST +++ b/security/gnupg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.25 2010/10/21 21:48:12 wiz Exp $ +@comment $NetBSD: PLIST,v 1.26 2012/03/03 00:17:29 wiz Exp $ bin/gpg bin/gpg-zip bin/gpgsplit @@ -44,5 +44,6 @@ share/locale/ru/LC_MESSAGES/gnupg.mo share/locale/sk/LC_MESSAGES/gnupg.mo share/locale/sv/LC_MESSAGES/gnupg.mo share/locale/tr/LC_MESSAGES/gnupg.mo +share/locale/uk/LC_MESSAGES/gnupg.mo share/locale/zh_CN/LC_MESSAGES/gnupg.mo share/locale/zh_TW/LC_MESSAGES/gnupg.mo diff --git a/security/gnupg/distinfo b/security/gnupg/distinfo index b2901eed91c..e00e77faea1 100644 --- a/security/gnupg/distinfo +++ b/security/gnupg/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.51 2011/08/02 17:11:00 joerg Exp $ +$NetBSD: distinfo,v 1.52 2012/03/03 00:17:29 wiz Exp $ -SHA1 (gnupg-1.4.11.tar.bz2) = 78e22f5cca88514ee71034aafff539c33f3c6676 -RMD160 (gnupg-1.4.11.tar.bz2) = 9daf2dedfd4c6211fc13b8cdee8f08b8f5925378 -Size (gnupg-1.4.11.tar.bz2) = 3407075 bytes +SHA1 (gnupg-1.4.12.tar.bz2) = 9b78e20328d35525af7b8a9c1cf081396910e937 +RMD160 (gnupg-1.4.12.tar.bz2) = d5f4367c9a636d778b6ccb2711bfba6597c27fa0 +Size (gnupg-1.4.12.tar.bz2) = 3584133 bytes SHA1 (idea.c.gz) = 82fded4ec31b97b3b2dd22741880b67cfee40f84 RMD160 (idea.c.gz) = e35be5a031d10d52341ac5f029d28f811edd908d Size (idea.c.gz) = 5216 bytes |