Received: by mail.netbsd.org (Postfix, from userid 605) id 1394184EA9; Tue, 6 Jul 2021 02:08:07 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4A20584E84 for ; Tue, 6 Jul 2021 02:08: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 Hs5tEpxLDaXM for ; Tue, 6 Jul 2021 02:08:04 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 5187384D0E for ; Tue, 6 Jul 2021 02:08:03 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 49625FA95; Tue, 6 Jul 2021 02:08:03 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1625537283212570" MIME-Version: 1.0 Date: Tue, 6 Jul 2021 02:08:03 +0000 From: "Wen Heping" Subject: CVS commit: pkgsrc/security/p5-CryptX To: pkgsrc-changes@NetBSD.org Reply-To: wen@netbsd.org X-Mailer: log_accum Message-Id: <20210706020803.49625FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1625537283212570 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wen Date: Tue Jul 6 02:08:03 UTC 2021 Modified Files: pkgsrc/security/p5-CryptX: Makefile distinfo Log Message: Update to 0.072 Upstream changes: 0.072 2021-04-29 - fix #69 Identifier Octet's Leniency in RSA PKCS#1 Signature Verification - bundled libtomcrypt update branch:develop (commit:165c795b 2021-04-14) To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 pkgsrc/security/p5-CryptX/Makefile cvs rdiff -u -r1.15 -r1.16 pkgsrc/security/p5-CryptX/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1625537283212570 Content-Disposition: inline Content-Length: 1694 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/security/p5-CryptX/Makefile diff -u pkgsrc/security/p5-CryptX/Makefile:1.23 pkgsrc/security/p5-CryptX/Makefile:1.24 --- pkgsrc/security/p5-CryptX/Makefile:1.23 Mon May 24 19:54:01 2021 +++ pkgsrc/security/p5-CryptX/Makefile Tue Jul 6 02:08:03 2021 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.23 2021/05/24 19:54:01 wiz Exp $ +# $NetBSD: Makefile,v 1.24 2021/07/06 02:08:03 wen Exp $ -DISTNAME= CryptX-0.071 +DISTNAME= CryptX-0.072 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= security perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/M/MI/MIK/} Index: pkgsrc/security/p5-CryptX/distinfo diff -u pkgsrc/security/p5-CryptX/distinfo:1.15 pkgsrc/security/p5-CryptX/distinfo:1.16 --- pkgsrc/security/p5-CryptX/distinfo:1.15 Wed Apr 28 07:36:39 2021 +++ pkgsrc/security/p5-CryptX/distinfo Tue Jul 6 02:08:03 2021 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.15 2021/04/28 07:36:39 wiz Exp $ +$NetBSD: distinfo,v 1.16 2021/07/06 02:08:03 wen Exp $ -SHA1 (CryptX-0.071.tar.gz) = f509e92161e6dbbae3c524f4c5101e79b551efc0 -RMD160 (CryptX-0.071.tar.gz) = ac41922af1deca10d0eed3157ab98e9b74d46424 -SHA512 (CryptX-0.071.tar.gz) = e2bb2cc33290e44d1896d069207e854c82a93430ee6b8abf10aeb0138d1209d8bb8e973bcac1674fae7a3500b54fe935fdbb1f1b172a9e3ec9f779dcaddfb1ff -Size (CryptX-0.071.tar.gz) = 1641684 bytes +SHA1 (CryptX-0.072.tar.gz) = b0fc83a6afc806ab859f763777b510b693c6711b +RMD160 (CryptX-0.072.tar.gz) = acb832179f7c2eb4ea65721e062312e22fd2f048 +SHA512 (CryptX-0.072.tar.gz) = 9e51181b14c08f8c0769089f8c9a5feefa7c4f1a8dff2501cf1d1d475ae162f8df35c7cceff9d1742552951e13450cac9d70eb1ead8178e0c95cd1abfea5e03c +Size (CryptX-0.072.tar.gz) = 1643459 bytes --_----------=_1625537283212570--