openbsd-ports/security/scrypt
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
..
patches Do not allow scrypt to ignore RLIMIT_DATA 2020-01-12 17:25:37 +00:00
pkg Update to scrypt-1.3.0 2019-12-31 07:26:59 +00:00
distinfo Update to scrypt-1.3.0 2019-12-31 07:26:59 +00:00
Makefile Do not allow scrypt to ignore RLIMIT_DATA 2020-01-12 17:25:37 +00:00