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 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5c0a46afd6c452d4443f6ec0767f4d5c3e7c499e55a60cd6542b35a61eda799c
size 1055590

View File

@ -1,10 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEcBAABCAAGBQJfvSHZAAoJEFIKmZOhwFL4vOIH+gPDE887ImLKTSJQI5CTeYC2
28zXBaNDVcjjp9QdHwSmOP4IHeaHqIXzpgvU7fl4dnmNFzwd/LCOsr4Mxb5H3ifs
hP+Z2sQbx1zoLsW8PLLr3krn4JEJXCOJotYGNqoG9h7gLxlb7vaHnzuurvyMTILb
mDATh0K8Pz0wNsUzcc4S7enAj1BDCKg3YUi2H5A9UoOhPQ7/I8r3jOABQFbsxCtj
xiqY3/UVSa2RQmX4uIV1DiLcVaN0o3BSJ92HnmJZcoBQpiyfOgJl1HfxqjTenRZP
+uh9AN+4N/k93JUSiOuMlqv+x5nPCqlNF1K8BHBxRitPN7i9TcCUQrpxO/FLAWE=
=H1ah
-----END PGP SIGNATURE-----

3
nginx-1.19.6.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b11195a02b1d3285ddf2987e02c6b6d28df41bb1b1dd25f33542848ef4fc33b5
size 1055982

10
nginx-1.19.6.tar.gz.asc Normal file
View File

@ -0,0 +1,10 @@
-----BEGIN PGP SIGNATURE-----
iQEcBAABCAAGBQJf2NJhAAoJEFIKmZOhwFL46R4H/0lFIC7mX+NY5fbVFrOAfEyn
q/bo9n8eeOROkVDSs9kbrhtlAhUoTCu19LNug6BAwMfzB5RuPbjEe6tULO8XUorT
24rDGVZ1RLsETUucG1d033cl32BMshm7Qx6iv/kVhi2lB7pQk/suh8HzUf9SSbTb
aNhkYmJ9B2V47+jggltR8lb+UzH2Ln+aiMMCp8hUTFjAZLKOHNck2ruidbi1VbH9
Ah+Zq+7vSic9frPfVpgZ5N8rq40x8Z6sRXt787G5Ey39clj4wqRaJXcYohgfyT9F
xFAceJMStq3qhI2HD4kDyevDpIwpzOQHkR+K5HRCSD7sc2xho3oYpEgbpoKxn54=
=PlO1
-----END PGP SIGNATURE-----

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>

View File

@ -54,7 +54,7 @@
%endif
#
Name: nginx
Version: 1.19.5
Version: 1.19.6
Release: 0
Summary: A HTTP server and IMAP/POP3 proxy server
License: BSD-2-Clause