diff options
author | nia <nia@pkgsrc.org> | 2020-03-22 20:54:36 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2020-03-22 20:54:36 +0000 |
commit | f1e3dfe0bb93ffdb147c1337a4f3c1635b85b89f (patch) | |
tree | 7f1018a5c865a0d1ef9a34d3990b4a702dacf434 /security | |
parent | 8707b8488e833634b43e96e46502a7c91fc6c98d (diff) | |
download | pkgsrc-f1e3dfe0bb93ffdb147c1337a4f3c1635b85b89f.tar.gz |
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
Diffstat (limited to 'security')
-rw-r--r-- | security/p5-Crypt-Random/Makefile | 6 | ||||
-rw-r--r-- | security/p5-Crypt-Random/distinfo | 10 |
2 files changed, 7 insertions, 9 deletions
diff --git a/security/p5-Crypt-Random/Makefile b/security/p5-Crypt-Random/Makefile index 81ef9bf0ca8..c2d5082ca42 100644 --- a/security/p5-Crypt-Random/Makefile +++ b/security/p5-Crypt-Random/Makefile @@ -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/} diff --git a/security/p5-Crypt-Random/distinfo b/security/p5-Crypt-Random/distinfo index 47e707ac5cb..90a1122f1db 100644 --- a/security/p5-Crypt-Random/distinfo +++ b/security/p5-Crypt-Random/distinfo @@ -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 |