Accepting request 882790 from server:http
OBS-URL: https://build.opensuse.org/request/show/882790 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/nginx?expand=0&rev=62
This commit is contained in:
commit
1b003f2ab8
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:308919b1a1359315a8066578472f998f14cb32af8de605a3743acca834348b05
|
||||
size 1060155
|
@ -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
3
nginx-1.19.9.tar.gz
Normal 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
10
nginx-1.19.9.tar.gz.asc
Normal 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-----
|
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user