Gentoo Archives: gentoo-commits

From: "Diego Petteno (flameeyes)" <flameeyes@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/xmlrpc-c/files: xmlrpc-c-1.06.09+curl-7.18.patch
Date: Mon, 21 Apr 2008 16:19:57
Message-Id: E1JnykE-0000cA-Mt@stork.gentoo.org
1 flameeyes 08/04/21 16:19:54
2
3 Added: xmlrpc-c-1.06.09+curl-7.18.patch
4 Log:
5 Add patch to fix building with curl 7.18, thanks to Christophe Philemotte in bug #216139.
6 (Portage version: 2.1.5_rc5)
7
8 Revision Changes Path
9 1.1 dev-libs/xmlrpc-c/files/xmlrpc-c-1.06.09+curl-7.18.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/xmlrpc-c/files/xmlrpc-c-1.06.09+curl-7.18.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/xmlrpc-c/files/xmlrpc-c-1.06.09+curl-7.18.patch?rev=1.1&content-type=text/plain
13
14 Index: xmlrpc-c-1.06.09+curl-7.18.patch
15 ===================================================================
16 --- xmlrpc-c-1.06.09/lib/curl_transport/xmlrpc_curl_transport.c.orig 2008-04-06 18:34:12.000000000 +0200
17 +++ xmlrpc-c-1.06.09/lib/curl_transport/xmlrpc_curl_transport.c 2008-04-06 18:34:35.000000000 +0200
18 @@ -1214,7 +1214,7 @@
19 curl_easy_setopt(curlSessionP, CURLOPT_SSLENGINE,
20 curlSetupP->sslEngine);
21 if (curlSetupP->sslEngineDefault)
22 - curl_easy_setopt(curlSessionP, CURLOPT_SSLENGINE_DEFAULT);
23 + curl_easy_setopt(curlSessionP, CURLOPT_SSLENGINE_DEFAULT,1);
24 if (curlSetupP->sslVersion != XMLRPC_SSLVERSION_DEFAULT)
25 curl_easy_setopt(curlSessionP, CURLOPT_SSLVERSION,
26 curlSetupP->sslVersion);
27
28
29
30 --
31 gentoo-commits@l.g.o mailing list