Received: by mail.netbsd.org (Postfix, from userid 605) id CDE7384D6A; Fri, 11 Aug 2017 01:12:44 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 61CC984D67 for ; Fri, 11 Aug 2017 01:12:44 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id zwlF44CPrBqH for ; Fri, 11 Aug 2017 01:12:43 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id D1F7284D64 for ; Fri, 11 Aug 2017 01:12:43 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id CD22DFACE; Fri, 11 Aug 2017 01:12:43 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1502413963203060" MIME-Version: 1.0 Date: Fri, 11 Aug 2017 01:12:43 +0000 From: "Ryo ONODERA" Subject: CVS commit: pkgsrc/security/gnupg21 To: pkgsrc-changes@NetBSD.org Reply-To: ryoon@netbsd.org X-Mailer: log_accum Message-Id: <20170811011243.CD22DFACE@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1502413963203060 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: ryoon Date: Fri Aug 11 01:12:43 UTC 2017 Modified Files: pkgsrc/security/gnupg21: Makefile distinfo Log Message: 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. To generate a diff of this commit: cvs rdiff -u -r1.33 -r1.34 pkgsrc/security/gnupg21/Makefile cvs rdiff -u -r1.19 -r1.20 pkgsrc/security/gnupg21/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1502413963203060 Content-Disposition: inline Content-Length: 1888 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/security/gnupg21/Makefile diff -u pkgsrc/security/gnupg21/Makefile:1.33 pkgsrc/security/gnupg21/Makefile:1.34 --- pkgsrc/security/gnupg21/Makefile:1.33 Fri Jul 28 19:33:24 2017 +++ pkgsrc/security/gnupg21/Makefile Fri Aug 11 01:12:43 2017 @@ -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 Index: pkgsrc/security/gnupg21/distinfo diff -u pkgsrc/security/gnupg21/distinfo:1.19 pkgsrc/security/gnupg21/distinfo:1.20 --- pkgsrc/security/gnupg21/distinfo:1.19 Fri Jul 28 19:33:24 2017 +++ pkgsrc/security/gnupg21/distinfo Fri Aug 11 01:12:43 2017 @@ -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 --_----------=_1502413963203060--