changeset 6346:e9a4531a2a5d stable-1.8

Updated OpenSSL and PCRE used for win32 builds.
author Maxim Dounin <mdounin@mdounin.ru>
date Mon, 25 Jan 2016 21:58:21 +0300
parents 5ae5142d39a3
children c36482d0a79f
files misc/GNUmakefile
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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