summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Dounin <mdounin@mdounin.ru>2016-01-25 21:58:21 +0300
committerMaxim Dounin <mdounin@mdounin.ru>2016-01-25 21:58:21 +0300
commit793b877e35ff52de7e6e2ff56768a9d1931d3562 (patch)
tree41037efbc02abe816bf652fee60ef2f9d959140e
parent43e9607fdf44d66a870db798f1e13031c7511679 (diff)
downloadnginx-793b877e35ff52de7e6e2ff56768a9d1931d3562.tar.gz
Updated OpenSSL and PCRE used for win32 builds.
-rw-r--r--misc/GNUmakefile4
1 files 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