From: Maxim Dounin Date: Mon, 25 Jan 2016 18:58:21 +0000 (+0300) Subject: Updated OpenSSL and PCRE used for win32 builds. X-Git-Tag: release-1.8.1~7 X-Git-Url: http://www.kaiwu.me/postgresql/commit/static/gitweb.js?a=commitdiff_plain;h=793b877e35ff52de7e6e2ff56768a9d1931d3562;p=nginx.git Updated OpenSSL and PCRE used for win32 builds. --- 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