summaryrefslogtreecommitdiff
path: root/nss
diff options
context:
space:
mode:
authorDanny Rawlins <monster.romster@gmail.com>2017-01-05 20:07:47 +1100
committerDanny Rawlins <monster.romster@gmail.com>2017-01-05 20:07:47 +1100
commit259d9a0b0be61cca1aa6a7009ea00b4b3482a3e6 (patch)
treec073e78f297a37a97c27d47a924098924b15914f /nss
parent2b5d9d6888c7dfcaedf40e56d2d78bd8a1616439 (diff)
downloadopt-259d9a0b0be61cca1aa6a7009ea00b4b3482a3e6.tar.gz
opt-259d9a0b0be61cca1aa6a7009ea00b4b3482a3e6.tar.xz
[notify ]nss: remove NSS_ENABLE_TLS_1_3=1 as this causes NS_ERROR_NET_INADEQUATE_SECURITY to https on some major sites
Diffstat (limited to 'nss')
-rw-r--r--nss/Pkgfile5
1 files changed, 2 insertions, 3 deletions
diff --git a/nss/Pkgfile b/nss/Pkgfile
index 073645e67..93ca3f334 100644
--- a/nss/Pkgfile
+++ b/nss/Pkgfile
@@ -5,8 +5,8 @@
name=nss
version=3.28.1
-release=1
-source=(http://ftp.mozilla.org/pub/security/nss/releases/NSS_3_28_1_RTM/src/$name-$version.tar.gz \
+release=2
+source=(http://ftp.mozilla.org/pub/security/nss/releases/NSS_${version//./_}_RTM/src/$name-$version.tar.gz \
nss-config.in nss.pc.in)
build() {
@@ -20,7 +20,6 @@ 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

Generated by cgit