1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-02 03:46:38 +02:00

- Upgraded c-ares to 1.7.3. API seems compatible with c-ares-1.6.3. (#3932)

This commit is contained in:
binki
2010-08-04 01:36:11 +00:00
parent 0a34af8720
commit e540730751
4 changed files with 4 additions and 2 deletions
+2
View File
@@ -2063,3 +2063,5 @@
- Fix a few compiler warnings with some double-casting and another
const. (#3939)
- Define intptr_t in win32's setup.h. (#3939)
- Upgraded c-ares to 1.7.3. API seems compatible with
c-ares-1.6.3. (#3932)
Vendored
+1 -1
View File
@@ -6786,7 +6786,7 @@ fi
if test "x$with_system_cares" = "xno"; then :
cares_version="1.6.0"
cares_version="1.7.3"
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: extracting c-ares resolver library" >&5
$as_echo "extracting c-ares resolver library" >&6; }
cur_dir=`pwd`
+1 -1
View File
@@ -578,7 +578,7 @@ AS_IF([test "x$with_system_cares" = "xno"],[
dnl REMEMBER TO CHANGE WITH A NEW C-ARES RELEASE!
dnl NOTE: when changing this here, ALSO change it in ./curlinstall
dnl and in the comment in this file around line 400!
cares_version="1.6.0"
cares_version="1.7.3"
AC_MSG_RESULT(extracting c-ares resolver library)
cur_dir=`pwd`
cd extras
Binary file not shown.