CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2018/05/12 12:10:12
Modified files:
security/nss : Makefile distinfo
security/nss/patches: patch-nss_lib_freebl_config_mk
Added files:
security/nss/patches: patch-nss_lib_freebl_unix_urandom_c
Log message:
Update to nss 3.37, needed by gecko 61.
See
https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/NSS_3.37_release_notes
Interestingly, in nss 3.31 the way entropy is gathered from the system
was revamped, and in #1057343 it started using the getentropy() syscall
by default if available, with a fallback to /dev/urandom...but only on
linux/glibc 2.25.
Add a patch to also use getentropy() on OpenBSD.. reported upstream in
#1461075