changeset 2511:1e9c2a8c1bf1

Updated OpenSSL and PCRE versions.
author Yaroslav Zhuravlev <yar@nginx.com>
date Mon, 09 Mar 2020 11:43:09 +0000
parents 051b111d06b3
children 804bcc58f120
files xml/en/docs/configure.xml xml/en/docs/howto_build_on_win32.xml xml/ru/docs/configure.xml
diffstat 3 files changed, 9 insertions(+), 9 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="16">
+         rev="17">
 
 <section>
 
@@ -1306,7 +1306,7 @@ Example of parameters usage (all of this
     --conf-path=/usr/local/nginx/nginx.conf
     --pid-path=/usr/local/nginx/nginx.pid
     --with-http_ssl_module
-    --with-pcre=../pcre-8.43
+    --with-pcre=../pcre-8.44
     --with-zlib=../zlib-1.2.11
 </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="16">
+         rev="17">
 
 <section name="Prerequisites">
 
@@ -79,9 +79,9 @@ sources into lib directory:
 mkdir objs
 mkdir objs/lib
 cd objs/lib
-tar -xzf ../../pcre-8.43.tar.gz
+tar -xzf ../../pcre-8.44.tar.gz
 tar -xzf ../../zlib-1.2.11.tar.gz
-tar -xzf ../../openssl-1.1.1c.tar.gz
+tar -xzf ../../openssl-1.1.1d.tar.gz
 </programlisting>
 </listitem>
 
@@ -103,9 +103,9 @@ auto/configure \
     --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.43 \
+    --with-pcre=objs/lib/pcre-8.44 \
     --with-zlib=objs/lib/zlib-1.2.11 \
-    --with-openssl=objs/lib/openssl-1.1.1c \
+    --with-openssl=objs/lib/openssl-1.1.1d \
     --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="16">
+         rev="17">
 
 <section>
 
@@ -1286,7 +1286,7 @@ 1.1.3&mdash;1.2.11) нужно взять на сайте
     --conf-path=/usr/local/nginx/nginx.conf
     --pid-path=/usr/local/nginx/nginx.pid
     --with-http_ssl_module
-    --with-pcre=../pcre-8.43
+    --with-pcre=../pcre-8.44
     --with-zlib=../zlib-1.2.11
 </programlisting>
 </para>