summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorRoman Arutyunyan <arut@nginx.com>2026-02-03 18:29:43 +0400
committerRoman Arutyunyan <arutyunyan.roman@gmail.com>2026-02-03 20:45:13 +0400
commit86e5930e7697c824a70d807ee1d9ebc27eb99990 (patch)
tree0c30d92e0cb466878577074e49a0d769934e6f30
parent3afd85e4b5cbb0c49608b04e06ea7b5ef97b3308 (diff)
downloadnginx-86e5930e7697c824a70d807ee1d9ebc27eb99990.tar.gz
nginx-86e5930e7697c824a70d807ee1d9ebc27eb99990.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 197d67fb3..6be34aecb 100644
--- a/misc/GNUmakefile
+++ b/misc/GNUmakefile
@@ -6,9 +6,9 @@ TEMP = tmp
CC = cl
OBJS = objs.msvc8
-OPENSSL = openssl-3.5.4
+OPENSSL = openssl-3.5.5
ZLIB = zlib-1.3.1
-PCRE = pcre2-10.46
+PCRE = pcre2-10.47
release: export