From: Maxim Dounin Date: Mon, 7 Dec 2015 17:09:34 +0000 (+0300) Subject: Updated OpenSSL and PCRE used for win32 builds. X-Git-Tag: release-1.9.8~4 X-Git-Url: http://www.kaiwu.me/postgresql/commit/?a=commitdiff_plain;h=1be1e1133543dae1e3b99fc5708a0d67eaa1fd20;p=nginx.git Updated OpenSSL and PCRE used for win32 builds. --- diff --git a/misc/GNUmakefile b/misc/GNUmakefile index c1e848d1c..ba7b26ed0 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