diff xml/en/docs/configure.xml @ 1749:153a99d25210

Updated versions of PCRE, zlib, and OpenSSL.
author Yaroslav Zhuravlev <yar@nginx.com>
date Tue, 05 Jul 2016 21:47:42 +0300
parents dad548cf5b5f
children d011ffde3760
line wrap: on
line diff
--- 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 @@
 <article name="Building nginx from Sources"
          link="/en/docs/configure.html"
          lang="en"
-         rev="6">
+         rev="7">
 
 <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.38) needs to be downloaded from the
+4.4&mdash;8.39) 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>.
@@ -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
 </programlisting>
 </para>