# HG changeset patch # User Yaroslav Zhuravlev # Date 1467744462 -10800 # Node ID 153a99d252109831dec3b2735a8d4c6ec98fd990 # Parent be371be7a5c87050c2cad803ed1369538d68906e Updated versions of PCRE, zlib, and OpenSSL. diff -r be371be7a5c8 -r 153a99d25210 xml/en/docs/configure.xml --- a/xml/en/docs/configure.xml Mon Jun 20 18:54:46 2016 +0300 +++ b/xml/en/docs/configure.xml Tue Jul 05 21:47:42 2016 +0300 @@ -8,7 +8,7 @@
+ rev="7">
@@ -180,7 +180,7 @@ --with-pcre=path—sets the path to the sources of the PCRE library. The library distribution (version -4.4—8.38) needs to be downloaded from the +4.4—8.39) needs to be downloaded from the PCRE site and extracted. The rest is done by nginx’s ./configure and make. @@ -249,7 +249,7 @@ --conf-path=/usr/local/nginx/nginx.conf --pid-path=/usr/local/nginx/nginx.pid --with-http_ssl_module - --with-pcre=../pcre-8.38 + --with-pcre=../pcre-8.39 --with-zlib=../zlib-1.2.8 diff -r be371be7a5c8 -r 153a99d25210 xml/en/docs/howto_build_on_win32.xml --- a/xml/en/docs/howto_build_on_win32.xml Mon Jun 20 18:54:46 2016 +0300 +++ b/xml/en/docs/howto_build_on_win32.xml Tue Jul 05 21:47:42 2016 +0300 @@ -9,7 +9,7 @@
+ rev="2">
@@ -79,9 +79,9 @@ mkdir objs mkdir objs/lib cd objs/lib -tar -xzf ../../pcre-8.32.tar.gz -tar -xzf ../../zlib-1.2.7.tar.gz -tar -xzf ../../openssl-1.0.1e.tar.gz +tar -xzf ../../pcre-8.39.tar.gz +tar -xzf ../../zlib-1.2.8.tar.gz +tar -xzf ../../openssl-1.0.2h.tar.gz @@ -94,8 +94,8 @@ --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.32 \ ---with-zlib=objs/lib/zlib-1.2.7 --with-openssl=objs/lib/openssl-1.0.1e \ +--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.2h \ --with-select_module --with-http_ssl_module --with-ipv6 diff -r be371be7a5c8 -r 153a99d25210 xml/ru/docs/configure.xml --- a/xml/ru/docs/configure.xml Mon Jun 20 18:54:46 2016 +0300 +++ b/xml/ru/docs/configure.xml Tue Jul 05 21:47:42 2016 +0300 @@ -8,7 +8,7 @@
+ rev="7">
@@ -175,7 +175,7 @@ --with-pcre=путь—задаёт путь к исходным текстам библиотеки PCRE. Дистрибутив библиотеки (версию -4.4—8.38) нужно взять на сайте PCRE +4.4—8.39) нужно взять на сайте PCRE и распаковать. Всё остальное сделают ./configure nginx’а и make. @@ -240,7 +240,7 @@ --conf-path=/usr/local/nginx/nginx.conf --pid-path=/usr/local/nginx/nginx.pid --with-http_ssl_module - --with-pcre=../pcre-8.38 + --with-pcre=../pcre-8.39 --with-zlib=../zlib-1.2.8