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

Maxim Dounin mdounin at mdounin.ru
Mon Jan 25 19:43:12 UTC 2016


details:   http://hg.nginx.org/nginx/rev/e9a4531a2a5d
branches:  stable-1.8
changeset: 6346:e9a4531a2a5d
user:      Maxim Dounin <mdounin at mdounin.ru>
date:      Mon Jan 25 21:58:21 2016 +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.1m
+OPENSSL =	openssl-1.0.1q
 ZLIB =		zlib-1.2.8
-PCRE =		pcre-8.35
+PCRE =		pcre-8.38
 
 
 release: export



More information about the nginx-devel mailing list