summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Dounin <mdounin@mdounin.ru>2012-03-15 11:46:29 +0000
committerMaxim Dounin <mdounin@mdounin.ru>2012-03-15 11:46:29 +0000
commitec416084d53ef4600d24b2e25b885b88e1844f8d (patch)
treea8b4ce6ea046788a1d31079728eb2ed322b134f4
parent44eade9c1df4ef009d9fcd7721d8e4c34370ca1d (diff)
downloadnginx-ec416084d53ef4600d24b2e25b885b88e1844f8d.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 f49424bff..efae1ff6d 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-0.9.8t
+OPENSSL = openssl-0.9.8u
ZLIB = zlib-1.2.5
-PCRE = pcre-8.21
+PCRE = pcre-8.30
release: