Accepting request 500354 from server:http
- 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. OBS-URL: https://build.opensuse.org/request/show/500354 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/nginx?expand=0&rev=13
This commit is contained in:
commit
9b9efa37e2
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b4222e26fdb620a8d3c3a3a8b955e08b713672e1bc5198d1e4f462308a795b30
|
||||
size 980831
|
3
nginx-1.13.1.tar.gz
Normal file
3
nginx-1.13.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a5856c72a6609a4dc68c88a7f3c33b79e6693343b62952e021e043fe347b6776
|
||||
size 984142
|
@ -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
|
||||
|
||||
|
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user