changeset 2382:aba11629abbf

Updated PCRE version.
author Yaroslav Zhuravlev <yar@nginx.com>
date Tue, 21 May 2019 15:44:09 +0300
parents afe9a1fcbf95
children e01b7a3b601d
files xml/en/docs/configure.xml xml/en/docs/howto_build_on_win32.xml xml/ru/docs/configure.xml
diffstat 3 files changed, 8 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- a/xml/en/docs/configure.xml	Tue May 14 19:13:49 2019 +0300
+++ b/xml/en/docs/configure.xml	Tue May 21 15:44:09 2019 +0300
@@ -8,7 +8,7 @@
 <article name="Building nginx from Sources"
          link="/en/docs/configure.html"
          lang="en"
-         rev="15">
+         rev="16">
 
 <section>
 
@@ -1179,7 +1179,7 @@
 <tag-desc>
 sets the path to the sources of the PCRE library.
 The library distribution (version
-4.4&mdash;8.42) needs to be downloaded from the
+4.4&mdash;8.43) needs to be downloaded from the
 <link url="http://www.pcre.org">PCRE</link> site and extracted.
 The rest is done by nginx’s <command>./configure</command> and
 <command>make</command>.
@@ -1306,7 +1306,7 @@
     --conf-path=/usr/local/nginx/nginx.conf
     --pid-path=/usr/local/nginx/nginx.pid
     --with-http_ssl_module
-    --with-pcre=../pcre-8.42
+    --with-pcre=../pcre-8.43
     --with-zlib=../zlib-1.2.11
 </programlisting>
 </para>
--- a/xml/en/docs/howto_build_on_win32.xml	Tue May 14 19:13:49 2019 +0300
+++ b/xml/en/docs/howto_build_on_win32.xml	Tue May 21 15:44:09 2019 +0300
@@ -79,7 +79,7 @@
 mkdir objs
 mkdir objs/lib
 cd objs/lib
-tar -xzf ../../pcre-8.42.tar.gz
+tar -xzf ../../pcre-8.43.tar.gz
 tar -xzf ../../zlib-1.2.11.tar.gz
 tar -xzf ../../openssl-1.1.1b.tar.gz
 </programlisting>
@@ -103,7 +103,7 @@
     --http-scgi-temp-path=temp/scgi_temp \
     --http-uwsgi-temp-path=temp/uwsgi_temp \
     --with-cc-opt=-DFD_SETSIZE=1024 \
-    --with-pcre=objs/lib/pcre-8.42 \
+    --with-pcre=objs/lib/pcre-8.43 \
     --with-zlib=objs/lib/zlib-1.2.11 \
     --with-openssl=objs/lib/openssl-1.1.1b \
     --with-openssl-opt=no-asm \
--- a/xml/ru/docs/configure.xml	Tue May 14 19:13:49 2019 +0300
+++ b/xml/ru/docs/configure.xml	Tue May 21 15:44:09 2019 +0300
@@ -8,7 +8,7 @@
 <article name="Сборка nginx из исходных файлов"
          link="/ru/docs/configure.html"
          lang="ru"
-         rev="15">
+         rev="16">
 
 <section>
 
@@ -1160,7 +1160,7 @@
 <tag-desc>
 задаёт путь к исходным текстам библиотеки PCRE.
 Дистрибутив библиотеки (версию
-4.4&mdash;8.42) нужно взять на сайте <link url="http://www.pcre.org">PCRE</link>
+4.4&mdash;8.43) нужно взять на сайте <link url="http://www.pcre.org">PCRE</link>
 и распаковать.
 Всё остальное сделают <command>./configure</command> nginx’а и
 <command>make</command>.
@@ -1286,7 +1286,7 @@
     --conf-path=/usr/local/nginx/nginx.conf
     --pid-path=/usr/local/nginx/nginx.pid
     --with-http_ssl_module
-    --with-pcre=../pcre-8.42
+    --with-pcre=../pcre-8.43
     --with-zlib=../zlib-1.2.11
 </programlisting>
 </para>