[...] >> - --with-zlib=../zlib-1.2.11 >> + --with-zlib=../zlib-1.2.13 >> </programlisting> >> </para> >> > > zlib 1.3 was recently released and works just fine, so this > probably should be bumped to 1.3 instead. > >> diff --git a/xml/en/docs/howto_build_on_win32.xml >> b/xml/en/docs/howto_build_on_win32.xml >> --- 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/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.2.13.tar.gz >> +tar -xzf ../../openssl-3.0.10.tar.gz >> </programlisting> >> </listitem> >> >> @@ -105,8 +105,8 @@ >> --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.2.13 \ >> + --with-openssl=objs/lib/openssl-3.0.10 \ >> --with-openssl-opt=no-asm \ >> --with-http_ssl_module >> </programlisting> > > And this used to match latest release of nginx/Windows, so zlib > 1.2.13 and OpenSSL 3.0.10 are probably fine here. On the other > hand, bumping to zlib 1.3 and OpenSSL 3.0.11 might be good enough > as well (and will save an update to this file). > >> diff --git a/xml/ru/docs/configure.xml b/xml/ru/docs/configure.xml >> --- 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 @@ >> <tag-desc> >> задаёт путь к исходным текстам библиотеки zlib. >> Дистрибутив библиотеки (версию >> -1.1.3—1.2.11) нужно взять на сайте >> +1.1.3—1.2.13) нужно взять на сайте >> <link url="http://zlib.net">zlib</link> и распаковать. >> Всё остальное сделают <command>./configure</command> nginx’а и >> <command>make</command>. >> @@ -1339,7 +1339,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.2.13 >> </programlisting> >> </para> >> > > Otherwise looks good to me.
Hi Maxim, Thank you for the review - zlib version updated to 1.3 and patch committed - http://hg.nginx.org/nginx.org/rev/f55e18559df9 Best regards, Yar _______________________________________________ nginx-devel mailing list nginx-devel@nginx.org https://mailman.nginx.org/mailman/listinfo/nginx-devel