# HG changeset patch # User Yaroslav Zhuravlev # Date 1502211579 -10800 # Node ID 7ee425a5ae29ae0f8ea097a65c91fe926e460707 # Parent a1f1c21cc19d50e4c7b439d21244de980ae453f0 Updated PCRE version. diff -r a1f1c21cc19d -r 7ee425a5ae29 xml/en/docs/configure.xml --- a/xml/en/docs/configure.xml Tue Aug 08 18:09:58 2017 +0300 +++ b/xml/en/docs/configure.xml Tue Aug 08 19:59:39 2017 +0300 @@ -8,7 +8,7 @@
+ rev="10">
@@ -256,7 +256,7 @@ --conf-path=/usr/local/nginx/nginx.conf --pid-path=/usr/local/nginx/nginx.pid --with-http_ssl_module - --with-pcre=../pcre-8.40 + --with-pcre=../pcre-8.41 --with-zlib=../zlib-1.2.11 diff -r a1f1c21cc19d -r 7ee425a5ae29 xml/en/docs/howto_build_on_win32.xml --- a/xml/en/docs/howto_build_on_win32.xml Tue Aug 08 18:09:58 2017 +0300 +++ b/xml/en/docs/howto_build_on_win32.xml Tue Aug 08 19:59:39 2017 +0300 @@ -9,7 +9,7 @@
+ rev="8">
@@ -79,7 +79,7 @@ mkdir objs mkdir objs/lib cd objs/lib -tar -xzf ../../pcre-8.40.tar.gz +tar -xzf ../../pcre-8.41.tar.gz tar -xzf ../../zlib-1.2.11.tar.gz tar -xzf ../../openssl-1.0.2k.tar.gz @@ -94,7 +94,7 @@ --sbin-path=nginx.exe --http-client-body-temp-path=temp/client_body_temp \ --http-proxy-temp-path=temp/proxy_temp \ --http-fastcgi-temp-path=temp/fastcgi_temp \ ---with-cc-opt=-DFD_SETSIZE=1024 --with-pcre=objs/lib/pcre-8.40 \ +--with-cc-opt=-DFD_SETSIZE=1024 --with-pcre=objs/lib/pcre-8.41 \ --with-zlib=objs/lib/zlib-1.2.11 --with-openssl=objs/lib/openssl-1.0.2k \ --with-select_module --with-http_ssl_module diff -r a1f1c21cc19d -r 7ee425a5ae29 xml/ru/docs/configure.xml --- a/xml/ru/docs/configure.xml Tue Aug 08 18:09:58 2017 +0300 +++ b/xml/ru/docs/configure.xml Tue Aug 08 19:59:39 2017 +0300 @@ -8,7 +8,7 @@
+ rev="10">
@@ -247,7 +247,7 @@ --conf-path=/usr/local/nginx/nginx.conf --pid-path=/usr/local/nginx/nginx.pid --with-http_ssl_module - --with-pcre=../pcre-8.40 + --with-pcre=../pcre-8.41 --with-zlib=../zlib-1.2.11