Received: by mail.netbsd.org (Postfix, from userid 605) id A703F84EDB; Tue, 6 Jul 2021 01:49:12 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id DF1F284D0E for ; Tue, 6 Jul 2021 01:49:10 +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 keriVIgohpuj for ; Tue, 6 Jul 2021 01:49:10 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 573DF84EDB for ; Tue, 6 Jul 2021 01:49:09 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 4E295FA95; Tue, 6 Jul 2021 01:49:09 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1625536149182230" MIME-Version: 1.0 Date: Tue, 6 Jul 2021 01:49:09 +0000 From: "Wen Heping" Subject: CVS commit: pkgsrc/security/p5-Crypt-Random To: pkgsrc-changes@NetBSD.org Reply-To: wen@netbsd.org X-Mailer: log_accum Message-Id: <20210706014909.4E295FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1625536149182230 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wen Date: Tue Jul 6 01:49:09 UTC 2021 Modified Files: pkgsrc/security/p5-Crypt-Random: Makefile distinfo Log Message: Update to 1.54 Upstream changes: 1.54 June 3, 2021 * Removed a superfluous call to makerandom_itv() thanks to Larry Leszczynski . * Improved makerandom_itv test to ensure generated numbers are in the intterval. * Actually include t/chisquare.t To generate a diff of this commit: cvs rdiff -u -r1.34 -r1.35 pkgsrc/security/p5-Crypt-Random/Makefile cvs rdiff -u -r1.6 -r1.7 pkgsrc/security/p5-Crypt-Random/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1625536149182230 Content-Disposition: inline Content-Length: 1780 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/security/p5-Crypt-Random/Makefile diff -u pkgsrc/security/p5-Crypt-Random/Makefile:1.34 pkgsrc/security/p5-Crypt-Random/Makefile:1.35 --- pkgsrc/security/p5-Crypt-Random/Makefile:1.34 Mon May 24 19:54:00 2021 +++ pkgsrc/security/p5-Crypt-Random/Makefile Tue Jul 6 01:49:09 2021 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.34 2021/05/24 19:54:00 wiz Exp $ +# $NetBSD: Makefile,v 1.35 2021/07/06 01:49:09 wen Exp $ -DISTNAME= Crypt-Random-1.52 +DISTNAME= Crypt-Random-1.54 PKGNAME= p5-${DISTNAME} -PKGREVISION= 2 CATEGORIES= security perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Crypt/} Index: pkgsrc/security/p5-Crypt-Random/distinfo diff -u pkgsrc/security/p5-Crypt-Random/distinfo:1.6 pkgsrc/security/p5-Crypt-Random/distinfo:1.7 --- pkgsrc/security/p5-Crypt-Random/distinfo:1.6 Sun Mar 22 20:54:36 2020 +++ pkgsrc/security/p5-Crypt-Random/distinfo Tue Jul 6 01:49:09 2021 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.6 2020/03/22 20:54:36 nia Exp $ +$NetBSD: distinfo,v 1.7 2021/07/06 01:49:09 wen Exp $ -SHA1 (Crypt-Random-1.52.tar.gz) = f1bfc0c210e3589ac080e2458d00e7265330b161 -RMD160 (Crypt-Random-1.52.tar.gz) = fe60ac4258fdfc52e6a496127b4018ba93d17635 -SHA512 (Crypt-Random-1.52.tar.gz) = b82252aae6a009b0dc09bf2e6704d114cd4e40b9588269246871d3b1fb66b4abda87e7c324afc30fd9cf19eb0c0502c2af05d8981226513223277f83854b770f -Size (Crypt-Random-1.52.tar.gz) = 9525 bytes +SHA1 (Crypt-Random-1.54.tar.gz) = 246bee23663a802de3f26831a947b5edfa47064e +RMD160 (Crypt-Random-1.54.tar.gz) = 397522df321d2a6e804a45f34f5028705c857b55 +SHA512 (Crypt-Random-1.54.tar.gz) = cad58c3598efd2c7bd0ea611f31eeec99bbb61029df3f29abcc3ac951b1edc03829f1dd3c5f4d1c09a9914cae9eb171ea467562e3739122f1cf48b1119c42d29 +Size (Crypt-Random-1.54.tar.gz) = 22368 bytes --_----------=_1625536149182230--