Received: by mail.netbsd.org (Postfix, from userid 605) id D644884E4A; Mon, 1 Apr 2019 08:30:05 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5D3B584E37 for ; Mon, 1 Apr 2019 08:30:05 +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 DpFGytm9wb7r for ; Mon, 1 Apr 2019 08:30:04 +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 D130C84D02 for ; Mon, 1 Apr 2019 08:30:04 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id CC28DFB16; Mon, 1 Apr 2019 08:30:04 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_155410740411670" MIME-Version: 1.0 Date: Mon, 1 Apr 2019 08:30:04 +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: <20190401083004.CC28DFB16@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. --_----------=_155410740411670 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Mon Apr 1 08:30:04 UTC 2019 Modified Files: pkgsrc/security/gnupg2: Makefile distinfo Removed Files: pkgsrc/security/gnupg2/patches: patch-dirmngr_dns.c Log Message: gnupg2: updated to 2.2.15 Noteworthy changes in version 2.2.15: * sm: Fix --logger-fd and --status-fd on Windows for non-standard file descriptors. * sm: Allow decryption even if expired keys are configured. * agent: Change command KEYINFO to print ssh fingerprints with other hash algos. * dirmngr: Fix build problems on Solaris due to the use of reserved symbol names. * wkd: New commands --print-wkd-hash and --print-wkd-url for gpg-wks-client. To generate a diff of this commit: cvs rdiff -u -r1.100 -r1.101 pkgsrc/security/gnupg2/Makefile cvs rdiff -u -r1.54 -r1.55 pkgsrc/security/gnupg2/distinfo cvs rdiff -u -r1.1 -r0 pkgsrc/security/gnupg2/patches/patch-dirmngr_dns.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_155410740411670 Content-Disposition: inline Content-Length: 1727 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.100 pkgsrc/security/gnupg2/Makefile:1.101 --- pkgsrc/security/gnupg2/Makefile:1.100 Wed Mar 20 06:39:52 2019 +++ pkgsrc/security/gnupg2/Makefile Mon Apr 1 08:30:04 2019 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.100 2019/03/20 06:39:52 adam Exp $ +# $NetBSD: Makefile,v 1.101 2019/04/01 08:30:04 adam Exp $ -DISTNAME= gnupg-2.2.14 +DISTNAME= gnupg-2.2.15 PKGNAME= ${DISTNAME:S/gnupg-/gnupg2-/} CATEGORIES= security MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/gnupg/ Index: pkgsrc/security/gnupg2/distinfo diff -u pkgsrc/security/gnupg2/distinfo:1.54 pkgsrc/security/gnupg2/distinfo:1.55 --- pkgsrc/security/gnupg2/distinfo:1.54 Wed Mar 27 09:42:15 2019 +++ pkgsrc/security/gnupg2/distinfo Mon Apr 1 08:30:04 2019 @@ -1,7 +1,6 @@ -$NetBSD: distinfo,v 1.54 2019/03/27 09:42:15 jperkin Exp $ +$NetBSD: distinfo,v 1.55 2019/04/01 08:30:04 adam Exp $ -SHA1 (gnupg-2.2.14.tar.bz2) = f349c20e7498af88299b0d42a961e0364e5c37e7 -RMD160 (gnupg-2.2.14.tar.bz2) = e8972a7e145b5c9a49e34392b2a70d09748c30b3 -SHA512 (gnupg-2.2.14.tar.bz2) = 9d5216dee085efe6de300579d8fb773a5a55df639d5a435708611a974df522dd60dc995fbfcaad98065475dbeb731bbba19ecc3273e78b9b45fccff640dde69b -Size (gnupg-2.2.14.tar.bz2) = 6707735 bytes -SHA1 (patch-dirmngr_dns.c) = 5850d0cde376b076cc80d749ff3fb5b49ff9ee1e +SHA1 (gnupg-2.2.15.tar.bz2) = 1909afdad3cf29583126c471298da290399270f4 +RMD160 (gnupg-2.2.15.tar.bz2) = c0c865319502a7497755e8ec8c6e26c0b5f71718 +SHA512 (gnupg-2.2.15.tar.bz2) = 7c6f0092d384fd71fc7a1c905ce23ae98df42ce131ee09fc190c275f9c8d0912be344b0782244cccb5b3938322ef3cfff8ed1ec7e949e761478b8c5110dde36a +Size (gnupg-2.2.15.tar.bz2) = 6705912 bytes --_----------=_155410740411670--