From: Maxim Dounin Date: Mon, 23 Oct 2023 18:50:26 +0000 (+0300) Subject: Updated OpenSSL and zlib used for win32 builds. X-Git-Tag: release-1.25.3~1 X-Git-Url: http://www.kaiwu.me/postgresql/commit/static/gitweb.js?a=commitdiff_plain;h=80a620a2f3f51e4dcc9555f65c3d445760cc5cdc;p=nginx.git Updated OpenSSL and zlib used for win32 builds. --- diff --git a/misc/GNUmakefile b/misc/GNUmakefile index 0853b40c2..067dd7481 100644 --- a/misc/GNUmakefile +++ b/misc/GNUmakefile @@ -6,8 +6,8 @@ TEMP = tmp CC = cl OBJS = objs.msvc8 -OPENSSL = openssl-3.0.10 -ZLIB = zlib-1.2.13 +OPENSSL = openssl-3.0.11 +ZLIB = zlib-1.3 PCRE = pcre2-10.39