pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/p5-Crypt-Random p5-Crypt-Random: Update to 1.52



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e9fb57faf92e
branches:  trunk
changeset: 425595:e9fb57faf92e
user:      nia <nia%pkgsrc.org@localhost>
date:      Sun Mar 22 20:54:36 2020 +0000

description:
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:

 security/p5-Crypt-Random/Makefile |   6 ++----
 security/p5-Crypt-Random/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 9 deletions(-)

diffs (30 lines):

diff -r f865b574ade8 -r e9fb57faf92e security/p5-Crypt-Random/Makefile
--- a/security/p5-Crypt-Random/Makefile Sun Mar 22 20:50:13 2020 +0000
+++ b/security/p5-Crypt-Random/Makefile Sun Mar 22 20:54:36 2020 +0000
@@ -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 -r f865b574ade8 -r e9fb57faf92e security/p5-Crypt-Random/distinfo
--- a/security/p5-Crypt-Random/distinfo Sun Mar 22 20:50:13 2020 +0000
+++ b/security/p5-Crypt-Random/distinfo Sun Mar 22 20:54:36 2020 +0000
@@ -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



Home | Main Index | Thread Index | Old Index