[nginx] Updated OpenSSL and PCRE used for win32 builds.
Maxim Dounin
mdounin at mdounin.ru
Tue Sep 1 15:16:24 UTC 2026
details: http://freenginx.org/hg/nginx/rev/b54b7566a1c6
branches:
changeset: 9589:b54b7566a1c6
user: Maxim Dounin <mdounin at mdounin.ru>
date: Tue Sep 01 18:05:35 2026 +0300
description:
Updated OpenSSL and PCRE used for win32 builds.
diffstat:
misc/GNUmakefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (15 lines):
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.5.7
+OPENSSL = openssl-3.5.8
ZLIB = zlib-1.3.2
-PCRE = pcre2-10.47
+PCRE = pcre2-10.48
release: export
More information about the nginx-devel
mailing list