# HG changeset patch # User Maxim Dounin # Date 1449508174 -10800 # Node ID fe0ace132a25329415652c309f1dfed81fe62430 # Parent 3250a5783787f6e92e95a30994b934bba59dc584 Updated OpenSSL and PCRE used for win32 builds. diff -r 3250a5783787 -r fe0ace132a25 misc/GNUmakefile --- a/misc/GNUmakefile Mon Dec 07 20:08:13 2015 +0300 +++ b/misc/GNUmakefile Mon Dec 07 20:09:34 2015 +0300 @@ -5,9 +5,9 @@ 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