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