Accepting request 488095 from home:stroeder:branches:server:http
update to 1.12.0 OBS-URL: https://build.opensuse.org/request/show/488095 OBS-URL: https://build.opensuse.org/package/show/server:http/nginx?expand=0&rev=82
This commit is contained in:
parent
6b5e3aeaf9
commit
b1aefe5ffb
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2aff7f9396d1f77256efc363e1cc05ba52d40a29e6de4d9bc08aa444eea14122
|
||||
size 979963
|
3
nginx-1.12.0.tar.gz
Normal file
3
nginx-1.12.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b4222e26fdb620a8d3c3a3a8b955e08b713672e1bc5198d1e4f462308a795b30
|
||||
size 980831
|
@ -1,3 +1,25 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 9 13:15:49 UTC 2017 - michael@stroeder.com
|
||||
|
||||
- update to 1.12.0
|
||||
- Feature: the "http_429" parameter of the "proxy_next_upstream",
|
||||
"fastcgi_next_upstream", "scgi_next_upstream", and
|
||||
"uwsgi_next_upstream" directives.
|
||||
Thanks to Piotr Sikora.
|
||||
- Bugfix: in memory allocation error handling.
|
||||
- Bugfix: requests might hang when using the "sendfile" and
|
||||
"timer_resolution" directives on Linux.
|
||||
- Bugfix: requests might hang when using the "sendfile" and "aio_write"
|
||||
directives with subrequests.
|
||||
- Bugfix: in the ngx_http_v2_module.
|
||||
Thanks to Piotr Sikora.
|
||||
- Bugfix: a segmentation fault might occur in a worker process when
|
||||
using HTTP/2.
|
||||
- Bugfix: requests might hang when using the "limit_rate",
|
||||
"sendfile_max_chunk", "limit_req" directives, or the $r->sleep()
|
||||
embedded perl method with subrequests.
|
||||
- Bugfix: in the ngx_http_slice_module.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 29 13:20:50 UTC 2017 - mrueckert@suse.de
|
||||
|
||||
|
@ -64,7 +64,7 @@
|
||||
%define ngx_doc_dir %{_datadir}/doc/packages/%{name}
|
||||
#
|
||||
Name: nginx
|
||||
Version: 1.11.12
|
||||
Version: 1.12.0
|
||||
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