ports/opt (3.2): nss: updated to 3.28.1
commit b7262a57a95c631c72ea4f4e74bcfa59aebee227 Author: Fredrik Rinnestam <fredrik@crux.nu> Date: Tue Jan 24 01:19:16 2017 +0100 nss: updated to 3.28.1 diff --git a/nss/.footprint b/nss/.footprint index dc3d60b..f92bb84 100644 --- a/nss/.footprint +++ b/nss/.footprint @@ -28,6 +28,7 @@ drwxr-xr-x root/root usr/include/nss/ -rw-r--r-- root/root usr/include/nss/crmft.h -rw-r--r-- root/root usr/include/nss/cryptohi.h -rw-r--r-- root/root usr/include/nss/cryptoht.h +-rw-r--r-- root/root usr/include/nss/eccutil.h -rw-r--r-- root/root usr/include/nss/ecl-exp.h -rw-r--r-- root/root usr/include/nss/hasht.h -rw-r--r-- root/root usr/include/nss/jar-ds.h diff --git a/nss/.md5sum b/nss/.md5sum index 0cf0f11..ad989d1 100644 --- a/nss/.md5sum +++ b/nss/.md5sum @@ -1,3 +1,3 @@ -ed089d28a3c593f8ba4ac26ad9984a75 nss-3.27.2.tar.gz +e98d48435cee5792f97ef7fc35a602c3 nss-3.28.1.tar.gz 17226659298a9d9bb3f323186d220f6f nss-config.in a796e6ab6c87573ffb649ce8769bc07a nss.pc.in diff --git a/nss/Pkgfile b/nss/Pkgfile index b020392..c62f753 100644 --- a/nss/Pkgfile +++ b/nss/Pkgfile @@ -4,7 +4,7 @@ # Depends on: nspr sqlite3 name=nss -version=3.27.2 +version=3.28.1 release=1 source=(http://ftp.mozilla.org/pub/security/nss/releases/NSS_${version//./_}_RTM/src/$name-$version.tar.gz \ nss-config.in nss.pc.in) @@ -20,6 +20,7 @@ build() { export NSPR_LIB_DIR=/usr/lib export NSS_USE_SYSTEM_SQLITE=1 export NSS_ENABLE_ECC=1 + export NSS_ENABLE_TLS_1_3=1 export BUILD_OPT=1 export XCFLAGS="-Wno-error ${CFLAGS}" export NSS_DISABLE_GTESTS=1
participants (1)
-
crux@crux.nu