[nginx] Updated PCRE used for win32 builds.
Maxim Dounin
mdounin at mdounin.ru
Tue Mar 3 15:05:31 UTC 2020
details: https://hg.nginx.org/nginx/rev/ac52638cd269
branches:
changeset: 7633:ac52638cd269
user: Maxim Dounin <mdounin at mdounin.ru>
date: Tue Mar 03 18:03:28 2020 +0300
description:
Updated PCRE used for win32 builds.
diffstat:
misc/GNUmakefile | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r 1d207b77b44a -r ac52638cd269 misc/GNUmakefile
--- a/misc/GNUmakefile Fri Feb 28 19:54:13 2020 +0300
+++ b/misc/GNUmakefile Tue Mar 03 18:03:28 2020 +0300
@@ -8,7 +8,7 @@ CC = cl
OBJS = objs.msvc8
OPENSSL = openssl-1.1.1d
ZLIB = zlib-1.2.11
-PCRE = pcre-8.43
+PCRE = pcre-8.44
release: export
More information about the nginx-devel
mailing list