Version: 1.3.1, Package name: scrypt-1.3.1 |
Maintained by: The OpenBSD ports mailing-list |
Master sites: |
Description A simple password-based encryption utility as a demonstration of the scrypt key derivation function, greatly increasing the cost of a brute force attack compared to openssl enc. |
Filesize: 385.27 KB |
Version History (View Complete History) |
|
2021-03-31 14:37:37 by Stuart Henderson | Files touched by this commit (4) |
Log message: update to scrypt-1.3.1 |
2020-01-12 10:25:37 by Bjorn Ketelaars | Files touched by this commit (2) |
Log message: Do not allow scrypt to ignore RLIMIT_DATA scrypt estimates the amount of available RAM, and ignores RLIMIT_DATA on systems which have mmap. From tedu@ (http://mail.tarsnap.com/scrypt/msg00263.html): "...this is the wrong thing to do for OpenBSD. On OpenBSD, rlimit_data is applied to anonymous mmap (since that's now the heap) for consistency. RLIMIT_RSS is a vestigal do nothing define." Issue is fixed by reverting https://github.com/Tarsnap/scrypt/commit/2b478e7ce590a6564d89417ddad4f3dd4bbdcaf6 While here set COMPILER and COMPILER_LANGS to fix building on sparc64 and powerpc (from kmos@, and tested by kmos@ and cwen@). OK cwen@, "patch looks good to me" tedu@ |
2019-12-31 00:26:59 by Bjorn Ketelaars | Files touched by this commit (4) |
Log message: Update to scrypt-1.3.0 Significant change since 1.2.1 is that in addition to the scrypt command-line utility, a library "libscrypt-kdf" is build and installed. While here: - Change HOMEPAGE/MASTER_SITES to https - Enable tests - Set DEBUG_PACKAGES OK sthen@ |
2019-07-12 14:50:18 by Stuart Henderson | Files touched by this commit (845) |
Log message: replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes |
2017-04-30 08:26:13 by Benoit Lecocq | Files touched by this commit (2) |
Log message: Update to scrypt-1.2.1. |
2015-09-20 02:04:15 by Benoit Lecocq | Files touched by this commit (2) |
Log message: Update to scrypt-1.2.0. |
2015-01-17 20:16:09 by Christian Weisgerber | Files touched by this commit (3349) |
Log message: Drop remaining MD5/RMD160/SHA1 checksums. |
2010-12-19 14:54:51 by Jasper Lievisse Adriaanse | Files touched by this commit (2) |
Log message: - update scrypt to 1.1.6 from marius ROMAN |
2010-11-20 10:22:46 by Marc Espie | Files touched by this commit (296) |
Log message: new depends |
2010-10-18 15:41:48 by Marc Espie | Files touched by this commit (144) |
Log message: USE_GROFF=Yes |
2009-06-22 16:51:59 by Stuart Henderson | Files touched by this commit (2) |
Log message: update scrypt to 1.1.4 |