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

Maxim Dounin mdounin at mdounin.ru
Tue Jan 24 13:59:19 UTC 2017


details:   http://hg.nginx.org/nginx/rev/8acc44141e44
branches:  
changeset: 6877:8acc44141e44
user:      Maxim Dounin <mdounin at mdounin.ru>
date:      Tue Jan 24 16:41:29 2017 +0300
description:
Updated zlib and PCRE 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
@@ -7,8 +7,8 @@ TEMP =		tmp
 CC =		cl
 OBJS =		objs.msvc8
 OPENSSL =	openssl-1.0.2j
-ZLIB =		zlib-1.2.8
-PCRE =		pcre-8.39
+ZLIB =		zlib-1.2.11
+PCRE =		pcre-8.40
 
 
 release: export


More information about the nginx-devel mailing list