rpms/curl/F-8 curl-7.18.2-nssproxy.patch, NONE, 1.1 curl-7.16.4-curl-config.patch, 1.1, NONE curl-7.17.1-sslgen.patch, 1.1, NONE

Jindrich Novy (jnovy) fedora-extras-commits at redhat.com
Thu Jun 19 05:40:00 UTC 2008


Author: jnovy

Update of /cvs/extras/rpms/curl/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13472

Added Files:
	curl-7.18.2-nssproxy.patch 
Removed Files:
	curl-7.16.4-curl-config.patch curl-7.17.1-sslgen.patch 
Log Message:
- sync patches


curl-7.18.2-nssproxy.patch:

--- NEW FILE curl-7.18.2-nssproxy.patch ---
diff -up curl-7.18.2/lib/nss.c.nssproxy curl-7.18.2/lib/nss.c
--- curl-7.18.2/lib/nss.c.nssproxy	2008-05-26 17:02:49.000000000 +0200
+++ curl-7.18.2/lib/nss.c	2008-06-18 07:59:52.000000000 +0200
@@ -804,6 +804,9 @@ CURLcode Curl_nss_connect(struct connect
 
   curlerr = CURLE_SSL_CONNECT_ERROR;
 
+  if (connssl->state == ssl_connection_complete)
+    return CURLE_OK;
+
   /* FIXME. NSS doesn't support multiple databases open at the same time. */
   if(!initialized) {
     initialized = 1;


--- curl-7.16.4-curl-config.patch DELETED ---


--- curl-7.17.1-sslgen.patch DELETED ---




More information about the fedora-extras-commits mailing list