diff xml/en/docs/configure.xml @ 2277:4ad2cf470ed8

Updated OpenSSL and PCRE versions.
author Yaroslav Zhuravlev <yar@nginx.com>
date Thu, 15 Nov 2018 19:09:33 +0300
parents 224ca9f697a5
children aba11629abbf
line wrap: on
line diff
--- a/xml/en/docs/configure.xml	Thu Nov 15 17:36:26 2018 +0300
+++ b/xml/en/docs/configure.xml	Thu Nov 15 19:09:33 2018 +0300
@@ -8,7 +8,7 @@
 <article name="Building nginx from Sources"
          link="/en/docs/configure.html"
          lang="en"
-         rev="14">
+         rev="15">
 
 <section>
 
@@ -1179,7 +1179,7 @@
 <tag-desc>
 sets the path to the sources of the PCRE library.
 The library distribution (version
-4.4&mdash;8.41) needs to be downloaded from the
+4.4&mdash;8.42) 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>.
@@ -1306,7 +1306,7 @@
     --conf-path=/usr/local/nginx/nginx.conf
     --pid-path=/usr/local/nginx/nginx.pid
     --with-http_ssl_module
-    --with-pcre=../pcre-8.41
+    --with-pcre=../pcre-8.42
     --with-zlib=../zlib-1.2.11
 </programlisting>
 </para>