# HG changeset patch # User Maxim Dounin # Date 1453748301 -10800 # Node ID e9a4531a2a5dabb9bee93cb8b41f24b8aeeba504 # Parent 5ae5142d39a370e3ca859f9967e8f544997a9c87 Updated OpenSSL and PCRE used for win32 builds. 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