Tue Jul 6 01:49:09 2021 UTC ()
Update to 1.54

Upstream changes:
1.54                                                     June 3, 2021

  * Removed a superfluous call to makerandom_itv() thanks to Larry
    Leszczynski <larryl@emailplus.org>.

  * Improved makerandom_itv test to ensure generated numbers are in the
    intterval.

  * Actually include t/chisquare.t


(wen)
diff -r1.34 -r1.35 pkgsrc/security/p5-Crypt-Random/Makefile
diff -r1.6 -r1.7 pkgsrc/security/p5-Crypt-Random/distinfo

cvs diff -r1.34 -r1.35 pkgsrc/security/p5-Crypt-Random/Makefile (expand / switch to unified diff)

--- pkgsrc/security/p5-Crypt-Random/Makefile 2021/05/24 19:54:00 1.34
+++ pkgsrc/security/p5-Crypt-Random/Makefile 2021/07/06 01:49:09 1.35
@@ -1,18 +1,17 @@ @@ -1,18 +1,17 @@
1# $NetBSD: Makefile,v 1.34 2021/05/24 19:54:00 wiz Exp $ 1# $NetBSD: Makefile,v 1.35 2021/07/06 01:49:09 wen Exp $
2 2
3DISTNAME= Crypt-Random-1.52 3DISTNAME= Crypt-Random-1.54
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5PKGREVISION= 2 
6CATEGORIES= security perl5 5CATEGORIES= security perl5
7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Crypt/} 6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Crypt/}
8 7
9MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= https://metacpan.org/release/Crypt-Random 9HOMEPAGE= https://metacpan.org/release/Crypt-Random
11COMMENT= Perl5 interface to /dev/random 10COMMENT= Perl5 interface to /dev/random
12 11
13DEPENDS+= p5-Class-Loader>=2.00:../../devel/p5-Class-Loader 12DEPENDS+= p5-Class-Loader>=2.00:../../devel/p5-Class-Loader
14DEPENDS+= p5-Math-Pari>=2.001804:../../math/p5-Math-Pari 13DEPENDS+= p5-Math-Pari>=2.001804:../../math/p5-Math-Pari
15 14
16USE_LANGUAGES= # empty 15USE_LANGUAGES= # empty
17PERL5_PACKLIST= auto/Crypt/Random/.packlist 16PERL5_PACKLIST= auto/Crypt/Random/.packlist
18 17

cvs diff -r1.6 -r1.7 pkgsrc/security/p5-Crypt-Random/distinfo (expand / switch to unified diff)

--- pkgsrc/security/p5-Crypt-Random/distinfo 2020/03/22 20:54:36 1.6
+++ pkgsrc/security/p5-Crypt-Random/distinfo 2021/07/06 01:49:09 1.7
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.6 2020/03/22 20:54:36 nia Exp $ 1$NetBSD: distinfo,v 1.7 2021/07/06 01:49:09 wen Exp $
2 2
3SHA1 (Crypt-Random-1.52.tar.gz) = f1bfc0c210e3589ac080e2458d00e7265330b161 3SHA1 (Crypt-Random-1.54.tar.gz) = 246bee23663a802de3f26831a947b5edfa47064e
4RMD160 (Crypt-Random-1.52.tar.gz) = fe60ac4258fdfc52e6a496127b4018ba93d17635 4RMD160 (Crypt-Random-1.54.tar.gz) = 397522df321d2a6e804a45f34f5028705c857b55
5SHA512 (Crypt-Random-1.52.tar.gz) = b82252aae6a009b0dc09bf2e6704d114cd4e40b9588269246871d3b1fb66b4abda87e7c324afc30fd9cf19eb0c0502c2af05d8981226513223277f83854b770f 5SHA512 (Crypt-Random-1.54.tar.gz) = cad58c3598efd2c7bd0ea611f31eeec99bbb61029df3f29abcc3ac951b1edc03829f1dd3c5f4d1c09a9914cae9eb171ea467562e3739122f1cf48b1119c42d29
6Size (Crypt-Random-1.52.tar.gz) = 9525 bytes 6Size (Crypt-Random-1.54.tar.gz) = 22368 bytes