diff options
| author | Sergey Kandaurov <pluknet@nginx.com> | 2026-03-10 17:06:35 +0400 |
|---|---|---|
| committer | Sergey Kandaurov <s.kandaurov@f5.com> | 2026-03-10 19:29:07 +0400 |
| commit | 55689299d9b163d81b5c63ca141d39afe4b562d2 (patch) | |
| tree | 7280baf68a6d844619710e0043de90001eba6593 | |
| parent | 52cda2849cbc17fe82bc006d1571e657a42dba24 (diff) | |
| download | nginx-55689299d9b163d81b5c63ca141d39afe4b562d2.tar.gz nginx-55689299d9b163d81b5c63ca141d39afe4b562d2.tar.bz2 | |
Updated zlib used for win32 builds.
| -rw-r--r-- | misc/GNUmakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/GNUmakefile b/misc/GNUmakefile index 6be34aecb..165715182 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 |
