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

Maxim Dounin mdounin at mdounin.ru
Mon Dec 7 17:13:48 UTC 2015


details:   http://hg.nginx.org/nginx/rev/fe0ace132a25
branches:  
changeset: 6319:fe0ace132a25
user:      Maxim Dounin <mdounin at mdounin.ru>
date:      Mon Dec 07 20:09:34 2015 +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 --git a/misc/GNUmakefile b/misc/GNUmakefile
--- a/misc/GNUmakefile
+++ b/misc/GNUmakefile
@@ -5,9 +5,9 @@ NGINX =		nginx-$(VER)
 TEMP =		tmp
 
 OBJS =		objs.msvc8
-OPENSSL =	openssl-1.0.2d
+OPENSSL =	openssl-1.0.2e
 ZLIB =		zlib-1.2.8
-PCRE =		pcre-8.37
+PCRE =		pcre-8.38
 
 
 release: export



More information about the nginx-devel mailing list