From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1K2ERf-0007MB-Ka for garchives@archives.gentoo.org; Fri, 30 May 2008 23:55:39 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 173ACE0468; Fri, 30 May 2008 23:55:39 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id CCB64E0468 for ; Fri, 30 May 2008 23:55:38 +0000 (UTC) Received: from stork.gentoo.org (stork.gentoo.org [64.127.104.133]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id 602AC6704F for ; Fri, 30 May 2008 23:55:38 +0000 (UTC) Received: from loki_val by stork.gentoo.org with local (Exim 4.69) (envelope-from ) id 1K2ERa-00044D-DL for gentoo-commits@lists.gentoo.org; Fri, 30 May 2008 23:55:34 +0000 From: "Peter Alfredsen (loki_val)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, loki_val@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/xmlrpc-c/files: xmlrpc-c-1.06.27-abyss-header-fixup.patch xmlrpc-c-1.06.27-gcc43-test-fix.patch xmlrpc-c-1.06.27-curl-easy-setopt.patch X-VCS-Repository: gentoo-x86 X-VCS-Files: xmlrpc-c-1.06.27-abyss-header-fixup.patch xmlrpc-c-1.06.27-gcc43-test-fix.patch xmlrpc-c-1.06.27-curl-easy-setopt.patch X-VCS-Directories: dev-libs/xmlrpc-c/files X-VCS-Committer: loki_val X-VCS-Committer-Name: Peter Alfredsen Content-Type: text/plain; charset=utf8 Message-Id: Sender: Peter Alfredsen Date: Fri, 30 May 2008 23:55:34 +0000 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: a45510c6-6d3f-4962-a907-23e396e3936a X-Archives-Hash: 1c1d35376d37fcc20cc937734589c7b3 loki_val 08/05/30 23:55:34 Added: xmlrpc-c-1.06.27-abyss-header-fixup.patch xmlrpc-c-1.06.27-gcc43-test-fix.patch xmlrpc-c-1.06.27-curl-easy-setopt.patch Log: Version bump. Taking over as maintainer. (Portage version: 2.1.5.2) Revision Changes Path 1.1 dev-libs/xmlrpc-c/files/xmlrpc-c-1.06.27-abyss-heade= r-fixup.patch file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/xmlrpc-c/= files/xmlrpc-c-1.06.27-abyss-header-fixup.patch?rev=3D1.1&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/xmlrpc-c/= files/xmlrpc-c-1.06.27-abyss-header-fixup.patch?rev=3D1.1&content-type=3D= text/plain Index: xmlrpc-c-1.06.27-abyss-header-fixup.patch =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- xmlrpc-c-1.06.27.orig/GNUmakefile +++ xmlrpc-c-1.06.27/GNUmakefile @@ -100,13 +100,13 @@ # Install old names of header files for backward compatibility cd $(DESTDIR)$(HEADERINST_DIR); \ rm -f xmlrpc.h xmlrpc_client.h xmlrpc_server.h xmlrpc_cgi.h \ - xmlrpc_server_abyss.h xmlrpc_server_w32httpsys.h \ + xmlrpc_abyss.h xmlrpc_server_w32httpsys.h \ XmlRpcCpp.h; \ $(LN_S) xmlrpc-c/oldxmlrpc.h xmlrpc.h; \ $(LN_S) xmlrpc-c/client.h xmlrpc_client.h; \ $(LN_S) xmlrpc-c/server.h xmlrpc_server.h; \ $(LN_S) xmlrpc-c/server_cgi.h xmlrpc_cgi.h; \ - $(LN_S) xmlrpc-c/server_abyss.h xmlrpc_server_abyss.h; \ + $(LN_S) xmlrpc-c/server_abyss.h xmlrpc_abyss.h; \ $(LN_S) xmlrpc-c/server_w32httpsys.h xmlrpc_server_w32httpsys.h; \ $(LN_S) xmlrpc-c/oldcppwrapper.hpp XmlRpcCpp.h ;\ =20 1.1 dev-libs/xmlrpc-c/files/xmlrpc-c-1.06.27-gcc43-test-= fix.patch file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/xmlrpc-c/= files/xmlrpc-c-1.06.27-gcc43-test-fix.patch?rev=3D1.1&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/xmlrpc-c/= files/xmlrpc-c-1.06.27-gcc43-test-fix.patch?rev=3D1.1&content-type=3Dtext= /plain Index: xmlrpc-c-1.06.27-gcc43-test-fix.patch =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D diff -NrU5 xmlrpc-c-1.06.27.orig/src/cpp/test/server_abyss.cpp xmlrpc-c-1= .06.27/src/cpp/test/server_abyss.cpp --- xmlrpc-c-1.06.27.orig/src/cpp/test/server_abyss.cpp 2008-05-31 01:21:= 14.000000000 +0200 +++ xmlrpc-c-1.06.27/src/cpp/test/server_abyss.cpp 2008-05-31 01:21:43.00= 0000000 +0200 @@ -12,10 +12,11 @@ #include #include #include #include #include +#include =20 #include "xmlrpc-c/girerr.hpp" using girerr::error; using girerr::throwf; #include "xmlrpc-c/base.hpp" diff -NrU5 xmlrpc-c-1.06.27.orig/src/cpp/test/test.cpp xmlrpc-c-1.06.27/s= rc/cpp/test/test.cpp --- xmlrpc-c-1.06.27.orig/src/cpp/test/test.cpp 2008-05-31 01:21:14.00000= 0000 +0200 +++ xmlrpc-c-1.06.27/src/cpp/test/test.cpp 2008-05-31 01:21:20.000000000 = +0200 @@ -3,10 +3,11 @@ #include #include #include #include #include +#include =20 #include "xmlrpc-c/girerr.hpp" using girerr::error; #include "transport_config.h" #include "xmlrpc-c/base.hpp" 1.1 dev-libs/xmlrpc-c/files/xmlrpc-c-1.06.27-curl-easy-s= etopt.patch file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/xmlrpc-c/= files/xmlrpc-c-1.06.27-curl-easy-setopt.patch?rev=3D1.1&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/xmlrpc-c/= files/xmlrpc-c-1.06.27-curl-easy-setopt.patch?rev=3D1.1&content-type=3Dte= xt/plain Index: xmlrpc-c-1.06.27-curl-easy-setopt.patch =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D Index: xmlrpc-c/lib/curl_transport/xmlrpc_curl_transport.c =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- xmlrpc-c.orig/lib/curl_transport/xmlrpc_curl_transport.c +++ xmlrpc-c/lib/curl_transport/xmlrpc_curl_transport.c @@ -1214,7 +1214,7 @@ setupCurlSession(xmlrpc_env * =20 curl_easy_setopt(curlSessionP, CURLOPT_SSLENGINE, curlSetupP->sslEngine); if (curlSetupP->sslEngineDefault) - curl_easy_setopt(curlSessionP, CURLOPT_SSLENGINE_DEFAULT); + curl_easy_setopt(curlSessionP, CURLOPT_SSLENGINE_DEFAULT, 1)= ; if (curlSetupP->sslVersion !=3D XMLRPC_SSLVERSION_DEFAULT) curl_easy_setopt(curlSessionP, CURLOPT_SSLVERSION, curlSetupP->sslVersion); --=20 gentoo-commits@lists.gentoo.org mailing list