Commit graph

8 commits

Author SHA1 Message Date
nia
3df0f20e22 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-26 11:16:56 +00:00
nia
fa4b2904a6 security: Remove SHA1 hashes for distfiles 2021-10-07 14:53:40 +00:00
nia
a496e1eab6 lua-arc4random: Update to 1.4.1
NetBSD and SunOS support upstreamed
2020-07-14 11:43:25 +00:00
nia
c9a8e6391a attempt to fix build on SunOS 2020-07-03 20:41:36 +00:00
nia
d2b04e6d28 lua-arc4random: (untested) SunOS support 2020-07-02 20:07:28 +00:00
nia
bd5f5d8bbd lua-arc4random: ... correct LICENSE 2020-07-02 17:52:03 +00:00
nia
406aed1243 lua-arc4random: Fix HOMEPAGE 2020-07-02 17:50:38 +00:00
nia
faffed5f59 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.
2020-07-02 17:46:26 +00:00