From ed9f33a8088f7511ffeca00debbe4814ce244aa0 Mon Sep 17 00:00:00 2001 From: Roman Arutyunyan Date: Tue, 3 Feb 2026 18:29:43 +0400 Subject: [PATCH] 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 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 -- 2.47.3