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

Update shipped PCRE2 to 10.44

This commit is contained in:
Bram Matthys
2024-07-01 15:36:07 +02:00
parent 25bed9ac1f
commit d307fef2d5
4 changed files with 3 additions and 3 deletions
Vendored
+1 -1
View File
@@ -8105,7 +8105,7 @@ fi
if test "$has_system_pcre2" = "no"
then :
pcre2_version="10.42"
pcre2_version="10.44"
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: extracting PCRE2 regex library" >&5
printf "%s\n" "extracting PCRE2 regex library" >&6; }
cur_dir=`pwd`
+1 -1
View File
@@ -617,7 +617,7 @@ AS_IF([test "x$PRIVATELIBDIR" != "x"], [rm -f "$PRIVATELIBDIR/"libpcre2*])],[has
AS_IF([test "$has_system_pcre2" = "no"], [
dnl REMEMBER TO CHANGE WITH A NEW PCRE2 RELEASE!
pcre2_version="10.42"
pcre2_version="10.44"
AC_MSG_RESULT(extracting PCRE2 regex library)
cur_dir=`pwd`
cd extras
+1 -1
View File
@@ -19,7 +19,7 @@ in progress and may not always be a stable version.
* IRCOps with the operclass `locop` can now only `REHASH` the local server
and not remote servers.
* Comment out some more in example.conf by default
* Update shipped libraries: c-ares to 1.31.0
* Update shipped libraries: c-ares to 1.31.0, PCRE2 to 10.44
### Fixes:
* Silence some compiler warnings regarding deprecation of c-ares API in
Binary file not shown.