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

Update shipped libs: c-ares to 1.15.0 and PCRE2 to 10.32

This commit is contained in:
Bram Matthys
2018-12-21 15:32:23 +01:00
parent f1844e40a5
commit f3f397b066
4 changed files with 4 additions and 4 deletions
Vendored
+2 -2
View File
@@ -7925,7 +7925,7 @@ fi
if test "x$with_system_pcre2" = "xno"; then :
pcre2_version="10.30"
pcre2_version="10.32"
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: extracting PCRE2 regex library" >&5
$as_echo "extracting PCRE2 regex library" >&6; }
cur_dir=`pwd`
@@ -8252,7 +8252,7 @@ fi
if test "$has_system_cares" = "no"; then :
cares_version="1.13.0"
cares_version="1.15.0"
{ $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`
+2 -2
View File
@@ -796,7 +796,7 @@ PKG_CHECK_MODULES([TRE], tre >= 0.7.5)
AS_IF([test "x$with_system_pcre2" = "xno"],[
dnl REMEMBER TO CHANGE WITH A NEW PCRE2 RELEASE!
pcre2_version="10.30"
pcre2_version="10.32"
AC_MSG_RESULT(extracting PCRE2 regex library)
cur_dir=`pwd`
cd extras
@@ -886,7 +886,7 @@ AS_IF([test "$has_system_cares" = "no"], [
dnl REMEMBER TO CHANGE WITH A NEW C-ARES RELEASE!
dnl NOTE: when changing this here, ALSO change it in extras/curlinstall
dnl and in the comment in this file around line 400!
cares_version="1.13.0"
cares_version="1.15.0"
AC_MSG_RESULT(extracting c-ares resolver library)
cur_dir=`pwd`
cd extras
Binary file not shown.
Binary file not shown.