[nginx] Updated OpenSSL and zlib used for win32 builds.

Konstantin Pavlov thresh at nginx.com
Tue Oct 24 15:37:29 UTC 2023


details:   https://hg.nginx.org/nginx/rev/782535848b3e
branches:  
changeset: 9180:782535848b3e
user:      Maxim Dounin <mdounin at mdounin.ru>
date:      Mon Oct 23 21:50:26 2023 +0300
description:
Updated OpenSSL and zlib used for win32 builds.

diffstat:

 misc/GNUmakefile |  4 ++--
 1 файлов изменено, 2 вставок(+), 2 удалений(-)

различия (14 строк):

diff -r ea1f29c2010c -r 782535848b3e misc/GNUmakefile
--- a/misc/GNUmakefile	Sat Oct 21 18:48:24 2023 +0400
+++ b/misc/GNUmakefile	Mon Oct 23 21:50:26 2023 +0300
@@ -6,8 +6,8 @@ TEMP =		tmp
 
 CC =		cl
 OBJS =		objs.msvc8
-OPENSSL =	openssl-3.0.10
-ZLIB =		zlib-1.2.13
+OPENSSL =	openssl-3.0.11
+ZLIB =		zlib-1.3
 PCRE =		pcre2-10.39
 
 


More information about the nginx-devel mailing list