Gentoo Archives: gentoo-commits

From: "Peter Alfredsen (loki_val)" <loki_val@g.o>
To: gentoo-commits@l.g.o
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
Date: Fri, 30 May 2008 23:55:39
Message-Id: E1K2ERa-00044D-DL@stork.gentoo.org
1 loki_val 08/05/30 23:55:34
2
3 Added: xmlrpc-c-1.06.27-abyss-header-fixup.patch
4 xmlrpc-c-1.06.27-gcc43-test-fix.patch
5 xmlrpc-c-1.06.27-curl-easy-setopt.patch
6 Log:
7 Version bump. Taking over as maintainer.
8 (Portage version: 2.1.5.2)
9
10 Revision Changes Path
11 1.1 dev-libs/xmlrpc-c/files/xmlrpc-c-1.06.27-abyss-header-fixup.patch
12
13 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
14 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
15
16 Index: xmlrpc-c-1.06.27-abyss-header-fixup.patch
17 ===================================================================
18 --- xmlrpc-c-1.06.27.orig/GNUmakefile
19 +++ xmlrpc-c-1.06.27/GNUmakefile
20 @@ -100,13 +100,13 @@
21 # Install old names of header files for backward compatibility
22 cd $(DESTDIR)$(HEADERINST_DIR); \
23 rm -f xmlrpc.h xmlrpc_client.h xmlrpc_server.h xmlrpc_cgi.h \
24 - xmlrpc_server_abyss.h xmlrpc_server_w32httpsys.h \
25 + xmlrpc_abyss.h xmlrpc_server_w32httpsys.h \
26 XmlRpcCpp.h; \
27 $(LN_S) xmlrpc-c/oldxmlrpc.h xmlrpc.h; \
28 $(LN_S) xmlrpc-c/client.h xmlrpc_client.h; \
29 $(LN_S) xmlrpc-c/server.h xmlrpc_server.h; \
30 $(LN_S) xmlrpc-c/server_cgi.h xmlrpc_cgi.h; \
31 - $(LN_S) xmlrpc-c/server_abyss.h xmlrpc_server_abyss.h; \
32 + $(LN_S) xmlrpc-c/server_abyss.h xmlrpc_abyss.h; \
33 $(LN_S) xmlrpc-c/server_w32httpsys.h xmlrpc_server_w32httpsys.h; \
34 $(LN_S) xmlrpc-c/oldcppwrapper.hpp XmlRpcCpp.h ;\
35
36
37
38 1.1 dev-libs/xmlrpc-c/files/xmlrpc-c-1.06.27-gcc43-test-fix.patch
39
40 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
41 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
42
43 Index: xmlrpc-c-1.06.27-gcc43-test-fix.patch
44 ===================================================================
45 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
46 --- xmlrpc-c-1.06.27.orig/src/cpp/test/server_abyss.cpp 2008-05-31 01:21:14.000000000 +0200
47 +++ xmlrpc-c-1.06.27/src/cpp/test/server_abyss.cpp 2008-05-31 01:21:43.000000000 +0200
48 @@ -12,10 +12,11 @@
49 #include <iostream>
50 #include <vector>
51 #include <sstream>
52 #include <memory>
53 #include <time.h>
54 +#include <cstring>
55
56 #include "xmlrpc-c/girerr.hpp"
57 using girerr::error;
58 using girerr::throwf;
59 #include "xmlrpc-c/base.hpp"
60 diff -NrU5 xmlrpc-c-1.06.27.orig/src/cpp/test/test.cpp xmlrpc-c-1.06.27/src/cpp/test/test.cpp
61 --- xmlrpc-c-1.06.27.orig/src/cpp/test/test.cpp 2008-05-31 01:21:14.000000000 +0200
62 +++ xmlrpc-c-1.06.27/src/cpp/test/test.cpp 2008-05-31 01:21:20.000000000 +0200
63 @@ -3,10 +3,11 @@
64 #include <iomanip>
65 #include <vector>
66 #include <sstream>
67 #include <memory>
68 #include <time.h>
69 +#include <cstring>
70
71 #include "xmlrpc-c/girerr.hpp"
72 using girerr::error;
73 #include "transport_config.h"
74 #include "xmlrpc-c/base.hpp"
75
76
77
78 1.1 dev-libs/xmlrpc-c/files/xmlrpc-c-1.06.27-curl-easy-setopt.patch
79
80 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
81 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
82
83 Index: xmlrpc-c-1.06.27-curl-easy-setopt.patch
84 ===================================================================
85 Index: xmlrpc-c/lib/curl_transport/xmlrpc_curl_transport.c
86 ===================================================================
87 --- xmlrpc-c.orig/lib/curl_transport/xmlrpc_curl_transport.c
88 +++ xmlrpc-c/lib/curl_transport/xmlrpc_curl_transport.c
89 @@ -1214,7 +1214,7 @@ setupCurlSession(xmlrpc_env *
90 curl_easy_setopt(curlSessionP, CURLOPT_SSLENGINE,
91 curlSetupP->sslEngine);
92 if (curlSetupP->sslEngineDefault)
93 - curl_easy_setopt(curlSessionP, CURLOPT_SSLENGINE_DEFAULT);
94 + curl_easy_setopt(curlSessionP, CURLOPT_SSLENGINE_DEFAULT, 1);
95 if (curlSetupP->sslVersion != XMLRPC_SSLVERSION_DEFAULT)
96 curl_easy_setopt(curlSessionP, CURLOPT_SSLVERSION,
97 curlSetupP->sslVersion);
98
99
100
101
102 --
103 gentoo-commits@l.g.o mailing list