pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/p5-Crypt-Random



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.

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



Home | Main Index | Thread Index | Old Index