Accepting request 690981 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/690981
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Crypt-Random?expand=0&rev=12
This commit is contained in:
Stephan Kulow
2019-04-03 10:58:06 +00:00
committed by Git OBS Bridge
parent 9182e84db1
commit a3ce01b51c
5 changed files with 97 additions and 50 deletions

View File

@@ -1,3 +1,35 @@
-------------------------------------------------------------------
Wed Apr 3 06:50:10 UTC 2019 - Stephan Kulow <coolo@suse.com>
- updated to 1.52
see /usr/share/doc/packages/perl-Crypt-Random/Changes
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
-------------------------------------------------------------------
Wed Dec 1 11:57:08 UTC 2010 - coolo@novell.com