]> git.kaiwu.me - nginx.git/commitdiff
Updated OpenSSL and PCRE used for win32 builds.
authorSergey Kandaurov <pluknet@nginx.com>
Tue, 24 Jun 2025 11:20:27 +0000 (15:20 +0400)
committerRoman Arutyunyan <arutyunyan.roman@gmail.com>
Tue, 24 Jun 2025 17:22:41 +0000 (21:22 +0400)
misc/GNUmakefile

index 6f8a5d3961429a7931c01e2f9565917af8e38497..724014ab09eee9a30f7716c6951f29c33f1b32a9 100644 (file)
@@ -6,9 +6,9 @@ TEMP =          tmp
 
 CC =           cl
 OBJS =         objs.msvc8
-OPENSSL =      openssl-3.0.15
+OPENSSL =      openssl-3.5.0
 ZLIB =         zlib-1.3.1
-PCRE =         pcre2-10.39
+PCRE =         pcre2-10.45
 
 
 release: export