Update to 0.72
Upstream changes: 0.72 Sat Aug 29 21:51:19 2015 - The random seed was based on time of day and was a bit too predictable. Applying patch provided by Jonathan Yu: https://rt.cpan.org/Public/Bug/Display.html?id=48080
This commit is contained in:
parent
8972a4ecf4
commit
9eda7fb292
2 changed files with 7 additions and 8 deletions
|
@ -1,9 +1,8 @@
|
|||
# $NetBSD: Makefile,v 1.16 2016/06/08 19:24:03 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.17 2016/07/09 06:37:16 wen Exp $
|
||||
#
|
||||
|
||||
DISTNAME= Math-Random-0.71
|
||||
DISTNAME= Math-Random-0.72
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
PKGREVISION= 7
|
||||
CATEGORIES= math perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Math/}
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.4 2015/11/03 23:33:39 agc Exp $
|
||||
$NetBSD: distinfo,v 1.5 2016/07/09 06:37:16 wen Exp $
|
||||
|
||||
SHA1 (Math-Random-0.71.tar.gz) = b5a233d5d14328fb308dc56534267d9661f6d605
|
||||
RMD160 (Math-Random-0.71.tar.gz) = 3c42242ea174bb93f22fc63c1c3b80108ab4f1dd
|
||||
SHA512 (Math-Random-0.71.tar.gz) = 2aec6c5ba32ddbea1b9a3361c6b8bb4d0ff0ca69ee03b071dd9156417125e51a2062c001089678e4b12250dfa95dd19662b9d8a21d145481fd4ca34551a79d7b
|
||||
Size (Math-Random-0.71.tar.gz) = 46011 bytes
|
||||
SHA1 (Math-Random-0.72.tar.gz) = 7a47300e79f1c752a5e60fa0add97db0acff642b
|
||||
RMD160 (Math-Random-0.72.tar.gz) = 08cf461515a073815aca7bba56d8482f6d72e248
|
||||
SHA512 (Math-Random-0.72.tar.gz) = 6a24f59ba06b93027fe5907d41a36b2142c20c2813813a34a5adfa9ee06de25902d5f544009f307b518905c614238f63ad3717a1f199513f455f4c53119e2088
|
||||
Size (Math-Random-0.72.tar.gz) = 46907 bytes
|
||||
|
|
Loading…
Reference in a new issue