Accepting request 858352 from home:13ilya:branches:server:http

- Update to 1.19.6
  * https://nginx.org/en/CHANGES
  * Fix "no live upstreams" errors if a "server" inside "upstream"
    block was marked as "down".
  * Fix a segmentation fault might occur in a worker process if HTTPS
    was used; the bug had appeared in 1.19.5.
  * Fix nginx returned the 400 response on requests like
    "GET http://example.com?args HTTP/1.0".
  * Fix in the ngx_http_flv_module and ngx_http_mp4_module.

OBS-URL: https://build.opensuse.org/request/show/858352
OBS-URL: https://build.opensuse.org/package/show/server:http/nginx?expand=0&rev=187
This commit is contained in:
Илья Индиго 2020-12-23 13:32:38 +00:00 committed by Git OBS Bridge
parent a32caa42de
commit 29e8028455

View File

@ -1,14 +1,15 @@
-------------------------------------------------------------------
Wed Dec 23 07:18:28 UTC 2020 - Paolo Stivanin <info@paolostivanin.com>
- Update to 1.19.6:
* Bugfix: "no live upstreams" errors if a "server" inside "upstream"
- Update to 1.19.6
* https://nginx.org/en/CHANGES
* Fix "no live upstreams" errors if a "server" inside "upstream"
block was marked as "down".
* Bugfix: a segmentation fault might occur in a worker process if
HTTPS was used; the bug had appeared in 1.19.5.
* Bugfix: nginx returned the 400 response on requests like
* Fix a segmentation fault might occur in a worker process if HTTPS
was used; the bug had appeared in 1.19.5.
* Fix nginx returned the 400 response on requests like
"GET http://example.com?args HTTP/1.0".
* Bugfix: in the ngx_http_flv_module and ngx_http_mp4_module.
* Fix in the ngx_http_flv_module and ngx_http_mp4_module.
-------------------------------------------------------------------
Tue Nov 24 19:30:01 UTC 2020 - Илья Индиго <ilya@ilya.pp.ua>