From 6d0e5bbf02e9d0a97205041d35ee1ca1eb6fcdbb Mon Sep 17 00:00:00 2001 From: Pascal Quantin Date: Tue, 10 May 2016 22:18:34 +0200 Subject: Upgrade c-ares Windows library from 1.9.1 to 1.11.0 Bug: 12412 Change-Id: I5e5f8f86293e391ec425a6e3e314573711947bce Reviewed-on: https://code.wireshark.org/review/15345 Petri-Dish: Pascal Quantin Tested-by: Petri Dish Buildbot Reviewed-by: Michael Mann Tested-by: Michael Mann Reviewed-by: Pascal Quantin --- config.nmake | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'config.nmake') diff --git a/config.nmake b/config.nmake index 8856e0a4ef..a13d5ec72d 100644 --- a/config.nmake +++ b/config.nmake @@ -266,7 +266,7 @@ PCAP_NG_DEFAULT=^#define PCAP_NG_DEFAULT 1 WANT_PACKET_EDITOR=^#define WANT_PACKET_EDITOR 1 !if "$(WIRESHARK_TARGET_PLATFORM)" == "win32" -DOWNLOAD_TAG=2016-04-07 +DOWNLOAD_TAG=2016-05-10 ##### Win32 Libraries ##### # # Mandatory: GLib settings @@ -414,7 +414,7 @@ ZLIB_DIR=$(WIRESHARK_LIB_DIR)\zlib-1.2.8-ws # If you don't have c-ares, comment this line out, so that C_ARES_DIR # isn't defined. # -C_ARES_PKG=1.9.1-1 +C_ARES_PKG=1.11.0 # # Optional: the GnuTLS library enables ssl decryption. @@ -520,7 +520,7 @@ GEOIP_PKG=1.6.6 WINSPARKLE_PKG=0.3-44-g2c8d9d3-win32ws !else -DOWNLOAD_TAG=2016-04-07 +DOWNLOAD_TAG=2016-05-10 ##### Win64 Libraries ##### # # Mandatory: GLib settings @@ -659,7 +659,7 @@ ZLIB_DIR=$(WIRESHARK_LIB_DIR)\zlib-1.2.8-ws # If you don't have c-ares, comment this line out, so that C_ARES_DIR # isn't defined. # -C_ARES_PKG=1.9.1-1 +C_ARES_PKG=1.11.0 # # Optional: the GnuTLS library enables ssl decryption. -- cgit v1.2.3