Received: by mail.netbsd.org (Postfix, from userid 605) id 0493184D12; Wed, 28 Apr 2021 07:36:41 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 403C984CD9 for ; Wed, 28 Apr 2021 07:36:40 +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 XprE6AP0UP5M for ; Wed, 28 Apr 2021 07:36:39 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id B962C84C13 for ; Wed, 28 Apr 2021 07:36:39 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id B1DD4FA95; Wed, 28 Apr 2021 07:36:39 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1619595399129430" MIME-Version: 1.0 Date: Wed, 28 Apr 2021 07:36:39 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/security/p5-CryptX To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20210428073639.B1DD4FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1619595399129430 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Wed Apr 28 07:36:39 UTC 2021 Modified Files: pkgsrc/security/p5-CryptX: Makefile distinfo Log Message: p5-CryptX: update to 0.071. 0.071 2021-03-30 - fix #67 (better handling of PEM decoding failures) 0.070 2021-02-12 - fix #66 remove -flto=auto (Makefile.PL) - fix #65 typo in docs (lib/Crypt/Cipher.pm) - bundled libtomcrypt update branch:develop (commit:910d6252 2021-01-19) To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 pkgsrc/security/p5-CryptX/Makefile cvs rdiff -u -r1.14 -r1.15 pkgsrc/security/p5-CryptX/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1619595399129430 Content-Disposition: inline Content-Length: 1676 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.21 pkgsrc/security/p5-CryptX/Makefile:1.22 --- pkgsrc/security/p5-CryptX/Makefile:1.21 Tue Sep 8 13:16:43 2020 +++ pkgsrc/security/p5-CryptX/Makefile Wed Apr 28 07:36:39 2021 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.21 2020/09/08 13:16:43 wiz Exp $ +# $NetBSD: Makefile,v 1.22 2021/04/28 07:36:39 wiz Exp $ -DISTNAME= CryptX-0.069 +DISTNAME= CryptX-0.071 PKGNAME= p5-${DISTNAME} 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.14 pkgsrc/security/p5-CryptX/distinfo:1.15 --- pkgsrc/security/p5-CryptX/distinfo:1.14 Mon Sep 7 13:56:03 2020 +++ pkgsrc/security/p5-CryptX/distinfo Wed Apr 28 07:36:39 2021 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.14 2020/09/07 13:56:03 wiz Exp $ +$NetBSD: distinfo,v 1.15 2021/04/28 07:36:39 wiz Exp $ -SHA1 (CryptX-0.069.tar.gz) = 8dcacf4e2b3155f1428ae82b18e9928695382edc -RMD160 (CryptX-0.069.tar.gz) = 0e11c28fb6e725ec5d2cc5f03fd76d344fd31dcb -SHA512 (CryptX-0.069.tar.gz) = 59fed5c6a0c990807003e4b0eecd469c54d3ea9df231df865002379f5b6f70542a1b7f7af2872491796017624758adfad47ea5e360e84bb1462979f44339701e -Size (CryptX-0.069.tar.gz) = 1644304 bytes +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 --_----------=_1619595399129430--