aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Dounin <mdounin@mdounin.ru>2015-12-07 20:09:34 +0300
committerMaxim Dounin <mdounin@mdounin.ru>2015-12-07 20:09:34 +0300
commit1be1e1133543dae1e3b99fc5708a0d67eaa1fd20 (patch)
tree59d261f429946681b47a519ffac5df47a03b4470
parent0fd8e9faa4a086f67f2ce71e1d059e571ae95c0f (diff)
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 c1e848d1..ba7b26ed 100644
--- a/misc/GNUmakefile
+++ b/misc/GNUmakefile
@@ -5,9 +5,9 @@ NGINX = nginx-$(VER)
TEMP = tmp
OBJS = objs.msvc8
-OPENSSL = openssl-1.0.2d
+OPENSSL = openssl-1.0.2e
ZLIB = zlib-1.2.8
-PCRE = pcre-8.37
+PCRE = pcre-8.38
release: export