Marcus Rueckert
97e5b065db
- Feature: now a hostname can be used as the "set_real_ip_from" directive parameter. - Feature: vim syntax highlighting scripts improvements. - Feature: the "worker_cpu_affinity" directive now works on DragonFly BSD. Thanks to Sepherosa Ziehau. - Bugfix: SSL renegotiation on backend connections did not work when using OpenSSL before 1.1.0. - Workaround: nginx could not be built with Oracle Developer Studio 12.5. - Workaround: now cache manager ignores long locked cache entries when cleaning cache based on the "max_size" parameter. - Bugfix: client SSL connections were immediately closed if deferred accept and the "proxy_protocol" parameter of the "listen" directive were used. - Bugfix: in the "proxy_cache_background_update" directive. - Workaround: now the "tcp_nodelay" directive sets the TCP_NODELAY option before an SSL handshake. - changes from 1.13.0 - Change: SSL renegotiation is now allowed on backend connections. - Feature: the "rcvbuf" and "sndbuf" parameters of the "listen" directives of the mail proxy and stream modules. - Feature: the "return" and "error_page" directives can now be used to return 308 redirections. Thanks to Simon Leblanc. - Feature: the "TLSv1.3" parameter of the "ssl_protocols" directive. - Feature: when logging signals nginx now logs PID of the process which sent the signal. - Bugfix: in memory allocation error handling. - Bugfix: if a server in the stream module listened on a wildcard address, the source address of a response UDP datagram could differ from the original datagram destination address. D nginx-1.12.0.tar.gz A nginx-1.13.1.tar.gz M nginx.changes M nginx.spec Diff for working copy: . Index: nginx.changes =================================================================== --- nginx.changes (revision 5e264311bbc34e3b63efb8fa4753db55) +++ nginx.changes (working copy) @@ -1,3 +1,40 @@ +------------------------------------------------------------------- +Thu Jun 1 10:05:49 UTC 2017 - mrueckert@suse.de + +- update to 1.13.1 + - Feature: now a hostname can be used as the "set_real_ip_from" + directive parameter. + - Feature: vim syntax highlighting scripts improvements. + - Feature: the "worker_cpu_affinity" directive now works on + DragonFly BSD. Thanks to Sepherosa Ziehau. + - Bugfix: SSL renegotiation on backend connections did not work + when using OpenSSL before 1.1.0. + - Workaround: nginx could not be built with Oracle Developer + Studio 12.5. + - Workaround: now cache manager ignores long locked cache entries + when cleaning cache based on the "max_size" parameter. + - Bugfix: client SSL connections were immediately closed if + deferred accept and the "proxy_protocol" parameter of the + "listen" directive were used. + - Bugfix: in the "proxy_cache_background_update" directive. + - Workaround: now the "tcp_nodelay" directive sets the + TCP_NODELAY option before an SSL handshake. +- changes from 1.13.0 + - Change: SSL renegotiation is now allowed on backend + connections. + - Feature: the "rcvbuf" and "sndbuf" parameters of the "listen" + directives of the mail proxy and stream modules. + - Feature: the "return" and "error_page" directives can now be + used to return 308 redirections. Thanks to Simon Leblanc. + - Feature: the "TLSv1.3" parameter of the "ssl_protocols" + directive. + - Feature: when logging signals nginx now logs PID of the process + which sent the signal. + - Bugfix: in memory allocation error handling. + - Bugfix: if a server in the stream module listened on a wildcard + address, the source address of a response UDP datagram could + differ from the original datagram destination address. + ------------------------------------------------------------------- Sun Apr 9 13:15:49 UTC 2017 - michael@stroeder.com Index: nginx.spec =================================================================== --- nginx.spec (revision 5e264311bbc34e3b63efb8fa4753db55) +++ nginx.spec (working copy) @@ -64,7 +64,7 @@ %define ngx_doc_dir %{_datadir}/doc/packages/%{name} # Name: nginx -Version: 1.12.0 +Version: 1.13.1 Release: 0 %define ngx_fancyindex_version 0.4.1 %define ngx_fancyindex_module_path ngx-fancyindex-%{ngx_fancyindex_version} Index: nginx-1.13.1.tar.gz =================================================================== Binary file 'nginx-1.13.1.tar.gz' added. Index: nginx-1.12.0.tar.gz =================================================================== Binary file 'nginx-1.12.0.tar.gz' deleted. OBS-URL: https://build.opensuse.org/package/show/server:http/nginx?expand=0&rev=84 |
||
---|---|---|
.gitattributes | ||
.gitignore | ||
check_1.9.2+.patch | ||
headers-more-nginx-module-0.32.tar.gz | ||
nginx_upstream_check_module-0.3.0.tar.gz | ||
nginx-1.2.4-perl_vendor_install.patch | ||
nginx-1.6.1-default_config.patch | ||
nginx-1.11.2-html.patch | ||
nginx-1.11.2-no_Werror.patch | ||
nginx-1.13.1.tar.gz | ||
nginx-aio.patch | ||
nginx-rtmp-module-1.1.10.tar.gz | ||
nginx.changes | ||
nginx.init | ||
nginx.logrotate | ||
nginx.rpmlintrc | ||
nginx.service | ||
nginx.spec | ||
ngx-fancyindex-0.4.1.tar.gz |