# HG changeset patch # User Yaroslav Zhuravlev # Date 1558442649 -10800 # Node ID aba11629abbf63f1f05dd62f3493226311c4995e # Parent afe9a1fcbf958299b9bb8025547ab44e29b164fd Updated PCRE version. diff --git a/xml/en/docs/configure.xml b/xml/en/docs/configure.xml --- a/xml/en/docs/configure.xml +++ b/xml/en/docs/configure.xml @@ -8,7 +8,7 @@
+ rev="16">
@@ -1179,7 +1179,7 @@ forces the usage of the PCRE library. sets the path to the sources of the PCRE library. The library distribution (version -4.4—8.42) needs to be downloaded from the +4.4—8.43) needs to be downloaded from the PCRE site and extracted. The rest is done by nginx’s ./configure and make. @@ -1306,7 +1306,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.42 + --with-pcre=../pcre-8.43 --with-zlib=../zlib-1.2.11 diff --git a/xml/en/docs/howto_build_on_win32.xml b/xml/en/docs/howto_build_on_win32.xml --- a/xml/en/docs/howto_build_on_win32.xml +++ b/xml/en/docs/howto_build_on_win32.xml @@ -79,7 +79,7 @@ sources into lib directory: 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 @@ -103,7 +103,7 @@ auto/configure \ --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 \ diff --git a/xml/ru/docs/configure.xml b/xml/ru/docs/configure.xml --- a/xml/ru/docs/configure.xml +++ b/xml/ru/docs/configure.xml @@ -8,7 +8,7 @@
+ rev="16">
@@ -1160,7 +1160,7 @@ HTTP-сервера. задаёт путь к исходным текстам библиотеки PCRE. Дистрибутив библиотеки (версию -4.4—8.42) нужно взять на сайте PCRE +4.4—8.43) нужно взять на сайте PCRE и распаковать. Всё остальное сделают ./configure nginx’а и make. @@ -1286,7 +1286,7 @@ 1.1.3—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.42 + --with-pcre=../pcre-8.43 --with-zlib=../zlib-1.2.11