details:   http://freenginx.org/hg/nginx/rev/a590407d066d
branches:  
changeset: 9436:a590407d066d
user:      Maxim Dounin <[email protected]>
date:      Mon Nov 10 22:50:38 2025 +0300
description:
Updated OpenSSL and PCRE used for win32 builds.

diffstat:

 auto/lib/pcre/make |  2 ++
 misc/GNUmakefile   |  4 ++--
 2 files changed, 4 insertions(+), 2 deletions(-)

diffs (31 lines):

diff --git a/auto/lib/pcre/make b/auto/lib/pcre/make
--- a/auto/lib/pcre/make
+++ b/auto/lib/pcre/make
@@ -37,10 +37,12 @@ if [ $PCRE_LIBRARY = PCRE2 ]; then
                        pcre2_xclass.c"
 
         ngx_pcre_test="pcre2_chkdint.c \
+                       pcre2_compile_cgroup.c \
                        pcre2_compile_class.c \
                        pcre2_convert.c \
                        pcre2_extuni.c \
                        pcre2_find_bracket.c \
+                       pcre2_match_next.c \
                        pcre2_script_run.c \
                        pcre2_serialize.c"
 
diff --git a/misc/GNUmakefile b/misc/GNUmakefile
--- a/misc/GNUmakefile
+++ b/misc/GNUmakefile
@@ -6,9 +6,9 @@ TEMP =          tmp
 
 CC =           cl
 OBJS =         objs.msvc8
-OPENSSL =      openssl-3.0.17
+OPENSSL =      openssl-3.0.18
 ZLIB =         zlib-1.3.1
-PCRE =         pcre2-10.46
+PCRE =         pcre2-10.47
 
 
 release: export

Reply via email to