changeset 2018:7ee425a5ae29

Updated PCRE version.
author Yaroslav Zhuravlev <yar@nginx.com>
date Tue, 08 Aug 2017 19:59:39 +0300
parents a1f1c21cc19d
children f849b0e01a97
files xml/en/docs/configure.xml xml/en/docs/howto_build_on_win32.xml xml/ru/docs/configure.xml
diffstat 3 files changed, 7 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/xml/en/docs/configure.xml
+++ b/xml/en/docs/configure.xml
@@ -8,7 +8,7 @@
 <article name="Building nginx from Sources"
          link="/en/docs/configure.html"
          lang="en"
-         rev="9">
+         rev="10">
 
 <section>
 
@@ -256,7 +256,7 @@ Example of parameters usage (all of this
     --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
 </programlisting>
 </para>
--- a/xml/en/docs/howto_build_on_win32.xml
+++ b/xml/en/docs/howto_build_on_win32.xml
@@ -9,7 +9,7 @@
 <article name="Building nginx on the Win32 platform with Visual C"
          link="/en/docs/howto_build_on_win32.html"
          lang="en"
-         rev="7">
+         rev="8">
 
 <section name="Prerequisites">
 
@@ -79,7 +79,7 @@ sources into lib directory:
 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
 </programlisting>
@@ -94,7 +94,7 @@ auto/configure --with-cc=cl --builddir=o
 --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
 </programlisting>
--- a/xml/ru/docs/configure.xml
+++ b/xml/ru/docs/configure.xml
@@ -8,7 +8,7 @@
 <article name="Сборка nginx из исходных файлов"
          link="/ru/docs/configure.html"
          lang="ru"
-         rev="9">
+         rev="10">
 
 <section>
 
@@ -247,7 +247,7 @@ 1.1.3&mdash;1.2.11) нужно взять на сайте
     --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
 </programlisting>
 </para>