changeset 1653:dad548cf5b5f

Updated pcre and zlib versions.
author Yaroslav Zhuravlev <yar@nginx.com>
date Tue, 09 Feb 2016 18:00:17 +0300
parents 68b647a96448
children f5dcf57c5eb5
files xml/en/docs/configure.xml xml/ru/docs/configure.xml
diffstat 2 files changed, 10 insertions(+), 10 deletions(-) [+]
line wrap: on
line diff
--- a/xml/en/docs/configure.xml
+++ b/xml/en/docs/configure.xml
@@ -8,7 +8,7 @@
 <article name="Building nginx from Sources"
          link="/en/docs/configure.html"
          lang="en"
-         rev="5">
+         rev="6">
 
 <section>
 
@@ -180,7 +180,7 @@ The OpenSSL library is required to build
 <literal>--with-pcre=<value>path</value></literal>&mdash;sets
 the path to the sources of the PCRE library.
 The library distribution (version
-4.4&mdash;8.32) needs to be downloaded from the
+4.4&mdash;8.38) 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>.
@@ -205,7 +205,7 @@ module.
 <literal>--with-zlib=<value>path</value></literal>&mdash;sets
 the path to the sources of the zlib library.
 The library distribution (version
-1.1.3&mdash;1.2.7) needs to be downloaded from the
+1.1.3&mdash;1.2.8) needs to be downloaded from the
 <link url="http://zlib.net">zlib</link> site and extracted.
 The rest is done by nginx’s <command>./configure</command> and
 <command>make</command>.
@@ -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-4.4
-    --with-zlib=../zlib-1.1.3
+    --with-pcre=../pcre-8.38
+    --with-zlib=../zlib-1.2.8
 </programlisting>
 </para>
 
--- a/xml/ru/docs/configure.xml
+++ b/xml/ru/docs/configure.xml
@@ -8,7 +8,7 @@
 <article name="Сборка nginx из исходных файлов"
          link="/ru/docs/configure.html"
          lang="ru"
-         rev="5">
+         rev="6">
 
 <section>
 
@@ -175,7 +175,7 @@ HTTPS</link>.
 <literal>--with-pcre=<value>путь</value></literal>&mdash;задаёт
 путь к исходным текстам библиотеки PCRE.
 Дистрибутив библиотеки (версию
-4.4&mdash;8.32) нужно взять на сайте <link url="http://www.pcre.org">PCRE</link>
+4.4&mdash;8.38) нужно взять на сайте <link url="http://www.pcre.org">PCRE</link>
 и распаковать.
 Всё остальное сделают <command>./configure</command> nginx’а и
 <command>make</command>.
@@ -198,7 +198,7 @@ 4.4&mdash;8.32) нужно взять на сайте <link url="http://www.pcre.org">PCRE</link>
 <para>
 <literal>--with-zlib=<value>путь</value></literal>&mdash;задаёт
 путь к исходным текстам библиотеки zlib. Дистрибутив библиотеки (версию
-1.1.3&mdash;1.2.7) нужно взять на сайте
+1.1.3&mdash;1.2.8) нужно взять на сайте
 <link url="http://zlib.net">zlib</link> и распаковать.
 Всё остальное сделают <command>./configure</command> nginx’а и
 <command>make</command>.
@@ -240,8 +240,8 @@ 1.1.3&mdash;1.2.7) нужно взять на сайте
     --conf-path=/usr/local/nginx/nginx.conf
     --pid-path=/usr/local/nginx/nginx.pid
     --with-http_ssl_module
-    --with-pcre=../pcre-4.4
-    --with-zlib=../zlib-1.1.3
+    --with-pcre=../pcre-8.38
+    --with-zlib=../zlib-1.2.8
 </programlisting>
 </para>