changeset 858:65e75e59a714

Updated versions of external libraries and link to zlib site.
author Valentin Bartenev <vbart@nginx.com>
date Mon, 11 Mar 2013 15:39:33 +0400
parents a8ee5f396880
children 0ed7670778bb
files xml/en/docs/howto_build_on_win32.xml xml/en/docs/install.xml xml/ru/docs/install.xml
diffstat 3 files changed, 13 insertions(+), 13 deletions(-) [+]
line wrap: on
line diff
--- a/xml/en/docs/howto_build_on_win32.xml	Fri Mar 08 23:51:59 2013 +0400
+++ b/xml/en/docs/howto_build_on_win32.xml	Mon Mar 11 15:39:33 2013 +0400
@@ -80,9 +80,9 @@
 mkdir objs
 mkdir objs/lib
 cd objs/lib
-unzip ../../pcre-8.31.zip
-tar -xzf ../../zlib-1.2.5.tar.gz
-tar -xzf ../../openssl-1.0.1c.tar.gz
+unzip ../../pcre-8.32.zip
+tar -xzf ../../zlib-1.2.7.tar.gz
+tar -xzf ../../openssl-1.0.1e.tar.gz
 </programlisting>
 </listitem>
 
@@ -95,8 +95,8 @@
 --sbin-path=nginx.exe --http-client-body-temp-path=temp/client_body_temp \
 --http-proxy-temp-path=temp/proxy_temp \
 --http-fastcgi-temp-path=temp/fastcgi_temp \
---with-cc-opt=-DFD_SETSIZE=1024 --with-pcre=objs/lib/pcre-8.31 \
---with-zlib=objs/lib/zlib-1.2.5 --with-openssl=objs/lib/openssl-1.0.1c \
+--with-cc-opt=-DFD_SETSIZE=1024 --with-pcre=objs/lib/pcre-8.32 \
+--with-zlib=objs/lib/zlib-1.2.7 --with-openssl=objs/lib/openssl-1.0.1e \
 --with-select_module --with-http_ssl_module --with-ipv6
 </programlisting>
 </listitem>
--- a/xml/en/docs/install.xml	Fri Mar 08 23:51:59 2013 +0400
+++ b/xml/en/docs/install.xml	Mon Mar 11 15:39:33 2013 +0400
@@ -8,7 +8,7 @@
 <article name="Installing nginx"
          link="/en/docs/install.html"
          lang="en"
-         rev="2">
+         rev="3">
 
 <section>
 
@@ -180,7 +180,7 @@
 <literal>--with-pcre=<value>path</value></literal>&mdash;sets
 the path to the sources of the PCRE library.
 The library distribution (version
-4.4&mdash;8.30) needs to be downloaded from the
+4.4&mdash;8.32) needs to be downloaded from the
 <link url="http://www.pcre.org">PCRE</link> site and extracted.
 The rest is done by nginx’s ./configure and make.
 The library is required for regular expressions support in the
@@ -204,8 +204,8 @@
 <literal>--with-zlib=<value>path</value></literal>&mdash;sets
 the path to the sources of the zlib library.
 The library distribution (version
-1.1.3&mdash;1.2.5) needs to be downloaded from the
-<link url="http://www.gzip.org/zlib/">zlib</link> site and extracted.
+1.1.3&mdash;1.2.7) needs to be downloaded from the
+<link url="http://zlib.net">zlib</link> site and extracted.
 The rest is done by nginx’s ./configure and make.
 The library is required for the
 <link doc="http/ngx_http_gzip_module.xml">ngx_http_gzip_module</link> module.
--- a/xml/ru/docs/install.xml	Fri Mar 08 23:51:59 2013 +0400
+++ b/xml/ru/docs/install.xml	Mon Mar 11 15:39:33 2013 +0400
@@ -8,7 +8,7 @@
 <article name="Установка nginx"
          link="/ru/docs/install.html"
          lang="ru"
-         rev="2">
+         rev="3">
 
 <section>
 
@@ -175,7 +175,7 @@
 <literal>--with-pcre=<value>путь</value></literal>&mdash;задаёт
 путь к исходным текстам библиотеки PCRE.
 Дистрибутив библиотеки (версию
-4.4&mdash;8.30) нужно взять на сайте <link url="http://www.pcre.org">PCRE</link>
+4.4&mdash;8.32) нужно взять на сайте <link url="http://www.pcre.org">PCRE</link>
 и распаковать.
 Всё остальное сделают ./configure nginx’а и make.
 Библиотека нужна для использования регулярных выражений в директиве
@@ -197,8 +197,8 @@
 <para>
 <literal>--with-zlib=<value>путь</value></literal>&mdash;задаёт
 путь к исходным текстам библиотеки zlib. Дистрибутив библиотеки (версию
-1.1.3&mdash;1.2.5) нужно взять на сайте
-<link url="http://www.gzip.org/zlib/">zlib</link> и распаковать.
+1.1.3&mdash;1.2.7) нужно взять на сайте
+<link url="http://zlib.net">zlib</link> и распаковать.
 Всё остальное сделают ./configure nginx’а и make.
 Библиотека нужна для модуля
 <link doc="http/ngx_http_gzip_module.xml">ngx_http_gzip_module</link>.