diff options
author | ryoon <ryoon@pkgsrc.org> | 2017-08-11 01:12:43 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2017-08-11 01:12:43 +0000 |
commit | dcf6e06ddf375337a68f4862832bf24cc250dc8c (patch) | |
tree | 5842048f63ad1da476beb899447154a62655d51e /security | |
parent | a94aea53d5045eaf73a7e390404c3cb3f04ed23c (diff) | |
download | pkgsrc-dcf6e06ddf375337a68f4862832bf24cc250dc8c.tar.gz |
Update to 2.1.23
Changelog:
Noteworthy changes in version 2.1.23
====================================
* gpg: "gpg" is now installed as "gpg" and not anymore as "gpg2".
If needed, the new configure option --enable-gpg-is-gpg2 can be
used to revert this.
* gpg: Options --auto-key-retrieve and --auto-key-locate "local,wkd"
are now used by default. Note: this enables keyserver and Web Key
Directory operators to notice when a signature from a locally
non-available key is being verified for the first time or when
you intend to encrypt to a mail address without having the key
locally. This new behaviour will eventually make key discovery
much easier and mostly automatic. Disable this by adding
no-auto-key-retrieve
auto-key-locate local
to your gpg.conf.
* agent: Option --no-grab is now the default. The new option --grab
allows to revert this.
* gpg: New import option "show-only".
* gpg: New option --disable-dirmngr to entirely disable network
access for gpg.
* gpg,gpgsm: Tweaked DE-VS compliance behaviour.
* New configure flag --enable-all-tests to run more extensive tests
during "make check".
* gpgsm: The keygrip is now always printed in colon mode as
documented in the man page.
* Fixed connection timeout problem under Windows.
Diffstat (limited to 'security')
-rw-r--r-- | security/gnupg21/Makefile | 5 | ||||
-rw-r--r-- | security/gnupg21/distinfo | 10 |
2 files changed, 8 insertions, 7 deletions
diff --git a/security/gnupg21/Makefile b/security/gnupg21/Makefile index 540fb2b46ac..199c4f6ebed 100644 --- a/security/gnupg21/Makefile +++ b/security/gnupg21/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.33 2017/07/28 19:33:24 wiz Exp $ +# $NetBSD: Makefile,v 1.34 2017/08/11 01:12:43 ryoon Exp $ -DISTNAME= gnupg-2.1.22 +DISTNAME= gnupg-2.1.23 PKGNAME= ${DISTNAME:S/gnupg-/gnupg21-/} CATEGORIES= security MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/gnupg/ @@ -22,6 +22,7 @@ USE_LIBTOOL= yes INFO_FILES= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+= --enable-g13 +CONFIGURE_ARGS+= --enable-gpg-is-gpg2 # one test failure in 2.1.20, fixed upstream; see # https://dev.gnupg.org/T3047 diff --git a/security/gnupg21/distinfo b/security/gnupg21/distinfo index e9582108f84..8e856f87a3b 100644 --- a/security/gnupg21/distinfo +++ b/security/gnupg21/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.19 2017/07/28 19:33:24 wiz Exp $ +$NetBSD: distinfo,v 1.20 2017/08/11 01:12:43 ryoon Exp $ -SHA1 (gnupg-2.1.22.tar.bz2) = 706b806f7d8d328b4ffa67954c613fdd3dfed1b9 -RMD160 (gnupg-2.1.22.tar.bz2) = 3318d4963ac8ed315fa7e5b46dd4f00b172f4d0d -SHA512 (gnupg-2.1.22.tar.bz2) = d2ccbf32716a701df9e4ad5c19b682daf1a02b0bf8a1751a32af6db0c9284a4ee7df91310bed1a2087911a9964cb7b7f2ca9dad32a880ed1e1465d8048605e16 -Size (gnupg-2.1.22.tar.bz2) = 6530433 bytes +SHA1 (gnupg-2.1.23.tar.bz2) = c470777eaa9657ef3258068507065c9a7caef9eb +RMD160 (gnupg-2.1.23.tar.bz2) = 622eef6554d77c2e0a2c04bd16dcebfbee2265ad +SHA512 (gnupg-2.1.23.tar.bz2) = 8b8be0784129f5aa0ccde32a413a68c36e0e4131abe70c3eb186958c60f3df1023deb2db2db84d63ad30a3408a75c7622b430aff1a524ff28a24be511c952412 +Size (gnupg-2.1.23.tar.bz2) = 6526734 bytes |