2025-02-09 08:36:49 by Thomas Klausner | Files touched by this commit (2) | ![Package updated](https://pkgsrc.se/images/update.gif) |
Log message:
p5-Crypt-Random: update to 1.56.
1.56 -- Tue Feb 04 21:47:59 AST 2025
[Significant updates since 1.54]
- New Maintainer
- Implement new Win32API provider
- Switch rand provider to use Crypt::URandom instead of rand()
- A number of packaging and build updates
[Change Log]
- ad803b2 Increment repo version
- 82b7643 Fix regex for version creation
- e7c687b v1.55
1.55 -- Wed Jan 29 23:41:05 AST 2025
[Significant updates since 1.54]
- New Maintainer
- Implement new Win32API provider
- Switch rand provider to use Crypt::URandom instead of rand()
- A number of packaging and build updates
[Change Log]
- 6e032b0 Add missing use strict and add LICENSE in pod
- 95ea54a Add spelling exceptions
- 1858c59 Update copyright information
- 1f8b29e Switch rand provider to use Crypt::URandom
- 424ef40 Add new Win32API Provider for Windows
- 2f5afba Move rand and egd providers to the low strength list
- 3fed3a9 Modernize calls to new
- 90e1040 remove unnecessary use lib, add strict and warnings and remove the \
perl command Remove shebang line
- b196c21 Add github action for testing
- b2bc3b6 .gitignore
- e89a896 Move build process to Dist::Zilla
- 70446cd Remove archive of previous release
- 533f310 (tag: 1.54) Import Crypt-Random-1.54 from cpan
|
2024-11-16 13:08:07 by Thomas Klausner | Files touched by this commit (2504) |
Log message:
*: recursive bump for perl 5.40
|
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
|