[nginx] Updated OpenSSL and PCRE used for win32 builds.
Maxim Dounin
mdounin at mdounin.ru
Tue Apr 3 00:55:40 UTC 2018
details: http://hg.nginx.org/nginx/rev/a7a277490ae7
branches:
changeset: 7256:a7a277490ae7
user: Maxim Dounin <mdounin at mdounin.ru>
date: Tue Apr 03 03:54:09 2018 +0300
description:
Updated OpenSSL and PCRE used for win32 builds.
diffstat:
misc/GNUmakefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (15 lines):
diff --git a/misc/GNUmakefile b/misc/GNUmakefile
--- a/misc/GNUmakefile
+++ b/misc/GNUmakefile
@@ -6,9 +6,9 @@ TEMP = tmp
CC = cl
OBJS = objs.msvc8
-OPENSSL = openssl-1.0.2n
+OPENSSL = openssl-1.0.2o
ZLIB = zlib-1.2.11
-PCRE = pcre-8.41
+PCRE = pcre-8.42
release: export
More information about the nginx-devel
mailing list