nss: updated to 3.28.1

This commit is contained in:
Fredrik Rinnestam 2017-01-24 01:19:16 +01:00
parent 021ebd78c1
commit b7262a57a9
3 changed files with 4 additions and 2 deletions

View File

@ -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

View File

@ -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

View File

@ -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