From: Sergey Kandaurov Date: Tue, 10 Mar 2026 13:06:35 +0000 (+0400) Subject: Updated zlib used for win32 builds. X-Git-Tag: release-1.28.3~16 X-Git-Url: http://www.kaiwu.me/postgresql/commit/static/gitweb.js?a=commitdiff_plain;h=246c7444996fa1eafc9cee8bf06fe26fe892bb4a;p=nginx.git Updated zlib used for win32 builds. --- diff --git a/misc/GNUmakefile b/misc/GNUmakefile index 617c6e683..6dad2a7e0 100644 --- a/misc/GNUmakefile +++ b/misc/GNUmakefile @@ -7,7 +7,7 @@ TEMP = tmp CC = cl OBJS = objs.msvc8 OPENSSL = openssl-3.5.5 -ZLIB = zlib-1.3.1 +ZLIB = zlib-1.3.2 PCRE = pcre2-10.47