1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-09 11:53:13 +02:00

- c-ares resolver: upgrade to 1.3.2.

This commit is contained in:
Bram Matthys
2006-11-25 19:40:29 +00:00
parent 7fa2109d8d
commit 39db232a0b
4 changed files with 3 additions and 2 deletions
+1
View File
@@ -1476,3 +1476,4 @@
- Fixed bug where omitting class::connfreq would result in a huge connection attempt
flood when autoconnect was enabled. We now set class::connfreq to 60 if it's not
specified. Reported by Milliways (#0003018).
- c-ares resolver: upgrade to 1.3.2.
+1 -1
View File
@@ -459,7 +459,7 @@ cd $cur_dir
dnl REMEMBER TO CHANGE WITH A NEW C-ARES RELEASE!
cares_version="1.3.1"
cares_version="1.3.2"
AC_MSG_RESULT(extracting c-ares resolver library)
cur_dir=`pwd`
cd extras
Vendored
+1 -1
View File
@@ -12701,7 +12701,7 @@ fi
cd $cur_dir
cares_version="1.3.1"
cares_version="1.3.2"
echo "$as_me:$LINENO: result: extracting c-ares resolver library" >&5
echo "${ECHO_T}extracting c-ares resolver library" >&6
cur_dir=`pwd`
Binary file not shown.