From c02a92318d371bd31b1f5a53e3293d68d9bdaa2e Mon Sep 17 00:00:00 2001 From: Daiki Ueno Date: Wed, 10 May 2017 13:28:12 +0200 Subject: [PATCH] Enable TLS 1.3 again Also re-enable tests on armv7hl. --- nss.spec | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) diff --git a/nss.spec b/nss.spec index 7840aad..c2df41e 100644 --- a/nss.spec +++ b/nss.spec @@ -21,7 +21,7 @@ Name: nss Version: 3.30.2 # for Rawhide, please always use release >= 2 # for Fedora release branches, please use release < 2 (1.0, 1.1, ...) -Release: 1.0%{?dist} +Release: 1.1%{?dist} License: MPLv2.0 URL: http://www.mozilla.org/projects/security/pki/nss/ Group: System Environment/Libraries @@ -298,8 +298,6 @@ export IN_TREE_FREEBL_HEADERS_FIRST=1 ##### phase 2: build the rest of nss export NSS_BLTEST_NOT_AVAILABLE=1 -export NSS_DISABLE_TLS_1_3=1 - %{__make} -C ./nss/coreconf %{__make} -C ./nss/lib/dbm @@ -387,12 +385,6 @@ done %check - -%ifarch armv7hl -#temporarily disable tests on armv7hl because infrastructure is running into timeouts -DISABLETEST=1 -%endif - if [ ${DISABLETEST:-0} -eq 1 ]; then echo "testing disabled" exit 0 @@ -414,8 +406,6 @@ export USE_64 export NSS_BLTEST_NOT_AVAILABLE=1 -export NSS_DISABLE_TLS_1_3=1 - # needed for the fips mangling test export SOFTOKEN_LIB_DIR=%{_libdir} @@ -813,6 +803,10 @@ fi %changelog +* Wed May 10 2017 Daiki Ueno - 3.30.2-1.1 +- Re-enable tests on armv7hl +- Enable TLS 1.3 again + * Mon Apr 24 2017 Daiki Ueno - 3.30.2-2 - Rebase to NSS 3.30.2