From: <abe...@us...> - 2017-01-30 15:15:08
|
Revision: 8138 http://sourceforge.net/p/astlinux/code/8138 Author: abelbeck Date: 2017-01-30 15:15:05 +0000 (Mon, 30 Jan 2017) Log Message: ----------- ddclient, no longer force HTTP/1.0 requests as the classic ddclient does Added Paths: ----------- branches/1.0/package/ddclient/ddclient-0002-upstream-do-not-force-HTTP_1_0.patch Added: branches/1.0/package/ddclient/ddclient-0002-upstream-do-not-force-HTTP_1_0.patch =================================================================== --- branches/1.0/package/ddclient/ddclient-0002-upstream-do-not-force-HTTP_1_0.patch (rev 0) +++ branches/1.0/package/ddclient/ddclient-0002-upstream-do-not-force-HTTP_1_0.patch 2017-01-30 15:15:05 UTC (rev 8138) @@ -0,0 +1,13 @@ +diff --git a/ddclient b/ddclient +index 7e1eb89..74f4e96 100755 +--- a/ddclient ++++ b/ddclient +@@ -2073,7 +2073,7 @@ USE_CURL_WITH_HEADERS + $0 = sprintf("%s - curl sending to %s", $program, "${protocol}://${server}/${url}"); + + $reply = <<`USE_CURL`; +-/usr/bin/curl -s0 ${auth} --user-agent '${program}/${version}' \\ ++/usr/bin/curl -s ${auth} --user-agent '${program}/${version}' \\ + --connect-timeout $timeout --max-time $timeout $curlopt \\ + --url '${protocol}://${server}/${url}' 2>/dev/null + USE_CURL This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |