Commit graph

7 commits

Author SHA1 Message Date
wen
4d10b388f4 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
2021-07-06 01:49:09 +00:00
nia
7370f02709 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
2020-03-22 20:54:36 +00:00
agc
5293710fb4 Add SHA512 digests for distfiles for security category
Problems found locating distfiles:
	Package f-prot-antivirus6-fs-bin: missing distfile fp-NetBSD.x86.32-fs-6.2.3.tar.gz
	Package f-prot-antivirus6-ws-bin: missing distfile fp-NetBSD.x86.32-ws-6.2.3.tar.gz
	Package libidea: missing distfile libidea-0.8.2b.tar.gz
	Package openssh: missing distfile openssh-7.1p1-hpn-20150822.diff.bz2
	Package uvscan: missing distfile vlp4510e.tar.Z

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
2015-11-04 01:17:40 +00:00
heinz
35effe103a Updated to version 1.25.
Relevant changes since version 1.13:
====================================
 - fixed circular reference between Crypt::Random and Crypt::Random::Generator
   causing 'Undefined subroutine' errors.
 - Made "forbidden division t_REAL % t_INT" error disappear.
 - Workaround for Math::Pari's serialization problem.
 - Added a Uniform option to makerandom() and makerandom_itv() that
   doesn't set the high bit of the generated random, and produces
   a number uniformally distributed in the interval. Thanks to Len
   Budney for pointing this out.
2006-02-12 01:50:05 +00:00
agc
d81d19f8e0 Add RMD160 digests. 2005-02-24 12:51:41 +00:00
heinz
38aae207e2 Updated to version 1.13.
Taking maintainership.

Adapted to buildlink3.

Changes sinces 1.11
===================
  * Changed the die() message at provider contruction to include the
    name of the provider.
  * Updated documentation.
2004-02-22 22:18:10 +00:00
mcr
fc882e9a95 pkg from sen_ml@eccosys.com in support of p5-Crypt-OpenPGP 2001-10-01 01:58:47 +00:00