From 29e80284558fce0532824ef15bcde2de2880559578948a38a6d273f809f63ad3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=98=D0=BB=D1=8C=D1=8F=20=D0=98=D0=BD=D0=B4=D0=B8=D0=B3?= =?UTF-8?q?=D0=BE?= Date: Wed, 23 Dec 2020 13:32:38 +0000 Subject: [PATCH] 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 --- nginx.changes | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/nginx.changes b/nginx.changes index 115d3c0..29a465d 100644 --- a/nginx.changes +++ b/nginx.changes @@ -1,14 +1,15 @@ ------------------------------------------------------------------- Wed Dec 23 07:18:28 UTC 2020 - Paolo Stivanin -- 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 - Илья Индиго