changeset 9469:46b715093fe3

Updated OpenSSL and PCRE used for win32 builds.
author Sergey Kandaurov <pluknet@nginx.com>
date Tue, 07 Oct 2025 22:21:37 +0400
parents 279676b97237
children 0844ed63b6bd
files misc/GNUmakefile
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/misc/GNUmakefile	Tue Oct 07 22:19:01 2025 +0400
+++ b/misc/GNUmakefile	Tue Oct 07 22:21:37 2025 +0400
@@ -6,9 +6,9 @@
 
 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