diff xml/en/docs/configure.xml @ 1894:d011ffde3760

Updated zlib and PCRE versions.
author Yaroslav Zhuravlev <yar@nginx.com>
date Thu, 26 Jan 2017 18:29:48 +0300
parents 153a99d25210
children 3be7279397c8
line wrap: on
line diff
--- a/xml/en/docs/configure.xml	Tue Jan 24 17:45:29 2017 +0300
+++ b/xml/en/docs/configure.xml	Thu Jan 26 18:29:48 2017 +0300
@@ -8,7 +8,7 @@
 <article name="Building nginx from Sources"
          link="/en/docs/configure.html"
          lang="en"
-         rev="7">
+         rev="8">
 
 <section>
 
@@ -180,7 +180,7 @@
 <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.39) needs to be downloaded from the
+4.4&mdash;8.40) 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 @@
 <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.8) needs to be downloaded from the
+1.1.3&mdash;1.2.11) 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 @@
     --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
 </programlisting>
 </para>