]> git.kaiwu.me - nginx.git/commitdiff
Updated OpenSSL and PCRE used for win32 builds.
authorRoman Arutyunyan <arut@nginx.com>
Tue, 3 Feb 2026 14:29:43 +0000 (18:29 +0400)
committerRoman Arutyunyan <arutyunyan.roman@gmail.com>
Tue, 24 Mar 2026 18:33:23 +0000 (22:33 +0400)
misc/GNUmakefile

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