[PATCH] Updated OpenSSL and PCRE used for win32 builds

Maxim Dounin mdounin at mdounin.ru
Mon Apr 7 18:11:03 UTC 2025


# HG changeset patch
# User Maxim Dounin <mdounin at mdounin.ru>
# Date 1744048741 -10800
#      Mon Apr 07 20:59:01 2025 +0300
# Node ID 13ff97040052cb1dd067ea45878d1771870d08fb
# Parent  cb20978439c819e71826c86dd860346d051a6127
Updated OpenSSL and PCRE used for win32 builds.

diff -r cb20978439c8 -r 13ff97040052 auto/lib/pcre/make
--- a/auto/lib/pcre/make	Mon Apr 07 18:57:35 2025 +0300
+++ b/auto/lib/pcre/make	Mon Apr 07 20:59:01 2025 +0300
@@ -37,6 +37,7 @@ if [ $PCRE_LIBRARY = PCRE2 ]; then
                        pcre2_xclass.c"
 
         ngx_pcre_test="pcre2_chkdint.c \
+                       pcre2_compile_class.c \
                        pcre2_convert.c \
                        pcre2_extuni.c \
                        pcre2_find_bracket.c \
diff -r cb20978439c8 -r 13ff97040052 misc/GNUmakefile
--- a/misc/GNUmakefile	Mon Apr 07 18:57:35 2025 +0300
+++ b/misc/GNUmakefile	Mon Apr 07 20:59:01 2025 +0300
@@ -6,9 +6,9 @@ TEMP =		tmp
 
 CC =		cl
 OBJS =		objs.msvc8
-OPENSSL =	openssl-3.0.14
+OPENSSL =	openssl-3.0.16
 ZLIB =		zlib-1.3.1
-PCRE =		pcre2-10.44
+PCRE =		pcre2-10.45
 
 
 release: export
@@ -108,7 +108,7 @@ zip: export
 	cp -p $(OBJS)/lib/$(OPENSSL)/LICENSE.txt			\
 		$(TEMP)/$(NGINX)/docs/OpenSSL.LICENSE
 
-	cp -p $(OBJS)/lib/$(PCRE)/LICENCE				\
+	cp -p $(OBJS)/lib/$(PCRE)/LICENCE*				\
 		$(TEMP)/$(NGINX)/docs/PCRE.LICENCE
 
 	sed -ne '/^ (C) 1995-20/,/^  jloup at gzip\.org/p'			\



More information about the nginx-devel mailing list