[nginx] Updated OpenSSL and PCRE used for win32 builds.

noreply at nginx.com noreply at nginx.com
Tue Jun 24 17:23:02 UTC 2025


details:   https://github.com/nginx/nginx/commit/1263d6bec3956df0e472507817ca29940e6e3b04
branches:  master
commit:    1263d6bec3956df0e472507817ca29940e6e3b04
user:      Sergey Kandaurov <pluknet at nginx.com>
date:      Tue, 24 Jun 2025 15:20:27 +0400
description:
Updated OpenSSL and PCRE used for win32 builds.


---
 misc/GNUmakefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/misc/GNUmakefile b/misc/GNUmakefile
index 6f8a5d396..724014ab0 100644
--- a/misc/GNUmakefile
+++ b/misc/GNUmakefile
@@ -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


More information about the nginx-devel mailing list