public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Peter Alfredsen (loki_val)" <loki_val@gentoo.org>
To: gentoo-commits@lists.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
Date: Fri, 30 May 2008 23:55:34 +0000	[thread overview]
Message-ID: <E1K2ERa-00044D-DL@stork.gentoo.org> (raw)

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



                 reply	other threads:[~2008-05-30 23:55 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E1K2ERa-00044D-DL@stork.gentoo.org \
    --to=loki_val@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox