[PATCH 4 of 4] Updated OpenSSL and zlib used for win32 builds
Maxim Dounin
mdounin at mdounin.ru
Mon Feb 19 00:04:10 UTC 2024
# HG changeset patch
# User Sergey Kandaurov <pluknet at nginx.com>
# Date 1707911742 -14400
# Wed Feb 14 15:55:42 2024 +0400
# Node ID 0d9e536ec6283b25b8bfb5b64bcb9ffe91de5557
# Parent 4ed4e1e7f115cd48ee891d7cae172d5745e38e00
Updated OpenSSL and zlib used for win32 builds.
diff --git a/misc/GNUmakefile b/misc/GNUmakefile
--- a/misc/GNUmakefile
+++ b/misc/GNUmakefile
@@ -6,8 +6,8 @@ TEMP = tmp
CC = cl
OBJS = objs.msvc8
-OPENSSL = openssl-3.0.11
-ZLIB = zlib-1.3
+OPENSSL = openssl-3.0.13
+ZLIB = zlib-1.3.1
PCRE = pcre2-10.39
More information about the nginx-devel
mailing list