# HG changeset patch # User Konstantin Pavlov # Date 1461688437 -10800 # Node ID 94a012d2f489e1c1006d36b1d1d223c9eba3d9be # Parent 7d15391ce323fae943e4d0a907eb011e87c3a103 Updated Linux packages configure options and the list of supported OS. diff -r 7d15391ce323 -r 94a012d2f489 xml/en/linux_packages.xml --- a/xml/en/linux_packages.xml Tue Apr 26 16:53:19 2016 +0300 +++ b/xml/en/linux_packages.xml Tue Apr 26 19:33:57 2016 +0300 @@ -7,7 +7,7 @@
@@ -100,6 +100,12 @@ x86_64, i386 + +16.04 +xenial +x86_64, i386 + + @@ -284,7 +290,7 @@
-Configure arguments common for nginx binaries from pre-built packages for stable version: +Configure arguments common for nginx binaries from pre-built packages: --prefix=/etc/nginx --sbin-path=/usr/sbin/nginx @@ -313,34 +319,21 @@ --with-http_secure_link_module --with-http_stub_status_module --with-http_auth_request_module +--with-threads +--with-stream +--with-stream_ssl_module +--with-http_slice_module --with-mail --with-mail_ssl_module --with-file-aio ---with-http_spdy_module +--with-http_v2_module --with-ipv6 -Packages for mainline version also have the following arguments: - ---with-threads ---with-stream ---with-stream_ssl_module ---with-http_slice_module - -and - ---with-http_spdy_module - -replaced with - ---with-http_v2_module - - - - -Package are built with all modules that do not require additional libraries to avoid extra dependencies. +Main nginx package is built with all modules that do not require additional +libraries to avoid extra dependencies.
diff -r 7d15391ce323 -r 94a012d2f489 xml/ru/linux_packages.xml --- a/xml/ru/linux_packages.xml Tue Apr 26 16:53:19 2016 +0300 +++ b/xml/ru/linux_packages.xml Tue Apr 26 19:33:57 2016 +0300 @@ -7,7 +7,7 @@
@@ -100,6 +100,12 @@ x86_64, i386 + +16.04 +xenial +x86_64, i386 + + @@ -287,7 +293,7 @@
-Общие аргументы configure для nginx из пакетов стабильной версии: +Общие аргументы configure для nginx из пакетов: --prefix=/etc/nginx --sbin-path=/usr/sbin/nginx @@ -316,35 +322,21 @@ --with-http_secure_link_module --with-http_stub_status_module --with-http_auth_request_module +--with-threads +--with-stream +--with-stream_ssl_module +--with-http_slice_module --with-mail --with-mail_ssl_module --with-file-aio ---with-http_spdy_module +--with-http_v2_module --with-ipv6 -Пакеты для mainline-версии добавляют к списку: - ---with-threads ---with-stream ---with-stream_ssl_module ---with-http_slice_module - -кроме того - ---with-http_spdy_module - -заменен на - ---with-http_v2_module - - - - -Для того чтобы избежать увеличения числа зависимостей, пакеты не включают -модули, которым требуются дополнительные библиотеки. +Для того чтобы избежать увеличения числа зависимостей, основной пакет nginx не +включает модули, которым требуются дополнительные библиотеки.