changeset 3017:f55e18559df9

Updated OpenSSL and zlib versions.
author Yaroslav Zhuravlev <yar@nginx.com>
date Tue, 03 Oct 2023 09:57:16 +0100
parents 8e7eced98610
children 58f0d9d7fe1d
files xml/en/docs/configure.xml xml/en/docs/howto_build_on_win32.xml xml/ru/docs/configure.xml
diffstat 3 files changed, 11 insertions(+), 11 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="22">
+         rev="23">
 
 <section>
 
@@ -1270,7 +1270,7 @@ instead of the original PCRE library (1.
 <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 @@ Example of parameters usage (all of this
     --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>
 
--- a/xml/en/docs/howto_build_on_win32.xml
+++ b/xml/en/docs/howto_build_on_win32.xml
@@ -9,7 +9,7 @@
 <article name="Building nginx on the Win32 platform with Visual C"
          link="/en/docs/howto_build_on_win32.html"
          lang="en"
-         rev="25">
+         rev="26">
 
 <section name="Prerequisites">
 
@@ -81,8 +81,8 @@ mkdir objs
 mkdir objs/lib
 cd objs/lib
 tar -xzf ../../pcre2-10.39.tar.gz
-tar -xzf ../../zlib-1.2.11.tar.gz
-tar -xzf ../../openssl-1.1.1m.tar.gz
+tar -xzf ../../zlib-1.3.tar.gz
+tar -xzf ../../openssl-3.0.10.tar.gz
 </programlisting>
 </listitem>
 
@@ -105,8 +105,8 @@ auto/configure \
     --http-uwsgi-temp-path=temp/uwsgi_temp \
     --with-cc-opt=-DFD_SETSIZE=1024 \
     --with-pcre=objs/lib/pcre2-10.39 \
-    --with-zlib=objs/lib/zlib-1.2.11 \
-    --with-openssl=objs/lib/openssl-1.1.1m \
+    --with-zlib=objs/lib/zlib-1.3 \
+    --with-openssl=objs/lib/openssl-3.0.10 \
     --with-openssl-opt=no-asm \
     --with-http_ssl_module
 </programlisting>
--- 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="22">
+         rev="23">
 
 <section>
 
@@ -1250,7 +1250,7 @@ HTTP-сервера.
 <tag-desc>
 задаёт путь к исходным текстам библиотеки zlib.
 Дистрибутив библиотеки (версию
-1.1.3&mdash;1.2.11) нужно взять на сайте
+1.1.3&mdash;1.3) нужно взять на сайте
 <link url="http://zlib.net">zlib</link> и распаковать.
 Всё остальное сделают <command>./configure</command> nginx’а и
 <command>make</command>.
@@ -1339,7 +1339,7 @@ 1.1.3&mdash;1.2.11) нужно взять на сайте
     --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>