From 4bcb833c89ad9e30aee116d964b5a982df7d9c5b Mon Sep 17 00:00:00 2001 From: Maxim Dounin Date: Mon, 25 Jan 2016 21:58:21 +0300 Subject: [PATCH] Updated OpenSSL and PCRE used for win32 builds. --- misc/GNUmakefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/misc/GNUmakefile b/misc/GNUmakefile index 9a0cf74ba..4091cfd45 100644 --- 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