* [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
@ 2008-05-30 23:55 Peter Alfredsen (loki_val)
0 siblings, 0 replies; only message in thread
From: Peter Alfredsen (loki_val) @ 2008-05-30 23:55 UTC (permalink / raw
To: gentoo-commits
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-header-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=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/xmlrpc-c/files/xmlrpc-c-1.06.27-abyss-header-fixup.patch?rev=1.1&content-type=text/plain
Index: xmlrpc-c-1.06.27-abyss-header-fixup.patch
===================================================================
--- 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 ;\
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=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/xmlrpc-c/files/xmlrpc-c-1.06.27-gcc43-test-fix.patch?rev=1.1&content-type=text/plain
Index: xmlrpc-c-1.06.27-gcc43-test-fix.patch
===================================================================
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.000000000 +0200
@@ -12,10 +12,11 @@
#include <iostream>
#include <vector>
#include <sstream>
#include <memory>
#include <time.h>
+#include <cstring>
#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/src/cpp/test/test.cpp
--- xmlrpc-c-1.06.27.orig/src/cpp/test/test.cpp 2008-05-31 01:21:14.000000000 +0200
+++ xmlrpc-c-1.06.27/src/cpp/test/test.cpp 2008-05-31 01:21:20.000000000 +0200
@@ -3,10 +3,11 @@
#include <iomanip>
#include <vector>
#include <sstream>
#include <memory>
#include <time.h>
+#include <cstring>
#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-setopt.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=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/xmlrpc-c/files/xmlrpc-c-1.06.27-curl-easy-setopt.patch?rev=1.1&content-type=text/plain
Index: xmlrpc-c-1.06.27-curl-easy-setopt.patch
===================================================================
Index: xmlrpc-c/lib/curl_transport/xmlrpc_curl_transport.c
===================================================================
--- 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 *
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 != XMLRPC_SSLVERSION_DEFAULT)
curl_easy_setopt(curlSessionP, CURLOPT_SSLVERSION,
curlSetupP->sslVersion);
--
gentoo-commits@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-05-30 23:55 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-30 23:55 [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 Peter Alfredsen (loki_val)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox