diff xml/en/docs/configure.xml @ 3017:f55e18559df9

Updated OpenSSL and zlib versions.
author Yaroslav Zhuravlev <yar@nginx.com>
date Tue, 03 Oct 2023 09:57:16 +0100
parents 67dd348c9757
children
line wrap: on
line diff
--- a/xml/en/docs/configure.xml	Tue Oct 03 09:37:51 2023 +0100
+++ b/xml/en/docs/configure.xml	Tue Oct 03 09:57:16 2023 +0100
@@ -8,7 +8,7 @@
 <article name="Building nginx from Sources"
          link="/en/docs/configure.html"
          lang="en"
-         rev="22">
+         rev="23">
 
 <section>
 
@@ -1270,7 +1270,7 @@
 <tag-desc>
 sets the path to the sources of the zlib library.
 The library distribution (version
-1.1.3&mdash;1.2.11) needs to be downloaded from the
+1.1.3&mdash;1.3) 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>.
@@ -1359,7 +1359,7 @@
     --pid-path=/usr/local/nginx/nginx.pid
     --with-http_ssl_module
     --with-pcre=../pcre2-10.39
-    --with-zlib=../zlib-1.2.11
+    --with-zlib=../zlib-1.3
 </programlisting>
 </para>