Switch to c-ares 1.9.1.

svn path=/trunk/; revision=48191
This commit is contained in:
Gerald Combs 2013-03-08 16:51:21 +00:00
parent 826c14b456
commit ac364779f7
4 changed files with 5 additions and 4 deletions

View File

@ -972,6 +972,7 @@ clean_setup:
rm -r -f c-ares-1.6.0ws
rm -r -f c-ares-1.7.0-win??ws
rm -r -f c-ares-1.7.1-win??ws
rm -r -f c-ares-1.9.1-win??ws
rm -r -f gettext-0.14.5
rm -r -f gettext-runtime-0.17
rm -r -f gettext-runtime-0.17-1

View File

@ -354,7 +354,7 @@ ZLIB_DIR=$(WIRESHARK_LIB_DIR)\zlib125
# If you don't have c-ares, comment this line out, so that C_ARES_DIR
# isn't defined.
#
C_ARES_PKG=1.7.1
C_ARES_PKG=1.9.1-1
#
# Optional: the GnuTLS library enables ssl decryption.
@ -574,7 +574,7 @@ ZLIB_DIR=$(WIRESHARK_LIB_DIR)\zlib125
# If you don't have c-ares, comment this line out, so that C_ARES_DIR
# isn't defined.
#
C_ARES_PKG=1.7.1
C_ARES_PKG=1.9.1-1
#
# Optional: the GnuTLS library enables ssl decryption.

View File

@ -4,7 +4,7 @@
# 32-bit wrapper for win-setup.sh.
export DOWNLOAD_TAG="2013-02-19"
export DOWNLOAD_TAG="2013-03-08"
export WIRESHARK_TARGET_PLATFORM="win32"
WIN_SETUP=`echo $0 | sed -e s/win32/win/`

View File

@ -4,7 +4,7 @@
# 64-bit wrapper for win-setup.sh.
export DOWNLOAD_TAG="2013-02-19"
export DOWNLOAD_TAG="2013-03-08"
export WIRESHARK_TARGET_PLATFORM="win64"
WIN_SETUP=`echo $0 | sed -e s/win64/win/`