From 07c729494a9bc3b1bb7f07b97c5b27ca8f7ded71 Mon Sep 17 00:00:00 2001 From: Daiki Ueno Date: Thu, 9 Feb 2017 10:13:07 +0100 Subject: [PATCH] Disable TLS 1.3 again --- nss.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/nss.spec b/nss.spec index 8925cad..cea9dba 100644 --- a/nss.spec +++ b/nss.spec @@ -21,7 +21,7 @@ Name: nss Version: 3.29.0 # for Rawhide, please always use release >= 2 # for Fedora release branches, please use release < 2 (1.0, 1.1, ...) -Release: 2%{?dist} +Release: 3%{?dist} License: MPLv2.0 URL: http://www.mozilla.org/projects/security/pki/nss/ Group: System Environment/Libraries @@ -297,7 +297,7 @@ export IN_TREE_FREEBL_HEADERS_FIRST=1 ##### phase 2: build the rest of nss export NSS_BLTEST_NOT_AVAILABLE=1 -# export NSS_ENABLE_TLS_1_3=1 +export NSS_DISABLE_TLS_1_3=1 %{__make} -C ./nss/coreconf %{__make} -C ./nss/lib/dbm @@ -407,7 +407,7 @@ export USE_64 export NSS_BLTEST_NOT_AVAILABLE=1 -# export NSS_ENABLE_TLS_1_3=1 +export NSS_DISABLE_TLS_1_3=1 # needed for the fips mangling test export SOFTOKEN_LIB_DIR=%{_libdir} @@ -806,6 +806,9 @@ fi %changelog +* Thu Feb 9 2017 Daiki Ueno - 3.29.0-3 +- Disable TLS 1.3, following the upstream change + * Wed Feb 8 2017 Daiki Ueno - 3.29.0-2 - Rebase to NSS 3.29.0 - Suppress -Werror=int-in-bool-context warnings with GCC7