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:
@@ -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.
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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.
Reference in New Issue
Block a user