aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Dounin <mdounin@mdounin.ru>2012-01-30 13:47:03 +0000
committerMaxim Dounin <mdounin@mdounin.ru>2012-01-30 13:47:03 +0000
commit73a045ce01b623da724d5eb5c89d99ae3d7560a9 (patch)
treef2af9017c1e0614f071844d7e7588b5f93ea6ce3
parent11cc9dac449a88ab0c5b846ae1a1105e50dde354 (diff)
downloadnginx-73a045ce01b623da724d5eb5c89d99ae3d7560a9.tar.gz
nginx-73a045ce01b623da724d5eb5c89d99ae3d7560a9.zip
Update 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 7b22dfe03..942b8b466 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.0f
+OPENSSL = openssl-1.0.0g
ZLIB = zlib-1.2.5
-PCRE = pcre-8.12
+PCRE = pcre-8.21
release: