# HG changeset patch # User Yaroslav Zhuravlev # Date 1485444588 -10800 # Node ID d011ffde3760db3a2bbd5adef96e1e1d86507694 # Parent f1c18acbe785941971670edb48214b6f8cc71919 Updated zlib and PCRE versions. 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="8">
@@ -180,7 +180,7 @@ The OpenSSL library is required to build --with-pcre=path—sets the path to the sources of the PCRE library. The library distribution (version -4.4—8.39) needs to be downloaded from the +4.4—8.40) needs to be downloaded from the PCRE site and extracted. The rest is done by nginx’s ./configure and make. @@ -205,7 +205,7 @@ module. --with-zlib=path—sets the path to the sources of the zlib library. The library distribution (version -1.1.3—1.2.8) needs to be downloaded from the +1.1.3—1.2.11) needs to be downloaded from the zlib site and extracted. The rest is done by nginx’s ./configure and make. @@ -249,8 +249,8 @@ 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.39 - --with-zlib=../zlib-1.2.8 + --with-pcre=../pcre-8.40 + --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 @@ -9,7 +9,7 @@
+ rev="6">
@@ -79,8 +79,8 @@ sources into lib directory: mkdir objs mkdir objs/lib cd objs/lib -tar -xzf ../../pcre-8.39.tar.gz -tar -xzf ../../zlib-1.2.8.tar.gz +tar -xzf ../../pcre-8.40.tar.gz +tar -xzf ../../zlib-1.2.11.tar.gz tar -xzf ../../openssl-1.0.2j.tar.gz @@ -94,8 +94,8 @@ 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.39 \ ---with-zlib=objs/lib/zlib-1.2.8 --with-openssl=objs/lib/openssl-1.0.2j \ +--with-cc-opt=-DFD_SETSIZE=1024 --with-pcre=objs/lib/pcre-8.40 \ +--with-zlib=objs/lib/zlib-1.2.11 --with-openssl=objs/lib/openssl-1.0.2j \ --with-select_module --with-http_ssl_module 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="8">
@@ -175,7 +175,7 @@ HTTPS. --with-pcre=путь—задаёт путь к исходным текстам библиотеки PCRE. Дистрибутив библиотеки (версию -4.4—8.39) нужно взять на сайте PCRE +4.4—8.40) нужно взять на сайте PCRE и распаковать. Всё остальное сделают ./configure nginx’а и make. @@ -198,7 +198,7 @@ 4.4—8.39) нужно взять на сайте PCRE --with-zlib=путь—задаёт путь к исходным текстам библиотеки zlib. Дистрибутив библиотеки (версию -1.1.3—1.2.8) нужно взять на сайте +1.1.3—1.2.11) нужно взять на сайте zlib и распаковать. Всё остальное сделают ./configure nginx’а и make. @@ -240,8 +240,8 @@ 1.1.3—1.2.8) нужно взять на сайте --conf-path=/usr/local/nginx/nginx.conf --pid-path=/usr/local/nginx/nginx.pid --with-http_ssl_module - --with-pcre=../pcre-8.39 - --with-zlib=../zlib-1.2.8 + --with-pcre=../pcre-8.40 + --with-zlib=../zlib-1.2.11