From: Sergey Kandaurov Date: Tue, 7 Oct 2025 18:21:37 +0000 (+0400) Subject: Updated OpenSSL and PCRE used for win32 builds. X-Git-Tag: release-1.28.1~5 X-Git-Url: http://www.kaiwu.me/postgresql/commit/static/gitweb.js?a=commitdiff_plain;h=d3cc7ec07600276883a9576221e534946ee272bd;p=nginx.git Updated OpenSSL and PCRE used for win32 builds. --- diff --git a/misc/GNUmakefile b/misc/GNUmakefile index 81b192156..e91e734b4 100644 --- a/misc/GNUmakefile +++ b/misc/GNUmakefile @@ -6,9 +6,9 @@ TEMP = tmp 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