diff options
author | adam <adam@pkgsrc.org> | 2017-09-30 12:38:01 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2017-09-30 12:38:01 +0000 |
commit | ea874a521d74f252ececbe5344007d08b475af99 (patch) | |
tree | 20fe45afe0e9709833cc0b3fb26a944b46db0fa3 /security/gnupg2 | |
parent | 5b034f5a29822b0b996d74ff698399c8000c9946 (diff) | |
download | pkgsrc-ea874a521d74f252ececbe5344007d08b475af99.tar.gz |
gnupg2: update to 2.2.1
version 2.2.1:
* gpg: Fix formatting of the user id in batch mode key generation
if only "name-email" is given.
* gpgv: Fix annoying "not suitable for" warnings.
* wks: Convey only the newest user id to the provider. This is the
case if different names are used with the same addr-spec.
* wks: Create a complying user id for provider policy mailbox-only.
* wks: Add workaround for posteo.de.
* scd: Fix the use of large ECC keys with an OpenPGP card.
* dirmngr: Use system provided root certificates if no specific HKP
certificates are configured. If build with GNUTLS, this was
already the case.
Diffstat (limited to 'security/gnupg2')
-rw-r--r-- | security/gnupg2/Makefile | 5 | ||||
-rw-r--r-- | security/gnupg2/distinfo | 10 |
2 files changed, 7 insertions, 8 deletions
diff --git a/security/gnupg2/Makefile b/security/gnupg2/Makefile index 5f019913135..21223e4dd57 100644 --- a/security/gnupg2/Makefile +++ b/security/gnupg2/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.74 2017/09/18 09:53:33 maya Exp $ +# $NetBSD: Makefile,v 1.75 2017/09/30 12:38:01 adam Exp $ -DISTNAME= gnupg-2.2.0 +DISTNAME= gnupg-2.2.1 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/distinfo b/security/gnupg2/distinfo index 9861d15578f..dfb7d4079b1 100644 --- a/security/gnupg2/distinfo +++ b/security/gnupg2/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.39 2017/08/29 12:07:04 wiz Exp $ +$NetBSD: distinfo,v 1.40 2017/09/30 12:38:01 adam Exp $ -SHA1 (gnupg-2.2.0.tar.bz2) = 36ee693d0b2ec529ecf53dd6d397cc38ba71c0a7 -RMD160 (gnupg-2.2.0.tar.bz2) = 8e1c8e00d89e7dd86d0cf38d9d92278c62ba5962 -SHA512 (gnupg-2.2.0.tar.bz2) = 8ab7c4183d2ec2e6b62066e3cbcba95babaa0ae22da47feab716698792d26495f072d50e8ec612b8d26147636bb316320c78940184373b3f4cb6ec411933361b -Size (gnupg-2.2.0.tar.bz2) = 6532475 bytes +SHA1 (gnupg-2.2.1.tar.bz2) = 5455373fd7208b787f319027de2464721cdd4413 +RMD160 (gnupg-2.2.1.tar.bz2) = 4e7f2b75d2aaaee0ea2afe982361460733e68eea +SHA512 (gnupg-2.2.1.tar.bz2) = fcda7ea360d9928bf9e410afe3806ee0692dd533443b0c0e050605a9e2e37ec16f3c60a30b30ab137155327bc1f5d2107f1e792582e3ad245b47bf39a1a61a8f +Size (gnupg-2.2.1.tar.bz2) = 6537959 bytes |