[nginx] Updated OpenSSL and zlib used for win32 builds.
Konstantin Pavlov
thresh at nginx.com
Tue May 24 14:05:24 UTC 2022
details: https://hg.nginx.org/nginx/rev/8a54733c9d12
branches:
changeset: 8011:8a54733c9d12
user: Maxim Dounin <mdounin at mdounin.ru>
date: Tue May 24 02:51:49 2022 +0300
description:
Updated OpenSSL and zlib used for win32 builds.
diffstat:
misc/GNUmakefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (14 lines):
diff -r 35afae4b3dff -r 8a54733c9d12 misc/GNUmakefile
--- a/misc/GNUmakefile Fri Apr 29 17:38:01 2022 +0400
+++ b/misc/GNUmakefile Tue May 24 02:51:49 2022 +0300
@@ -6,8 +6,8 @@ TEMP = tmp
CC = cl
OBJS = objs.msvc8
-OPENSSL = openssl-1.1.1m
-ZLIB = zlib-1.2.11
+OPENSSL = openssl-1.1.1o
+ZLIB = zlib-1.2.12
PCRE = pcre2-10.39
More information about the nginx-devel
mailing list