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

Sergey Kandaurov pluknet at nginx.com
Wed Feb 14 16:15:34 UTC 2024


details:   https://hg.nginx.org/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 -r 4ed4e1e7f115 -r 0d9e536ec628 misc/GNUmakefile
--- a/misc/GNUmakefile	Wed Feb 14 15:55:37 2024 +0400
+++ b/misc/GNUmakefile	Wed Feb 14 15:55:42 2024 +0400
@@ -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