# HG changeset patch # User Yaroslav Zhuravlev # Date 1558442649 -10800 # Node ID aba11629abbf63f1f05dd62f3493226311c4995e # Parent afe9a1fcbf958299b9bb8025547ab44e29b164fd Updated PCRE version. diff -r afe9a1fcbf95 -r aba11629abbf xml/en/docs/configure.xml --- 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 @@
+ rev="16">
@@ -1179,7 +1179,7 @@ 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 @@ --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 -r afe9a1fcbf95 -r aba11629abbf xml/en/docs/howto_build_on_win32.xml --- 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 @@ -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 \ diff -r afe9a1fcbf95 -r aba11629abbf xml/ru/docs/configure.xml --- 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 @@
+ rev="16">
@@ -1160,7 +1160,7 @@ задаёт путь к исходным текстам библиотеки PCRE. Дистрибутив библиотеки (версию -4.4—8.42) нужно взять на сайте PCRE +4.4—8.43) нужно взять на сайте PCRE и распаковать. Всё остальное сделают ./configure nginx’а и make. @@ -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