From 85b09ead27c84b07abc336f8fba2efc2ed5a985b59d4354fa5cf24f18920b764 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: Fri, 12 Mar 2021 21:54:13 +0000 Subject: [PATCH] Accepting request 878625 from home:dirkmueller:Factory - update to 1.19.8: * Feature: flags in the "proxy_cookie_flags" directive can now contain variables. * Feature: the "proxy_protocol" parameter of the "listen" directive, the "proxy_protocol" and "set_real_ip_from" directives in mail proxy. * Bugfix: HTTP/2 connections were immediately closed when using "keepalive_timeout 0"; the bug had appeared in 1.19.7. * Bugfix: some errors were logged as unknown if nginx was built with glibc 2.32. * Bugfix: in the eventport method. OBS-URL: https://build.opensuse.org/request/show/878625 OBS-URL: https://build.opensuse.org/package/show/server:http/nginx?expand=0&rev=193 --- nginx-1.19.7.tar.gz | 3 --- nginx-1.19.7.tar.gz.asc | 10 ---------- nginx-1.19.8.tar.gz | 3 +++ nginx-1.19.8.tar.gz.asc | 10 ++++++++++ nginx.changes | 14 ++++++++++++++ nginx.spec | 2 +- 6 files changed, 28 insertions(+), 14 deletions(-) delete mode 100644 nginx-1.19.7.tar.gz delete mode 100644 nginx-1.19.7.tar.gz.asc create mode 100644 nginx-1.19.8.tar.gz create mode 100644 nginx-1.19.8.tar.gz.asc diff --git a/nginx-1.19.7.tar.gz b/nginx-1.19.7.tar.gz deleted file mode 100644 index 9f42bce..0000000 --- a/nginx-1.19.7.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7ae4dd020c41d3a5e1e6a8578fcc60e508e3e27e7668e845ddc87a05a775b50e -size 1056631 diff --git a/nginx-1.19.7.tar.gz.asc b/nginx-1.19.7.tar.gz.asc deleted file mode 100644 index ed0694c..0000000 --- a/nginx-1.19.7.tar.gz.asc +++ /dev/null @@ -1,10 +0,0 @@ ------BEGIN PGP SIGNATURE----- - -iQEcBAABCAAGBQJgK+wFAAoJEFIKmZOhwFL4tQMIAIpgYaTZuIYidhZ9YzVlzRKl -U94KBm49k86YPYpb/uUoODPuXR9j1xb/QXHe3J8XGATqEyNmqdTin+yfXqCoyFuo -eHLB4cDPEvFowZYbxPgiF8PWoG5v6IN2ZgOks4tcPiWhqe2YTrx33B6HOz42TSVY -XUHnGVwVCsY/J7N6Vr8+TjnEXZgPn4S0YSTwIi14zQj4WuMMRin+yqkaZek2WKjj -OtWrqzFBaJmykEGJqmllRvxFb/wOVK/vIO4wpPuJxmDJvV/v+byLqo13UvZeu5jq -HrhvUpZXkoWojxnGkAnK0qGbdDR/cqY7QlEKV/Zh4eMvpVuJvBRFjAVNJkHP/3k= -=fAVa ------END PGP SIGNATURE----- diff --git a/nginx-1.19.8.tar.gz b/nginx-1.19.8.tar.gz new file mode 100644 index 0000000..e760350 --- /dev/null +++ b/nginx-1.19.8.tar.gz @@ -0,0 +1,3 @@ +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 new file mode 100644 index 0000000..4ff9699 --- /dev/null +++ b/nginx-1.19.8.tar.gz.asc @@ -0,0 +1,10 @@ +-----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.changes b/nginx.changes index 6fff677..d15e849 100644 --- a/nginx.changes +++ b/nginx.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Fri Mar 12 20:17:06 UTC 2021 - Dirk Müller + +- update to 1.19.8: + * Feature: flags in the "proxy_cookie_flags" directive can now contain + variables. + * Feature: the "proxy_protocol" parameter of the "listen" directive, + the "proxy_protocol" and "set_real_ip_from" directives in mail proxy. + * Bugfix: HTTP/2 connections were immediately closed when using + "keepalive_timeout 0"; the bug had appeared in 1.19.7. + * Bugfix: some errors were logged as unknown if nginx was built with + glibc 2.32. + * Bugfix: in the eventport method. + ------------------------------------------------------------------- Sat Feb 27 12:04:02 UTC 2021 - Илья Индиго diff --git a/nginx.spec b/nginx.spec index 8c51341..8794ab4 100644 --- a/nginx.spec +++ b/nginx.spec @@ -23,7 +23,7 @@ %bcond_with ngx_google_perftools # Name: nginx -Version: 1.19.7 +Version: 1.19.8 Release: 0 Summary: A HTTP server and IMAP/POP3 proxy server License: BSD-2-Clause