Received: by mail.netbsd.org (Postfix, from userid 605) id 095C084DA0; Fri, 28 Jul 2017 19:33:26 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 90E0784D9E for ; Fri, 28 Jul 2017 19:33:25 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id qa2rJuh7813u for ; Fri, 28 Jul 2017 19:33:25 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id EFD1E84CDE for ; Fri, 28 Jul 2017 19:33:24 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id EDB63FACD; Fri, 28 Jul 2017 19:33:24 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1501270404250830" MIME-Version: 1.0 Date: Fri, 28 Jul 2017 19:33:24 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/security/gnupg21 To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20170728193324.EDB63FACD@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. --_----------=_1501270404250830 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Fri Jul 28 19:33:24 UTC 2017 Modified Files: pkgsrc/security/gnupg21: Makefile PLIST distinfo Log Message: Updated gnupg21 to 2.1.22. Noteworthy changes in version 2.1.22 (2017-07-28) ------------------------------------------------- * gpg: Extend command --quick-set-expire to allow for setting the expiration time of subkeys. * gpg: By default try to repair keys during import. New sub-option no-repair-keys for --import-options. * gpg,gpgsm: Improved checking and reporting of DE-VS compliance. * gpg: New options --key-origin and --with-key-origin. Store the time of the last key update from keyservers, WKD, or DANE. * agent: New option --ssh-fingerprint-digest. * dimngr: Lower timeouts on keyserver connection attempts and made it configurable. * dirmngr: Tor will now automatically be detected and used. The option --no-use-tor disables Tor detection. * dirmngr: Now detects a changed /etc/resolv.conf. * agent,dirmngr: Initiate shutdown on removal of the GnuPG home directory. * gpg: Avoid caching passphrase for failed symmetric encryption. * agent: Support for unprotected ssh keys. * dirmngr: Fixed name resolving on systems using only v6 nameservers. * dirmngr: Allow the use of TLS over http proxies. * w32: Change directory of the daemons after startup. * wks: New man pages for client and server. * Many other bug fixes. To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33 pkgsrc/security/gnupg21/Makefile cvs rdiff -u -r1.10 -r1.11 pkgsrc/security/gnupg21/PLIST cvs rdiff -u -r1.18 -r1.19 pkgsrc/security/gnupg21/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1501270404250830 Content-Disposition: inline Content-Length: 2323 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.32 pkgsrc/security/gnupg21/Makefile:1.33 --- pkgsrc/security/gnupg21/Makefile:1.32 Fri Jul 7 12:33:29 2017 +++ pkgsrc/security/gnupg21/Makefile Fri Jul 28 19:33:24 2017 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.32 2017/07/07 12:33:29 adam Exp $ +# $NetBSD: Makefile,v 1.33 2017/07/28 19:33:24 wiz Exp $ -DISTNAME= gnupg-2.1.21 +DISTNAME= gnupg-2.1.22 PKGNAME= ${DISTNAME:S/gnupg-/gnupg21-/} CATEGORIES= security MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/gnupg/ Index: pkgsrc/security/gnupg21/PLIST diff -u pkgsrc/security/gnupg21/PLIST:1.10 pkgsrc/security/gnupg21/PLIST:1.11 --- pkgsrc/security/gnupg21/PLIST:1.10 Tue May 16 12:08:01 2017 +++ pkgsrc/security/gnupg21/PLIST Fri Jul 28 19:33:24 2017 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.10 2017/05/16 12:08:01 wiz Exp $ +@comment $NetBSD: PLIST,v 1.11 2017/07/28 19:33:24 wiz Exp $ bin/dirmngr bin/dirmngr-client bin/g13 @@ -24,6 +24,8 @@ man/man1/dirmngr-client.1 man/man1/gpg-agent.1 man/man1/gpg-connect-agent.1 man/man1/gpg-preset-passphrase.1 +man/man1/gpg-wks-client.1 +man/man1/gpg-wks-server.1 man/man1/gpg2.1 man/man1/gpgconf.1 man/man1/gpgparsemail.1 Index: pkgsrc/security/gnupg21/distinfo diff -u pkgsrc/security/gnupg21/distinfo:1.18 pkgsrc/security/gnupg21/distinfo:1.19 --- pkgsrc/security/gnupg21/distinfo:1.18 Tue May 16 12:08:01 2017 +++ pkgsrc/security/gnupg21/distinfo Fri Jul 28 19:33:24 2017 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.18 2017/05/16 12:08:01 wiz Exp $ +$NetBSD: distinfo,v 1.19 2017/07/28 19:33:24 wiz Exp $ -SHA1 (gnupg-2.1.21.tar.bz2) = 1852c066bc21893bc52026ead78edf50fdf15e13 -RMD160 (gnupg-2.1.21.tar.bz2) = a414f5a86eea9243267e26525287a213208ddab2 -SHA512 (gnupg-2.1.21.tar.bz2) = ddced44c37a220af8371ba36357fc0f23b22b57daec1cba6d4a1a015d345eac7f6060c88b22a5cd457ee364d0ec1f02175644aed1970a97abfa84a3d285bc512 -Size (gnupg-2.1.21.tar.bz2) = 6472887 bytes +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 --_----------=_1501270404250830--