Received: by mail.netbsd.org (Postfix, from userid 605) id 9DD1F84D99; Fri, 24 Nov 2017 12:33:11 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 26D0384D7F for ; Fri, 24 Nov 2017 12:33:11 +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 QJICzpxbAboe for ; Fri, 24 Nov 2017 12:33:10 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 9F65084D45 for ; Fri, 24 Nov 2017 12:33:10 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 95A77FB40; Fri, 24 Nov 2017 12:33:10 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1511526790278820" MIME-Version: 1.0 Date: Fri, 24 Nov 2017 12:33:10 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/security/gnupg2 To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20171124123310.95A77FB40@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. --_----------=_1511526790278820 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Fri Nov 24 12:33:10 UTC 2017 Modified Files: pkgsrc/security/gnupg2: Makefile PLIST distinfo Log Message: gnupg2: updated to 2.2.3 changes in version 2.2.3: * gpgsm: Fix initial keybox creation on Windows. * dirmngr: Fix crash in case of a CRL loading error. * Fix the name of the Windows registry key. * gpgtar: Fix wrong behaviour of --set-filename. * gpg: Silence AKL retrieval messages. * agent: Use clock or clock_gettime for calibration. * agent: Improve robustness of the shutdown pending state. To generate a diff of this commit: cvs rdiff -u -r1.76 -r1.77 pkgsrc/security/gnupg2/Makefile cvs rdiff -u -r1.7 -r1.8 pkgsrc/security/gnupg2/PLIST cvs rdiff -u -r1.41 -r1.42 pkgsrc/security/gnupg2/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1511526790278820 Content-Disposition: inline Content-Length: 2229 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/security/gnupg2/Makefile diff -u pkgsrc/security/gnupg2/Makefile:1.76 pkgsrc/security/gnupg2/Makefile:1.77 --- pkgsrc/security/gnupg2/Makefile:1.76 Thu Nov 9 08:02:30 2017 +++ pkgsrc/security/gnupg2/Makefile Fri Nov 24 12:33:10 2017 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.76 2017/11/09 08:02:30 adam Exp $ +# $NetBSD: Makefile,v 1.77 2017/11/24 12:33:10 adam Exp $ -DISTNAME= gnupg-2.2.2 +DISTNAME= gnupg-2.2.3 PKGNAME= ${DISTNAME:S/gnupg-/gnupg2-/} CATEGORIES= security MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/gnupg/ Index: pkgsrc/security/gnupg2/PLIST diff -u pkgsrc/security/gnupg2/PLIST:1.7 pkgsrc/security/gnupg2/PLIST:1.8 --- pkgsrc/security/gnupg2/PLIST:1.7 Tue Aug 29 12:07:04 2017 +++ pkgsrc/security/gnupg2/PLIST Fri Nov 24 12:33:10 2017 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.7 2017/08/29 12:07:04 wiz Exp $ +@comment $NetBSD: PLIST,v 1.8 2017/11/24 12:33:10 adam Exp $ bin/dirmngr bin/dirmngr-client bin/g13 @@ -30,6 +30,7 @@ man/man1/gpg2.1 man/man1/gpgconf.1 man/man1/gpgparsemail.1 man/man1/gpgsm.1 +man/man1/gpgtar.1 man/man1/gpgv2.1 man/man1/scdaemon.1 man/man1/symcryptrun.1 Index: pkgsrc/security/gnupg2/distinfo diff -u pkgsrc/security/gnupg2/distinfo:1.41 pkgsrc/security/gnupg2/distinfo:1.42 --- pkgsrc/security/gnupg2/distinfo:1.41 Thu Nov 9 08:02:30 2017 +++ pkgsrc/security/gnupg2/distinfo Fri Nov 24 12:33:10 2017 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.41 2017/11/09 08:02:30 adam Exp $ +$NetBSD: distinfo,v 1.42 2017/11/24 12:33:10 adam Exp $ -SHA1 (gnupg-2.2.2.tar.bz2) = efa00fc20295b1cafe467359107ea170258870e2 -RMD160 (gnupg-2.2.2.tar.bz2) = ccf5ed565b86f183da1c6e43a5c0fce21d2e2bb8 -SHA512 (gnupg-2.2.2.tar.bz2) = 3a390b8da21bef0584f39fb8f4b86ec10c78efc64dd1634377b8637042db5f8da462f2881e12fa509b0322d71cba464e0400b91869a4b9fe6189daa4b1386cc1 -Size (gnupg-2.2.2.tar.bz2) = 6546951 bytes +SHA1 (gnupg-2.2.3.tar.bz2) = 68ed37d363166b5bd79971537484148eb8f2958c +RMD160 (gnupg-2.2.3.tar.bz2) = 92db8a55c30e653779b36a41ea3b772d7db84216 +SHA512 (gnupg-2.2.3.tar.bz2) = c73df3c6f7ce65bd9867a39d10f93548496bf596ba0901737fc0063b370fd2d834c0b912e5aa07ff31067bc9c1263acc9d314c6bfaf7c889b72c8d46087810cb +Size (gnupg-2.2.3.tar.bz2) = 6547069 bytes --_----------=_1511526790278820--