diff options
author | wiz <wiz@pkgsrc.org> | 2015-02-21 09:08:53 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2015-02-21 09:08:53 +0000 |
commit | 24c3bdc625511caa078ac0bcf6e0f6ff2ee7436c (patch) | |
tree | 6bc0651482095af198ecfe6ed66d4528bbc7342e /security/gnupg2 | |
parent | c2e058d4246157fddb4cfa0cc4ff0122f34bea4a (diff) | |
download | pkgsrc-24c3bdc625511caa078ac0bcf6e0f6ff2ee7436c.tar.gz |
Update to 2.0.27:
Noteworthy changes in version 2.0.27 (2015-02-18)
-------------------------------------------------
* gpg: Detect faulty use of --verify on detached signatures.
* gpg: New import option "keep-ownertrust".
* gpg: Uses SHA-256 for all signature types also on RSA keys.
* gpg: Added support for algo names when generating keys using the
--command-fd method.
* gpg: Unless --allow-weak-digest-algos is used the insecure MD5
based fingerprints are shown as all zeroe
* gpg: Fixed DoS based on bogus and overlong key packets.
* gpg: Better error reporting for keyserver problems.
* Fixed several bugs related to bogus keyrings and improved some
other code.
Diffstat (limited to 'security/gnupg2')
-rw-r--r-- | security/gnupg2/Makefile | 5 | ||||
-rw-r--r-- | security/gnupg2/PLIST | 3 | ||||
-rw-r--r-- | security/gnupg2/distinfo | 8 |
3 files changed, 8 insertions, 8 deletions
diff --git a/security/gnupg2/Makefile b/security/gnupg2/Makefile index 84d1b23e3db..1c24732ee8b 100644 --- a/security/gnupg2/Makefile +++ b/security/gnupg2/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.57 2015/01/15 20:59:59 wiz Exp $ +# $NetBSD: Makefile,v 1.58 2015/02/21 09:08:53 wiz Exp $ -DISTNAME= gnupg-2.0.26 +DISTNAME= gnupg-2.0.27 PKGNAME= ${DISTNAME:S/gnupg/gnupg2/} -PKGREVISION= 1 CATEGORIES= security MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/gnupg/ EXTRACT_SUFX= .tar.bz2 diff --git a/security/gnupg2/PLIST b/security/gnupg2/PLIST index 19b6dfc4f0b..1d4773a05a0 100644 --- a/security/gnupg2/PLIST +++ b/security/gnupg2/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.5 2012/04/17 18:35:33 drochner Exp $ +@comment $NetBSD: PLIST,v 1.6 2015/02/21 09:08:53 wiz Exp $ bin/gpg-agent libexec/gpg-preset-passphrase libexec/gpg-protect-tool @@ -22,6 +22,7 @@ share/locale/id/LC_MESSAGES/gnupg2.mo share/locale/it/LC_MESSAGES/gnupg2.mo share/locale/ja/LC_MESSAGES/gnupg2.mo share/locale/nb/LC_MESSAGES/gnupg2.mo +share/locale/nl/LC_MESSAGES/gnupg2.mo share/locale/pl/LC_MESSAGES/gnupg2.mo share/locale/pt/LC_MESSAGES/gnupg2.mo share/locale/pt_BR/LC_MESSAGES/gnupg2.mo diff --git a/security/gnupg2/distinfo b/security/gnupg2/distinfo index 18a23d50118..b3c81cd84c6 100644 --- a/security/gnupg2/distinfo +++ b/security/gnupg2/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.33 2015/01/15 20:59:59 wiz Exp $ +$NetBSD: distinfo,v 1.34 2015/02/21 09:08:53 wiz Exp $ -SHA1 (gnupg-2.0.26.tar.bz2) = 3ff5b38152c919724fd09cf2f17df704272ba192 -RMD160 (gnupg-2.0.26.tar.bz2) = 874040ed8fad12067cbe67c8da222b2ad99a5a96 -Size (gnupg-2.0.26.tar.bz2) = 4303384 bytes +SHA1 (gnupg-2.0.27.tar.bz2) = d065be185f5bac8ea07b210ab7756e79b83b63d4 +RMD160 (gnupg-2.0.27.tar.bz2) = 52aaf841339713aef9e2e034b1e045bec31d6322 +Size (gnupg-2.0.27.tar.bz2) = 4424679 bytes SHA1 (patch-ai) = 4445d30150518f71f996e3b368a81523daded2e2 SHA1 (patch-aj) = bfd21504e0d55f99df543912b1cdf2c573de2f98 SHA1 (patch-al) = ef7c698ed102c4e27bbf707ae5d1fce4c2b5d8d4 |