Accepting request 483335 from home:darix:playground
- update to 1.11.12 - Bugfix: nginx might hog CPU; the bug had appeared in 1.11.11. - update to 1.11.11 - Feature: the "worker_shutdown_timeout" directive. - Feature: vim syntax highlighting scripts improvements. Thanks to Wei-Ko Kao. - Bugfix: a segmentation fault might occur in a worker process if the $limit_rate variable was set to an empty string. - Bugfix: the "proxy_cache_background_update", "fastcgi_cache_background_update", "scgi_cache_background_update", and "uwsgi_cache_background_update" directives might work incorrectly if the "if" directive was used. - Bugfix: a segmentation fault might occur in a worker process if number of large_client_header_buffers in a virtual server was different from the one in the default server. - Bugfix: in the mail proxy server. OBS-URL: https://build.opensuse.org/request/show/483335 OBS-URL: https://build.opensuse.org/package/show/server:http/nginx?expand=0&rev=80
This commit is contained in:
parent
2951a1882e
commit
6b5e3aeaf9
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:778b3cabb07633f754cd9dee32fc8e22582bce22bfa407be76a806abd935533d
|
||||
size 967773
|
3
nginx-1.11.12.tar.gz
Normal file
3
nginx-1.11.12.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2aff7f9396d1f77256efc363e1cc05ba52d40a29e6de4d9bc08aa444eea14122
|
||||
size 979963
|
@ -1,3 +1,24 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 29 13:20:50 UTC 2017 - mrueckert@suse.de
|
||||
|
||||
- update to 1.11.12
|
||||
- Bugfix: nginx might hog CPU; the bug had appeared in 1.11.11.
|
||||
- update to 1.11.11
|
||||
- Feature: the "worker_shutdown_timeout" directive.
|
||||
- Feature: vim syntax highlighting scripts improvements. Thanks
|
||||
to Wei-Ko Kao.
|
||||
- Bugfix: a segmentation fault might occur in a worker process if
|
||||
the $limit_rate variable was set to an empty string.
|
||||
- Bugfix: the "proxy_cache_background_update",
|
||||
"fastcgi_cache_background_update",
|
||||
"scgi_cache_background_update", and
|
||||
"uwsgi_cache_background_update" directives might work
|
||||
incorrectly if the "if" directive was used.
|
||||
- Bugfix: a segmentation fault might occur in a worker process if
|
||||
number of large_client_header_buffers in a virtual server was
|
||||
different from the one in the default server.
|
||||
- Bugfix: in the mail proxy server.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 28 20:19:17 UTC 2017 - mrueckert@suse.de
|
||||
|
||||
|
@ -64,7 +64,7 @@
|
||||
%define ngx_doc_dir %{_datadir}/doc/packages/%{name}
|
||||
#
|
||||
Name: nginx
|
||||
Version: 1.11.10
|
||||
Version: 1.11.12
|
||||
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