# HG changeset patch # User Ruslan Ermilov # Date 1343734630 0 # Node ID 2501c3db40a14234e4833cef6de48f3c79459dd1 # Parent f719475530003021fd9d09fd2e7688576ffe9883 Updated versions of nginx and external libraries used in "Win32 build" howto. diff -r f71947553000 -r 2501c3db40a1 xml/en/docs/howto_build_on_win32.xml --- a/xml/en/docs/howto_build_on_win32.xml Mon Jul 30 13:13:32 2012 +0000 +++ b/xml/en/docs/howto_build_on_win32.xml Tue Jul 31 11:37:10 2012 +0000 @@ -69,7 +69,7 @@ Check out nginx sources from the svn.nginx.org repository. For example: -svn co svn://svn.nginx.org/tags/release-1.1.6 +svn co svn://svn.nginx.org/tags/release- @@ -80,9 +80,9 @@ mkdir objs mkdir objs/lib cd objs/lib -unzip ../../pcre-8.12.zip +unzip ../../pcre-8.30.zip tar -xzf ../../zlib-1.2.5.tar.gz -tar -xzf ../../openssl-1.0.0e.tar.gz +tar -xzf ../../openssl-1.0.1c.tar.gz @@ -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.12 \ ---with-zlib=objs/lib/zlib-1.2.5 --with-openssl=objs/lib/openssl-1.0.0e \ +--with-cc-opt=-DFD_SETSIZE=1024 --with-pcre=objs/lib/pcre-8.30 \ +--with-zlib=objs/lib/zlib-1.2.5 --with-openssl=objs/lib/openssl-1.0.1c \ --with-select_module --with-http_ssl_module --with-ipv6