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

Updated OpenSSL and zlib versions.
author Yaroslav Zhuravlev <yar@nginx.com>
date Tue, 03 Oct 2023 09:57:16 +0100
parents 06c7520f1181
children 0083dce686ec
line wrap: on
line diff
--- a/xml/en/docs/howto_build_on_win32.xml	Tue Oct 03 09:37:51 2023 +0100
+++ b/xml/en/docs/howto_build_on_win32.xml	Tue Oct 03 09:57:16 2023 +0100
@@ -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.3.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.3 \
+    --with-openssl=objs/lib/openssl-3.0.10 \
     --with-openssl-opt=no-asm \
     --with-http_ssl_module
 </programlisting>