[nss] Commented out the export NSS_NO_SSL2=1 line to not disable ssl2

Elio Maldonado emaldonado at fedoraproject.org
Tue Feb 10 02:03:27 UTC 2015


commit 8687a87da5482ead769c5c1d7839b7e147e59b12
Author: Elio Maldonado <emaldona at redhat.com>
Date:   Mon Feb 9 17:52:50 2015 -0800

    Commented out the export NSS_NO_SSL2=1 line to not disable ssl2
    
    - Backing out from disabling ssl2 until the patches are fixed

 nss.spec |   12 +++++++++---
 1 files changed, 9 insertions(+), 3 deletions(-)
---
diff --git a/nss.spec b/nss.spec
index 1fdc26e..9239a1f 100644
--- a/nss.spec
+++ b/nss.spec
@@ -19,7 +19,7 @@
 Summary:          Network Security Services
 Name:             nss
 Version:          3.17.4
-Release:          2%{?dist}
+Release:          3%{?dist}
 License:          MPLv2.0
 URL:              http://www.mozilla.org/projects/security/pki/nss/
 Group:            System Environment/Libraries
@@ -219,7 +219,8 @@ done
 
 %build
 
-export NSS_NO_SSL2=1
+# uncomment this line when the work is ready
+#export NSS_NO_SSL2=1
 
 NSS_NO_PKCS11_BYPASS=1
 export NSS_NO_PKCS11_BYPASS
@@ -370,7 +371,8 @@ fi
 # Begin -- copied from the build section
 
 # inform the ssl test scripts that SSL2 is disabled
-export NSS_NO_SSL2=1
+# uncomment this line when the work is ready
+#export NSS_NO_SSL2=1
 
 FREEBL_NO_DEPEND=1
 export FREEBL_NO_DEPEND
@@ -795,6 +797,10 @@ fi
 
 
 %changelog
+* Tue Feb 10 2015 Elio Maldonado <emaldona at redhat.com> - 3.17.4-3
+- Commented out the export NSS_NO_SSL2=1 line to not disable ssl2
+- Backing out from disabling ssl2 until the patches are fixed
+
 * Mon Feb 09 2015 Elio Maldonado <emaldona at redhat.com> - 3.17.4-2
 - Disable SSL2 support at build time 
 - Fix syntax errors in various shell scripts


More information about the scm-commits mailing list