changeset 2821:06c7520f1181

Updated OpenSSL and PCRE versions used for win32 builds.
author Maxim Dounin <mdounin@mdounin.ru>
date Thu, 13 Jan 2022 01:36:21 +0300
parents d6ce81d4ef08
children 84bb5b932175
files xml/en/docs/howto_build_on_win32.xml
diffstat 1 files changed, 5 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/xml/en/docs/howto_build_on_win32.xml	Thu Jan 13 01:36:17 2022 +0300
+++ b/xml/en/docs/howto_build_on_win32.xml	Thu Jan 13 01:36:21 2022 +0300
@@ -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="24">
+         rev="25">
 
 <section name="Prerequisites">
 
@@ -80,9 +80,9 @@
 mkdir objs
 mkdir objs/lib
 cd objs/lib
-tar -xzf ../../pcre-8.44.tar.gz
+tar -xzf ../../pcre2-10.39.tar.gz
 tar -xzf ../../zlib-1.2.11.tar.gz
-tar -xzf ../../openssl-1.1.1l.tar.gz
+tar -xzf ../../openssl-1.1.1m.tar.gz
 </programlisting>
 </listitem>
 
@@ -104,9 +104,9 @@
     --http-scgi-temp-path=temp/scgi_temp \
     --http-uwsgi-temp-path=temp/uwsgi_temp \
     --with-cc-opt=-DFD_SETSIZE=1024 \
-    --with-pcre=objs/lib/pcre-8.44 \
+    --with-pcre=objs/lib/pcre2-10.39 \
     --with-zlib=objs/lib/zlib-1.2.11 \
-    --with-openssl=objs/lib/openssl-1.1.1l \
+    --with-openssl=objs/lib/openssl-1.1.1m \
     --with-openssl-opt=no-asm \
     --with-http_ssl_module
 </programlisting>