summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Dounin <mdounin@mdounin.ru>2013-02-11 23:57:13 +0000
committerMaxim Dounin <mdounin@mdounin.ru>2013-02-11 23:57:13 +0000
commit07b961d76d1430ed22bd2b45fe2586f74a8ba659 (patch)
treee51a8bd5c94a93390bf8ced19ac2053549a274dd
parent7eafb7761e3220b4e882e6c474fc7bebd3190dc7 (diff)
downloadnginx-07b961d76d1430ed22bd2b45fe2586f74a8ba659.tar.gz
Merge of r5005, r5031, r5066: PCRE and OpenSSL for win32 builds.
-rw-r--r--misc/GNUmakefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/GNUmakefile b/misc/GNUmakefile
index c524b7ffe..19a7750e5 100644
--- a/misc/GNUmakefile
+++ b/misc/GNUmakefile
@@ -6,9 +6,9 @@ TEMP = tmp
REPO = $(shell svn info | sed -n 's/^Repository Root: //p')
OBJS = objs.msvc8
-OPENSSL = openssl-1.0.1c
+OPENSSL = openssl-1.0.1e
ZLIB = zlib-1.2.7
-PCRE = pcre-8.31
+PCRE = pcre-8.32
release: