pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/gnupg21 Update to 2.1.23



details:   https://anonhg.NetBSD.org/pkgsrc/rev/25865db80398
branches:  trunk
changeset: 366316:25865db80398
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Fri Aug 11 01:12:43 2017 +0000

description:
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:

 security/gnupg21/Makefile |   5 +++--
 security/gnupg21/distinfo |  10 +++++-----
 2 files changed, 8 insertions(+), 7 deletions(-)

diffs (35 lines):

diff -r 58ea60187283 -r 25865db80398 security/gnupg21/Makefile
--- a/security/gnupg21/Makefile Fri Aug 11 01:05:27 2017 +0000
+++ b/security/gnupg21/Makefile Fri Aug 11 01:12:43 2017 +0000
@@ -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 @@
 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 -r 58ea60187283 -r 25865db80398 security/gnupg21/distinfo
--- a/security/gnupg21/distinfo Fri Aug 11 01:05:27 2017 +0000
+++ b/security/gnupg21/distinfo Fri Aug 11 01:12:43 2017 +0000
@@ -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



Home | Main Index | Thread Index | Old Index