1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-06-12 17:14:46 +02:00

Update shipped libs: PCRE2 (10.47), Jansson (2.15.0), Sodium (1.0.21)

This commit is contained in:
Bram Matthys
2026-01-30 12:58:00 +01:00
parent c24424bb50
commit 6083c039cd
6 changed files with 7 additions and 6 deletions
Vendored
+3 -3
View File
@@ -8559,7 +8559,7 @@ fi
if test "$has_system_pcre2" = "no"
then :
pcre2_version="10.45"
pcre2_version="10.47"
{ 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`
@@ -8809,7 +8809,7 @@ fi
if test "$has_system_sodium" = "no"
then :
sodium_version="1.0.20"
sodium_version="1.0.21"
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: extracting sodium library" >&5
printf "%s\n" "extracting sodium library" >&6; }
cur_dir=`pwd`
@@ -9084,7 +9084,7 @@ fi
if test "$has_system_jansson" = "no"
then :
jansson_version="2.14.1"
jansson_version="2.15.0"
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: extracting jansson library" >&5
printf "%s\n" "extracting jansson library" >&6; }
cur_dir=`pwd`
+3 -3
View File
@@ -623,7 +623,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.45"
pcre2_version="10.47"
AC_MSG_RESULT(extracting PCRE2 regex library)
cur_dir=`pwd`
cd extras
@@ -717,7 +717,7 @@ AS_IF([test "x$PRIVATELIBDIR" != "x"], [rm -f "$PRIVATELIBDIR/"libsodium*])],[ha
AS_IF([test "$has_system_sodium" = "no"],[
dnl REMEMBER TO CHANGE WITH A NEW SODIUM RELEASE!
sodium_version="1.0.20"
sodium_version="1.0.21"
AC_MSG_RESULT(extracting sodium library)
cur_dir=`pwd`
cd extras
@@ -842,7 +842,7 @@ AS_IF([test "x$PRIVATELIBDIR" != "x"], [rm -f "$PRIVATELIBDIR/"libjansson*])],[h
AS_IF([test "$has_system_jansson" = "no"],[
dnl REMEMBER TO CHANGE WITH A NEW JANSSON RELEASE!
jansson_version="2.14.1"
jansson_version="2.15.0"
AC_MSG_RESULT(extracting jansson library)
cur_dir=`pwd`
cd extras
+1
View File
@@ -25,6 +25,7 @@ This is work in progress and may not always be a stable version.
* Slightly raise default
[set::handshake-timeout](https://www.unrealircd.org/docs/Set_block#set::handshake-timeout)
from 30 to 40 seconds.
* Update shipped libs: PCRE2 (10.47), Jansson (2.15.0), Sodium (1.0.21)
### Fixes:
* Crash when using [Extended Server Bans](https://www.unrealircd.org/docs/Extended_server_bans)
Binary file not shown.
Binary file not shown.
Binary file not shown.