Path to this page:
./
security/p5-Crypt-Random,
Perl5 interface to /dev/random
Branch: CURRENT,
Version: 1.54nb2,
Package name: p5-Crypt-Random-1.54nb2,
Maintainer: pkgsrc-usersCrypt::Random is an interface module to the /dev/random device found on most
modern Unix systems. The /dev/random driver gathers environmental noise from
various non-deterministic sources including inter-keyboard timings and
inter-interrupt timings that occur within the operating system environment.
Required to run:[
lang/perl5] [
math/p5-Math-Pari] [
devel/p5-Class-Loader]
Required to build:[
pkgtools/cwrappers]
Master sites: (Expand)
Filesize: 21.844 KB
Version history: (Expand)
- (2023-07-06) Updated to version: p5-Crypt-Random-1.54nb2
- (2022-06-28) Updated to version: p5-Crypt-Random-1.54nb1
- (2021-07-06) Updated to version: p5-Crypt-Random-1.54
- (2021-05-25) Updated to version: p5-Crypt-Random-1.52nb2
- (2020-09-01) Updated to version: p5-Crypt-Random-1.52nb1
- (2020-03-23) Updated to version: p5-Crypt-Random-1.52
CVS history: (Expand)
2023-07-06 11:43:03 by Thomas Klausner | Files touched by this commit (2483) |
Log message:
*: recursive bump for perl 5.38
|
2022-06-28 13:38:00 by Thomas Klausner | Files touched by this commit (3952) |
Log message:
*: recursive bump for perl 5.36
|
2021-10-26 13:18:07 by Nia Alarie | Files touched by this commit (605) |
Log message:
security: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Unfetchable distfiles (fetched conditionally?):
./security/cyrus-sasl/distinfo \
cyrus-sasl-dedad73e5e7a75d01a5f3d5a6702ab8ccd2ff40d.patch.v2
|
2021-10-07 16:54:50 by Nia Alarie | Files touched by this commit (606) |
Log message:
security: Remove SHA1 hashes for distfiles
|
2021-07-06 03:49:09 by Wen Heping | Files touched by this commit (2) |
Log message:
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-05-24 21:56:06 by Thomas Klausner | Files touched by this commit (3575) |
Log message:
*: recursive bump for perl 5.34
|
2020-08-31 20:13:29 by Thomas Klausner | Files touched by this commit (3631) |
Log message:
*: bump PKGREVISION for perl-5.32.
|
2020-03-22 21:54:36 by Nia Alarie | Files touched by this commit (2) |
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
|