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

- Update to 1.19.9
  * https://nginx.org/en/CHANGES
  * Fixed nginx could not be built with the mail proxy module, but
    without the ngx_mail_ssl_module; the bug had appeared in 1.19.8.
  * Fixed "upstream sent response body larger than indicated content
    length" errors might occur when working with gRPC backends;
    the bug had appeared in 1.19.1.
  * Fixed nginx might not close a connection till keepalive timeout
    expiration if the connection was closed by the client while
    discarding the request body.
  * Fixed nginx might not detect that a connection was already closed
    by the client when waiting for auth_delay or limit_req delay,
    or when working with backends.
  * Fixed in the eventport method.

OBS-URL: https://build.opensuse.org/request/show/882789
OBS-URL: https://build.opensuse.org/package/show/server:http/nginx?expand=0&rev=196
This commit is contained in:
Илья Индиго 2021-04-03 10:40:39 +00:00 committed by Git OBS Bridge
parent 04b951eef7
commit 73dd9dd46b
6 changed files with 32 additions and 14 deletions

View File

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

View File

@ -1,10 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEcBAABCAAGBQJgR5RcAAoJEFIKmZOhwFL4AA4H+gPI9gvhsZ1wmqTqKKYQyPhX
LJu9ezZFk4ChibjTHJuc37WucTZu/azcc2QGhGxJfGsFbFasY7As1gYygjpLMA+1
Wa8Kh//he2o0IPdPKJ9rvvkDPntUz2YX3p9+VqZaLBCuhU/bnBQmHQHEmeo3xZGE
59Qe8OpRollja5HbtxWkhtB3bKgLeSddfFgJC5IJDov7dh9qrLUiDDn7paKE9foj
IMDz/bSDUYD4wx7r+tby0B4t8zja2jvA+y8FGnPC8raCULyrawHzkSJ1R4bgOk7F
5jfqxyazt/1d0LgTT+5EWaBBwhMv004twfvHYpsABvUBt5jJxRxBO5kQUvKDCgc=
=VRI5
-----END PGP SIGNATURE-----

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

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

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

@ -0,0 +1,10 @@
-----BEGIN PGP SIGNATURE-----
iQEcBAABCAAGBQJgYzpSAAoJEFIKmZOhwFL4MuIH/RSqA7cZDtn0OLiNJjM9hrA+
u9oMrgZbvjTQ3vm+VBL/UelAl900LNRB+yMgvM+JV8BJ4YCnSySRUFMAfMoIoj8Q
5jh/NPR7rM7owAHTtd/e2MxnMhMAJAoRHC8jq0wriVvhS9uJQK57CkXfHLo71udg
Cj7S+SJ9EeqAPkUZqFzvgKito+WTJArBk6nml8nKtC8sboaN1GBVckicYE6AXuGA
Z5sKXo5TlUY/4s95Ay6POxLbdBwB8eHpykBd/d0pzKkh9XK3iexr7IRQFQSgRama
x9/0O1NTSThV3BS4URi4+NhpuhBowWck91YYxn1Ei5QT0wkupZL5d6ixM/K+bAQ=
=kGyb
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,21 @@
-------------------------------------------------------------------
Sat Apr 3 10:29:25 UTC 2021 - Илья Индиго <ilya@ilya.pp.ua>
- Update to 1.19.9
* https://nginx.org/en/CHANGES
* Fixed nginx could not be built with the mail proxy module, but
without the ngx_mail_ssl_module; the bug had appeared in 1.19.8.
* Fixed "upstream sent response body larger than indicated content
length" errors might occur when working with gRPC backends;
the bug had appeared in 1.19.1.
* Fixed nginx might not close a connection till keepalive timeout
expiration if the connection was closed by the client while
discarding the request body.
* Fixed nginx might not detect that a connection was already closed
by the client when waiting for auth_delay or limit_req delay,
or when working with backends.
* Fixed in the eventport method.
-------------------------------------------------------------------
Fri Mar 12 20:17:06 UTC 2021 - Dirk Müller <dmueller@suse.com>

View File

@ -23,7 +23,7 @@
%bcond_with ngx_google_perftools
#
Name: nginx
Version: 1.19.8
Version: 1.19.9
Release: 0
Summary: A HTTP server and IMAP/POP3 proxy server
License: BSD-2-Clause