[nginx] Updated OpenSSL and PCRE used for win32 builds.
Maxim Dounin
mdounin at mdounin.ru
Tue Apr 8 15:45:59 UTC 2025
details: http://freenginx.org/hg/nginx/rev/13ff97040052
branches:
changeset: 9338:13ff97040052
user: Maxim Dounin <mdounin at mdounin.ru>
date: Mon Apr 07 20:59:01 2025 +0300
description:
Updated OpenSSL and PCRE used for win32 builds.
diffstat:
auto/lib/pcre/make | 1 +
misc/GNUmakefile | 6 +++---
2 files changed, 4 insertions(+), 3 deletions(-)
diffs (35 lines):
diff --git a/auto/lib/pcre/make b/auto/lib/pcre/make
--- a/auto/lib/pcre/make
+++ b/auto/lib/pcre/make
@@ -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 --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.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