SHA256
1
0
forked from pool/nginx

Accepting request 858300 from home:polslinux:branches:server:http

- Update to 1.19.6:
  * Bugfix: "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
    "GET http://example.com?args HTTP/1.0".
  * Bugfix: in the ngx_http_flv_module and ngx_http_mp4_module.

OBS-URL: https://build.opensuse.org/request/show/858300
OBS-URL: https://build.opensuse.org/package/show/server:http/nginx?expand=0&rev=186
This commit is contained in:
Илья Индиго
2020-12-23 13:25:24 +00:00
committed by Git OBS Bridge
parent 41664cc261
commit a32caa42de
6 changed files with 26 additions and 14 deletions

View File

@@ -1,3 +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"
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
"GET http://example.com?args HTTP/1.0".
* Bugfix: in the ngx_http_flv_module and ngx_http_mp4_module.
-------------------------------------------------------------------
Tue Nov 24 19:30:01 UTC 2020 - Илья Индиго <ilya@ilya.pp.ua>