diff --git a/nginx-1.19.8.tar.gz b/nginx-1.19.8.tar.gz deleted file mode 100644 index e760350..0000000 --- a/nginx-1.19.8.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:308919b1a1359315a8066578472f998f14cb32af8de605a3743acca834348b05 -size 1060155 diff --git a/nginx-1.19.8.tar.gz.asc b/nginx-1.19.8.tar.gz.asc deleted file mode 100644 index 4ff9699..0000000 --- a/nginx-1.19.8.tar.gz.asc +++ /dev/null @@ -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----- diff --git a/nginx-1.19.9.tar.gz b/nginx-1.19.9.tar.gz new file mode 100644 index 0000000..02d6b4b --- /dev/null +++ b/nginx-1.19.9.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e35dff06a9826e8aca940e9e8be46b7e4b12c19a48d55bfc2dc28fc9cc7d841 +size 1060580 diff --git a/nginx-1.19.9.tar.gz.asc b/nginx-1.19.9.tar.gz.asc new file mode 100644 index 0000000..b72a334 --- /dev/null +++ b/nginx-1.19.9.tar.gz.asc @@ -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----- diff --git a/nginx.changes b/nginx.changes index 35c195b..8ffc924 100644 --- a/nginx.changes +++ b/nginx.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Sat Apr 3 10:29:25 UTC 2021 - Илья Индиго + +- 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 diff --git a/nginx.spec b/nginx.spec index 8794ab4..053c4a0 100644 --- a/nginx.spec +++ b/nginx.spec @@ -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