summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorSergey Kandaurov <pluknet@nginx.com>2025-10-07 22:21:37 +0400
committerpluknet <s.kandaurov@f5.com>2025-10-08 19:56:41 +0400
commitf5a989cda24d79789d2b8e4f9de21deac4b83d92 (patch)
tree718e4f54dd4d100fdec235bb04106a1bb46fbbea
parent3494f25c3ec9612cf1a8bce7efdbbc9021cca4d7 (diff)
downloadnginx-f5a989cda24d79789d2b8e4f9de21deac4b83d92.tar.gz
nginx-f5a989cda24d79789d2b8e4f9de21deac4b83d92.tar.bz2
Updated OpenSSL and PCRE used for win32 builds.
-rw-r--r--misc/GNUmakefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/GNUmakefile b/misc/GNUmakefile
index 81b192156..e91e734b4 100644
--- a/misc/GNUmakefile
+++ b/misc/GNUmakefile
@@ -6,9 +6,9 @@ TEMP = tmp
CC = cl
OBJS = objs.msvc8
-OPENSSL = openssl-3.5.2
+OPENSSL = openssl-3.5.4
ZLIB = zlib-1.3.1
-PCRE = pcre2-10.45
+PCRE = pcre2-10.46
release: export