From 45241f9ffe026279106f06208a4073e108f5fce4eb9ed23a2a533467544421d4 Mon Sep 17 00:00:00 2001 From: Marcus Rueckert Date: Fri, 29 May 2020 11:32:50 +0000 Subject: [PATCH] Accepting request 809722 from home:13ilya:branches:server:http - Update to 1.19.0 * https://nginx.org/en/CHANGES * Client certificate validation with OCSP. * "upstream sent frame for closed stream" errors might occur when working with gRPC backends. * OCSP stapling might not work if the "resolver" directive was not specified. * Connections with incorrect HTTP/2 preface were not logged. OBS-URL: https://build.opensuse.org/request/show/809722 OBS-URL: https://build.opensuse.org/package/show/server:http/nginx?expand=0&rev=170 --- nginx-1.18.0.tar.gz | 3 --- nginx-1.18.0.tar.gz.asc | 10 ---------- nginx-1.19.0.tar.gz | 3 +++ nginx-1.19.0.tar.gz.asc | 10 ++++++++++ nginx.changes | 12 ++++++++++++ nginx.spec | 2 +- 6 files changed, 26 insertions(+), 14 deletions(-) delete mode 100644 nginx-1.18.0.tar.gz delete mode 100644 nginx-1.18.0.tar.gz.asc create mode 100644 nginx-1.19.0.tar.gz create mode 100644 nginx-1.19.0.tar.gz.asc diff --git a/nginx-1.18.0.tar.gz b/nginx-1.18.0.tar.gz deleted file mode 100644 index 4319c08..0000000 --- a/nginx-1.18.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4c373e7ab5bf91d34a4f11a0c9496561061ba5eee6020db272a17a7228d35f99 -size 1039530 diff --git a/nginx-1.18.0.tar.gz.asc b/nginx-1.18.0.tar.gz.asc deleted file mode 100644 index 9d44644..0000000 --- a/nginx-1.18.0.tar.gz.asc +++ /dev/null @@ -1,10 +0,0 @@ ------BEGIN PGP SIGNATURE----- - -iQEcBAABCAAGBQJenv+PAAoJEFIKmZOhwFL4wLQIAI+74H86Aa8EaWam4cOzs00C -GS5QZRVjXj5soow4jT4x7hCYhSJVFW0OBH419zH7S5PzqLxKj3ZNcYs5AOmuqPVx -n0s6XluUGUw3B1H2fE9CNTd6uifSw6B+D2xfqGYZs3FngGEfHY4uQL6JlSd0tG7Y -bC4MIWKhSUZS2NeBIGZ2JX1FVV7QUkNp5HGMzokXB6x+9O2uTLCJ/Bc8O2RqDEVB -bb+Gxv5f7Wym7WPEutx0+sQcmdZjhkANN4xBk6RX2+4vFozXr7C4o/88dCkZ18t2 -Pl1MLFJ4K/PSm3lciK2VMLOYoOPbqX+qdLNZuUF/vbg0jyBC3RDOv9WEaqdXAyg= -=9cDR ------END PGP SIGNATURE----- diff --git a/nginx-1.19.0.tar.gz b/nginx-1.19.0.tar.gz new file mode 100644 index 0000000..502a276 --- /dev/null +++ b/nginx-1.19.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44a616171fcd7d7ad7c6af3e6f3ad0879b54db5a5d21be874cd458b5691e36c8 +size 1043748 diff --git a/nginx-1.19.0.tar.gz.asc b/nginx-1.19.0.tar.gz.asc new file mode 100644 index 0000000..2c3d46c --- /dev/null +++ b/nginx-1.19.0.tar.gz.asc @@ -0,0 +1,10 @@ +-----BEGIN PGP SIGNATURE----- + +iQEcBAABCAAGBQJezS9oAAoJEFIKmZOhwFL4CysH/3heH7X+9wxm16Z8XtbSqAOM +akTWY/NAm1cBqjVmmIAX+VEF/3uGueKPJMX7NwMIqxa4EIUXuxR5FVTCaRrMtqY7 +tf7L8rWyhHYl/5XJ2SPDxaNgZEGfWSmOrps6Il4fnKMl0Mqz8ualaBa//xizW1++ +51aUXKuMPSpHinITkWY+ERFECSXtTA9OqfgEB/TtyUaswzGhHVyaHA5T5+DHLkSw +JljA24x1yHlalJIjhQZkHeqpRt9i9W84iC4vQKKIJqZfC512Jx+0CkarIO3s1jnH +P25k+ihhUDzGFj81fnxeojjMg4dF5v/eM8SlO9x7Hwl8TkJAwcWXttahN1pm+NU= +=BPdN +-----END PGP SIGNATURE----- diff --git a/nginx.changes b/nginx.changes index 66a17d0..d755909 100644 --- a/nginx.changes +++ b/nginx.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Thu May 28 01:46:00 UTC 2020 - Илья Индиго + +- Update to 1.19.0 + * https://nginx.org/en/CHANGES + * Client certificate validation with OCSP. + * "upstream sent frame for closed stream" errors might occur + when working with gRPC backends. + * OCSP stapling might not work if the "resolver" directive + was not specified. + * Connections with incorrect HTTP/2 preface were not logged. + ------------------------------------------------------------------- Thu May 7 16:15:48 UTC 2020 - Cristian Rodríguez diff --git a/nginx.spec b/nginx.spec index d2f5341..d8217b1 100644 --- a/nginx.spec +++ b/nginx.spec @@ -76,7 +76,7 @@ %endif # Name: nginx -Version: 1.18.0 +Version: 1.19.0 Release: 0 Summary: A HTTP server and IMAP/POP3 proxy server License: BSD-2-Clause