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

Maxim Dounin mdounin at mdounin.ru
Tue Dec 28 15:33:52 UTC 2021


details:   https://hg.nginx.org/nginx/rev/8af85c66da94
branches:  
changeset: 7988:8af85c66da94
user:      Maxim Dounin <mdounin at mdounin.ru>
date:      Tue Dec 28 17:56:16 2021 +0300
description:
Updated OpenSSL and PCRE used for win32 builds.

diffstat:

 misc/GNUmakefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (15 lines):

diff -r b002ad258f1d -r 8af85c66da94 misc/GNUmakefile
--- a/misc/GNUmakefile	Mon Dec 27 19:49:26 2021 +0300
+++ b/misc/GNUmakefile	Tue Dec 28 17:56:16 2021 +0300
@@ -6,9 +6,9 @@ TEMP =		tmp
 
 CC =		cl
 OBJS =		objs.msvc8
-OPENSSL =	openssl-1.1.1l
+OPENSSL =	openssl-1.1.1m
 ZLIB =		zlib-1.2.11
-PCRE =		pcre-8.44
+PCRE =		pcre2-10.39
 
 
 release: export


More information about the nginx-devel mailing list