head 1.2; access; symbols pkgsrc-2013Q2:1.2.0.10 pkgsrc-2013Q2-base:1.2 pkgsrc-2012Q4:1.2.0.8 pkgsrc-2012Q4-base:1.2 pkgsrc-2011Q4:1.2.0.6 pkgsrc-2011Q4-base:1.2 pkgsrc-2011Q2:1.2.0.4 pkgsrc-2011Q2-base:1.2 pkgsrc-2009Q4:1.2.0.2 pkgsrc-2009Q4-base:1.2 pkgsrc-2009Q3:1.1.0.6 pkgsrc-2009Q3-base:1.1 pkgsrc-2009Q2:1.1.0.4 pkgsrc-2009Q2-base:1.1 pkgsrc-2009Q1:1.1.0.2 pkgsrc-2009Q1-base:1.1; locks; strict; comment @# @; 1.2 date 2009.10.27.18.50.39; author drochner; state dead; branches; next 1.1; 1.1 date 2009.01.11.14.08.02; author wiz; state Exp; branches; next ; desc @@ 1.2 log @update to 1.06.38 this switches to the "super stable" branch which is the only one where tarballs are distributed of, too many changes to list here, the most notable recent one is that the recent expat DOS vulnerability was fixed, as were some portability issues which caused problems on NetBSD @ text @$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); @ 1.1 log @Fix build with curl-7.19.x. Still builds with this patch and curl-7.18, so no PKGREVISION bump. Addresses PR 40369. @ text @d1 1 a1 1 $NetBSD$ @