Skip to content
Snippets Groups Projects
Commit 788c787e authored by brad kittenbrink's avatar brad kittenbrink
Browse files

Upgraded windows libcurl to 7.20.1 and c-ares to 1.7.1 for consistency with...

Upgraded windows libcurl to 7.20.1 and c-ares to 1.7.1 for consistency with mac/linux and potentially improve EXT-7032 behavior.
parent 5bf8c727
No related branches found
No related tags found
No related merge requests found
......@@ -9,6 +9,7 @@ if (STANDALONE)
include(FindCARes)
else (STANDALONE)
use_prebuilt_binary(ares)
add_definitions("-DCARES_STATICLIB")
if (WINDOWS)
set(CARES_LIBRARIES areslib)
elseif (DARWIN)
......
......@@ -473,7 +473,7 @@ bool LLAres::process(U64 timeout)
ll_init_apr();
}
int socks[ARES_GETSOCK_MAXNUM];
ares_socket_t socks[ARES_GETSOCK_MAXNUM];
apr_pollfd_t aprFds[ARES_GETSOCK_MAXNUM];
apr_int32_t nsds = 0;
int nactive = 0;
......
......@@ -132,9 +132,9 @@
<key>windows</key>
<map>
<key>md5sum</key>
<string>f5cf8d121b26f2e7944f7e63cdbff04d</string>
<string>4b84738eec2e21b0c096d53b79ee2681</string>
<key>url</key>
<uri>http://s3.amazonaws.com/viewer-source-downloads/install_pkgs/ares-1.6.0-windows-20091105.tar.bz2</uri>
<uri>http://s3.amazonaws.com/viewer-source-downloads/install_pkgs/ares-1.7.1-windows-20100611a.tar.bz2</uri>
</map>
</map>
</map>
......@@ -254,9 +254,9 @@
<key>windows</key>
<map>
<key>md5sum</key>
<string>78ccac8aaf8ea5bec482dfbcdbeb1651</string>
<string>b28856d3d02ee680353ae440561a6579</string>
<key>url</key>
<uri>http://s3.amazonaws.com/viewer-source-downloads/install_pkgs/curl-7.19.6-windows-20100414.tar.bz2</uri>
<uri>http://s3.amazonaws.com/viewer-source-downloads/install_pkgs/curl-7.20.1-windows-20100611.tar.bz2</uri>
</map>
</map>
</map>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment