Received: by mail.netbsd.org (Postfix, from userid 605) id E552B84E7F; Sun, 22 Mar 2020 20:54:37 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6A90484E7C for ; Sun, 22 Mar 2020 20:54:37 +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 m6z_XHpWKLiM for ; Sun, 22 Mar 2020 20:54:36 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id D739B84DAF for ; Sun, 22 Mar 2020 20:54:36 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id D0881FB27; Sun, 22 Mar 2020 20:54:36 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_158491047658320" MIME-Version: 1.0 Date: Sun, 22 Mar 2020 20:54:36 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/security/p5-Crypt-Random To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20200322205436.D0881FB27@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. --_----------=_158491047658320 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Sun Mar 22 20:54:36 UTC 2020 Modified Files: pkgsrc/security/p5-Crypt-Random: Makefile distinfo Log Message: p5-Crypt-Random: Update to 1.52 1.52 December 22, 2018 * Add a chi square statistical test. t/chisquare.t * Uniform can be passed to the constructor of Crypt::Random::Generator. This should be the default, and will likely be in the next release. * Fixed minor bugs & typos. 1.51 December 22, 2018 * Test no longer looks for non-eq of two generated numbers as these can be correctly the same if test is run enough number of times. https://rt.cpan.org/Ticket/Display.html?id=99880 * Removed outdated dependency info. https://rt.cpan.org/Ticket/Display.html?id=94441 * Removed /dev/random read from the test, as it can hang when there is insufficient entropy. https://rt.cpan.org/Ticket/Display.html?id=30423 * Removed potentially unsafe include in bin/makerandom. https://rt.cpan.org/Ticket/Display.html?id=128062 To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32 pkgsrc/security/p5-Crypt-Random/Makefile cvs rdiff -u -r1.5 -r1.6 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. --_----------=_158491047658320 Content-Disposition: inline Content-Length: 1783 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.31 pkgsrc/security/p5-Crypt-Random/Makefile:1.32 --- pkgsrc/security/p5-Crypt-Random/Makefile:1.31 Sun Aug 11 13:22:54 2019 +++ pkgsrc/security/p5-Crypt-Random/Makefile Sun Mar 22 20:54:36 2020 @@ -1,9 +1,7 @@ -# $NetBSD: Makefile,v 1.31 2019/08/11 13:22:54 wiz Exp $ -# +# $NetBSD: Makefile,v 1.32 2020/03/22 20:54:36 nia Exp $ -DISTNAME= Crypt-Random-1.25 +DISTNAME= Crypt-Random-1.52 PKGNAME= p5-${DISTNAME} -PKGREVISION= 11 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.5 pkgsrc/security/p5-Crypt-Random/distinfo:1.6 --- pkgsrc/security/p5-Crypt-Random/distinfo:1.5 Wed Nov 4 01:17:56 2015 +++ pkgsrc/security/p5-Crypt-Random/distinfo Sun Mar 22 20:54:36 2020 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.5 2015/11/04 01:17:56 agc Exp $ +$NetBSD: distinfo,v 1.6 2020/03/22 20:54:36 nia Exp $ -SHA1 (Crypt-Random-1.25.tar.gz) = f9c766997133ff36476a3b7af580de0107756107 -RMD160 (Crypt-Random-1.25.tar.gz) = 9a756b8b7f333b85b33765abedb8c230a7c9a983 -SHA512 (Crypt-Random-1.25.tar.gz) = 6c62e64a46d31aa7ef9caecb4e4535bfded9c62fc5156bc9c6390a019ea5d29772bcb1029889b111af6727d756d00ce0cc9407fc50ba7a31941d921c43df5fb7 -Size (Crypt-Random-1.25.tar.gz) = 8770 bytes +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 --_----------=_158491047658320--