From 97e5b065db5b1e8dedb7d75fb2fa52f5716734ee4d91b0c2e8cf979eaa8c3b34 Mon Sep 17 00:00:00 2001 From: Marcus Rueckert Date: Thu, 1 Jun 2017 10:08:55 +0000 Subject: [PATCH] - 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. 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 --- nginx-1.12.0.tar.gz | 3 --- nginx-1.13.1.tar.gz | 3 +++ nginx.changes | 37 +++++++++++++++++++++++++++++++++++++ nginx.spec | 2 +- 4 files changed, 41 insertions(+), 4 deletions(-) delete mode 100644 nginx-1.12.0.tar.gz create mode 100644 nginx-1.13.1.tar.gz diff --git a/nginx-1.12.0.tar.gz b/nginx-1.12.0.tar.gz deleted file mode 100644 index 44d895b..0000000 --- a/nginx-1.12.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b4222e26fdb620a8d3c3a3a8b955e08b713672e1bc5198d1e4f462308a795b30 -size 980831 diff --git a/nginx-1.13.1.tar.gz b/nginx-1.13.1.tar.gz new file mode 100644 index 0000000..21e44f5 --- /dev/null +++ b/nginx-1.13.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5856c72a6609a4dc68c88a7f3c33b79e6693343b62952e021e043fe347b6776 +size 984142 diff --git a/nginx.changes b/nginx.changes index 8edcdf1..813f980 100644 --- a/nginx.changes +++ b/nginx.changes @@ -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 diff --git a/nginx.spec b/nginx.spec index 13ab35f..2606e18 100644 --- a/nginx.spec +++ b/nginx.spec @@ -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}