diff --git a/configure b/configure index 5f0d30d45..dcdc70722 100755 --- a/configure +++ b/configure @@ -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` diff --git a/configure.ac b/configure.ac index 15fc4d186..eac734965 100644 --- a/configure.ac +++ b/configure.ac @@ -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 diff --git a/extras/c-ares.tar.gz b/extras/c-ares.tar.gz index be5a1bafb..e39bf4ca9 100644 Binary files a/extras/c-ares.tar.gz and b/extras/c-ares.tar.gz differ diff --git a/extras/pcre2.tar.gz b/extras/pcre2.tar.gz index ac6b649d3..7dca59929 100644 Binary files a/extras/pcre2.tar.gz and b/extras/pcre2.tar.gz differ