pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/xmlrpc-c Fix build with curl-7.19.x.
details: https://anonhg.NetBSD.org/pkgsrc/rev/8ac35fa54cbd
branches: trunk
changeset: 552890:8ac35fa54cbd
user: wiz <wiz%pkgsrc.org@localhost>
date: Sun Jan 11 14:08:02 2009 +0000
description:
Fix build with curl-7.19.x.
Still builds with this patch and curl-7.18, so no PKGREVISION bump.
Addresses PR 40369.
diffstat:
textproc/xmlrpc-c/distinfo | 3 ++-
textproc/xmlrpc-c/patches/patch-ag | 13 +++++++++++++
2 files changed, 15 insertions(+), 1 deletions(-)
diffs (31 lines):
diff -r 72deba8e9041 -r 8ac35fa54cbd textproc/xmlrpc-c/distinfo
--- a/textproc/xmlrpc-c/distinfo Sun Jan 11 14:06:57 2009 +0000
+++ b/textproc/xmlrpc-c/distinfo Sun Jan 11 14:08:02 2009 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.4 2008/09/20 19:55:01 adrianp Exp $
+$NetBSD: distinfo,v 1.5 2009/01/11 14:08:02 wiz Exp $
SHA1 (xmlrpc-c-1.09.00.tgz) = bd4571ca3bc23c1fe9dd002659fcc2aa3d4ce8a6
RMD160 (xmlrpc-c-1.09.00.tgz) = ef098edef126dfd5a14334e6a1e4e7919be4b40c
@@ -9,3 +9,4 @@
SHA1 (patch-ad) = 8b7ad5b7aacb6b13f04792bc157e228deaf2de72
SHA1 (patch-ae) = 683239483a9bfee5defe2b0c8f3ef9fd0d5735f9
SHA1 (patch-af) = c679a0cc1b867c093e9f1c1990993f18e1f50b2a
+SHA1 (patch-ag) = 297a2cd667c0b7e7472585bdcffb2c6bb1e4bc2e
diff -r 72deba8e9041 -r 8ac35fa54cbd textproc/xmlrpc-c/patches/patch-ag
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/xmlrpc-c/patches/patch-ag Sun Jan 11 14:08:02 2009 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-ag,v 1.1 2009/01/11 14:08:02 wiz Exp $
+
+--- lib/curl_transport/xmlrpc_curl_transport.c.orig 2006-09-24 22:00:00.000000000 +0200
++++ lib/curl_transport/xmlrpc_curl_transport.c
+@@ -1211,7 +1211,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);
Home |
Main Index |
Thread Index |
Old Index