Received: by mail.netbsd.org (Postfix, from userid 605) id C130A84DBF; Mon, 4 May 2020 01:40:00 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 473A184DB5 for ; Mon, 4 May 2020 01:40:00 +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 eOeM-rFH9Lnh for ; Mon, 4 May 2020 01:39:59 +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 A186484CE9 for ; Mon, 4 May 2020 01:39:59 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 8FE55FB27; Mon, 4 May 2020 01:39:59 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_158855639988500" MIME-Version: 1.0 Date: Mon, 4 May 2020 01:39:59 +0000 From: "Alistair G. Crooks" Subject: CVS commit: pkgsrc/security/netpgpverify/files To: pkgsrc-changes@NetBSD.org Reply-To: agc@netbsd.org X-Mailer: log_accum Message-Id: <20200504013959.8FE55FB27@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. --_----------=_158855639988500 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: agc Date: Mon May 4 01:39:59 UTC 2020 Modified Files: pkgsrc/security/netpgpverify/files: verify.h Log Message: Bump version of libnetpgpverify and netpgpverify to 20200504 for changes brought over from src. To generate a diff of this commit: cvs rdiff -u -r1.42 -r1.43 pkgsrc/security/netpgpverify/files/verify.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_158855639988500 Content-Disposition: inline Content-Length: 671 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/security/netpgpverify/files/verify.h diff -u pkgsrc/security/netpgpverify/files/verify.h:1.42 pkgsrc/security/netpgpverify/files/verify.h:1.43 --- pkgsrc/security/netpgpverify/files/verify.h:1.42 Sun May 3 23:49:04 2020 +++ pkgsrc/security/netpgpverify/files/verify.h Mon May 4 01:39:59 2020 @@ -23,9 +23,9 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #ifndef NETPGP_VERIFY_H_ -#define NETPGP_VERIFY_H_ 20200503 +#define NETPGP_VERIFY_H_ 20200504 -#define NETPGPVERIFY_VERSION "netpgpverify portable 20200503" +#define NETPGPVERIFY_VERSION "netpgpverify portable 20200504" #include --_----------=_158855639988500--