]> git.kaiwu.me - nginx.git/commitdiff
Updated OpenSSL and PCRE used for win32 builds.
authorSergey Kandaurov <pluknet@nginx.com>
Tue, 7 Oct 2025 18:21:37 +0000 (22:21 +0400)
committerSergey Kandaurov <s.kandaurov@f5.com>
Tue, 23 Dec 2025 18:40:33 +0000 (22:40 +0400)
misc/GNUmakefile

index 81b192156dec23a7ef6f5b0bd79578664d0903a3..e91e734b4be7f598ad8784f461760e66bc6092d8 100644 (file)
@@ -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