2023-10-25 00:11:51 by Thomas Klausner | Files touched by this commit (2298) |
Log message: *: bump for openssl 3 |
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 |
2020-07-14 13:43:25 by Nia Alarie | Files touched by this commit (3) |
Log message: lua-arc4random: Update to 1.4.1 NetBSD and SunOS support upstreamed |
2020-07-03 22:41:36 by Nia Alarie | Files touched by this commit (2) |
Log message: attempt to fix build on SunOS |
2020-07-02 22:07:29 by Nia Alarie | Files touched by this commit (2) |
Log message: lua-arc4random: (untested) SunOS support |
2020-07-02 19:52:03 by Nia Alarie | Files touched by this commit (1) |
Log message: lua-arc4random: ... correct LICENSE |
2020-07-02 19:50:38 by Nia Alarie | Files touched by this commit (1) |
Log message: lua-arc4random: Fix HOMEPAGE |
2020-07-02 19:46:27 by Nia Alarie | Files touched by this commit (5) |
Log message: security: Add lua-arc4random The arc4random family of functions provides a cryptographic pseudorandom number generator automatically seeded from the system entropy pool and safe to use from multiple threads. arc4random is designed to prevent an adversary from guessing outputs, unlike rand(3) and random(3), and is faster and more convenient than reading from /dev/urandom directly. This is a Lua wrapper for arc4random(3), portable to systems that do and don't have it natively in libc. On systems where arc4random may be insecure it provides a replacement. |