[curl] allow to run FTPS tests with nss-3.13 (#760060)

Kamil Dudka kdudka at fedoraproject.org
Tue Dec 27 14:03:28 UTC 2011


commit 4baedf3240d02960cb4dad80bfcdd19a04321006
Author: Kamil Dudka <kdudka at redhat.com>
Date:   Tue Dec 27 14:44:41 2011 +0100

    allow to run FTPS tests with nss-3.13 (#760060)

 curl.spec |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/curl.spec b/curl.spec
index 2dd2ba8..4f6116e 100644
--- a/curl.spec
+++ b/curl.spec
@@ -1,7 +1,7 @@
 Summary: A utility for getting files from remote servers (FTP, HTTP, and others)
 Name: curl
 Version: 7.23.0
-Release: 3%{?dist}
+Release: 4%{?dist}
 License: MIT
 Group: Applications/Internet
 Source: http://curl.haxx.se/download/%{name}-%{version}.tar.lzma
@@ -170,6 +170,10 @@ gcc -o hide_selinux.so -fPIC -shared %{SOURCE3}
 LD_PRELOAD="`readlink -f ./hide_selinux.so`:$LD_PRELOAD"
 export LD_PRELOAD
 
+# workaround for bug #760060
+NSS_SSL_CBC_RANDOM_IV=0
+export NSS_SSL_CBC_RANDOM_IV
+
 # use different port range for 32bit and 64bit build, thus make it possible
 # to run both in parallel on the same machine
 ./runtests.pl -a -b%{?__isa_bits}90 -p -v
@@ -228,6 +232,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/aclocal/libcurl.m4
 
 %changelog
+* Tue Dec 27 2011 Kamil Dudka <kdudka at redhat.com> 7.23.0-4
+- allow to run FTPS tests with nss-3.13 (#760060)
+
 * Sun Dec 25 2011 Kamil Dudka <kdudka at redhat.com> 7.23.0-3
 - avoid unnecessary timeout event when waiting for 100-continue (#767490)
 


More information about the scm-commits mailing list