]> 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, 3 Feb 2026 16:45:13 +0000 (20:45 +0400)
misc/GNUmakefile

index 197d67fb3bb5a86686605629121d2352273c7d30..6be34aecbcbf2516b4f62c5cd4a5119431ba9039 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