[nginx] Updated OpenSSL and zlib used for win32 builds.
Maxim Dounin
mdounin at mdounin.ru
Tue Feb 20 14:07:34 UTC 2024
details: http://freenginx.org/hg/nginx/rev/0d9e536ec628
branches:
changeset: 9211:0d9e536ec628
user: Sergey Kandaurov <pluknet at nginx.com>
date: Wed Feb 14 15:55:42 2024 +0400
description:
Updated OpenSSL and zlib used for win32 builds.
diffstat:
misc/GNUmakefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (14 lines):
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