Commit Graph

12 Commits

Author SHA1 Message Date
bket
c677338f67 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 2b478e7ce5

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@
2020-01-12 17:25:37 +00:00
bket
beb265b93e 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-12-31 07:26:59 +00:00
sthen
77f7cc9c61 replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:49:33 +00:00
benoit
3416fdfdf9 Update to scrypt-1.2.1. 2017-04-30 14:26:13 +00:00
benoit
d42cd70844 Update to scrypt-1.2.0. 2015-09-20 08:04:15 +00:00
naddy
570aa62a9c Drop remaining MD5/RMD160/SHA1 checksums. 2015-01-18 03:12:39 +00:00
espie
eae66e4a7b PERMIT_* / REGRESS->TEST sweep 2013-03-11 11:35:43 +00:00
jasper
166014b6cb - update scrypt to 1.1.6
from marius ROMAN
2010-12-19 21:54:51 +00:00
espie
6c283d7e98 new depends 2010-11-20 17:22:40 +00:00
espie
2ef1026971 USE_GROFF=Yes 2010-10-18 21:41:44 +00:00
sthen
639493f161 update scrypt to 1.1.4 2009-06-22 22:51:59 +00:00
sthen
e9b59d293f import scrypt;
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.

feedback and liaison with author from Predrag Punosevac, thanks!
2009-05-25 22:48:48 +00:00