ports/opt (3.2): [notify] nss: updated to 3.21.
commit a3527add04036c781d72cff6f689396b2e447bee Author: Fredrik Rinnestam <fredrik@crux.nu> Date: Sat Jan 9 00:17:53 2016 +0100 [notify] nss: updated to 3.21. Fix for CVE-2015-7575 diff --git a/nss/.md5sum b/nss/.md5sum index b4de5bd..1bdbae6 100644 --- a/nss/.md5sum +++ b/nss/.md5sum @@ -1,3 +1,3 @@ -c285ef92de0031cb0a8caa60d396d618 nss-3.20.1.tar.gz +3c8b2ed880dd3a8d86c9e0151afe6eba nss-3.21.tar.gz 17226659298a9d9bb3f323186d220f6f nss-config.in a796e6ab6c87573ffb649ce8769bc07a nss.pc.in diff --git a/nss/Pkgfile b/nss/Pkgfile index ee4e6ca..a3cd175 100644 --- a/nss/Pkgfile +++ b/nss/Pkgfile @@ -4,9 +4,9 @@ # Depends on: nspr sqlite3 name=nss -version=3.20.1 +version=3.21 release=1 -source=(http://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/NSS_3_20_1_RTM/... \ +source=(http://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/NSS_3_21_RTM/sr... \ nss-config.in nss.pc.in) build() { @@ -24,6 +24,7 @@ build() { export NSS_ENABLE_ECC=1 export BUILD_OPT=1 export XCFLAGS="${CFLAGS}" + export NSS_DISABLE_GTESTS=1 make -j1 USE_64=1 -C nss all
participants (1)
-
crux@crux.nu