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.29.5~3 X-Git-Url: http://www.kaiwu.me/postgresql/commit/static/gitweb.js?a=commitdiff_plain;h=86e5930e7697c824a70d807ee1d9ebc27eb99990;p=nginx.git Updated OpenSSL and PCRE used for win32 builds. --- diff --git a/misc/GNUmakefile b/misc/GNUmakefile index 197d67fb3..6be34aecb 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