From: Roman Arutyunyan Date: Tue, 3 Feb 2026 14:29:43 +0000 (+0400) Subject: Updated OpenSSL and PCRE used for win32 builds. X-Git-Tag: release-1.28.3~17 X-Git-Url: http://www.kaiwu.me/postgresql/commit/?a=commitdiff_plain;h=ed9f33a8088f7511ffeca00debbe4814ce244aa0;p=nginx.git Updated OpenSSL and PCRE used for win32 builds. --- diff --git a/misc/GNUmakefile b/misc/GNUmakefile index e91e734b4..617c6e683 100644 --- a/misc/GNUmakefile +++ b/misc/GNUmakefile @@ -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