From e89e7af7f8c1f364241a18429a3672b42df7acaf8dd3e842830501aba1595272 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, 5 Nov 2021 21:39:19 +0000 Subject: [PATCH] Accepting request 929778 from home:13ilya:branches:server:http - Updated to 1.21.4 * https://nginx.org/en/CHANGES * Support for NPN instead of ALPN to establish HTTP/2 connections has been removed. * Now nginx rejects SSL connections if ALPN is used by the client, but no supported protocols can be negotiated. * The default value of the "sendfile_max_chunk" directive was changed to 2 megabytes. * The "proxy_half_close" directive in the stream module. * The "ssl_alpn" directive in the stream module. * The $ssl_alpn_protocol variable. * Support for SSL_sendfile() when using OpenSSL 3.0. * The "mp4_start_key_frame" directive in the ngx_http_mp4_module. * In the $content_length variable when using chunked transfer encoding. * After receiving a response with incorrect length from a proxied backend nginx might nevertheless cache the connection. * Invalid headers from backends were logged at the "info" level instead of "error"; the bug had appeared in 1.21.1. * Requests might hang when using HTTP/2 and the "aio_write" directive. OBS-URL: https://build.opensuse.org/request/show/929778 OBS-URL: https://build.opensuse.org/package/show/server:http/nginx?expand=0&rev=217 --- nginx-1.21.3.tar.gz | 3 --- nginx-1.21.3.tar.gz.asc | 10 ---------- nginx-1.21.4.tar.gz | 3 +++ nginx-1.21.4.tar.gz.asc | 10 ++++++++++ nginx.changes | 23 +++++++++++++++++++++++ nginx.spec | 2 +- 6 files changed, 37 insertions(+), 14 deletions(-) delete mode 100644 nginx-1.21.3.tar.gz delete mode 100644 nginx-1.21.3.tar.gz.asc create mode 100644 nginx-1.21.4.tar.gz create mode 100644 nginx-1.21.4.tar.gz.asc diff --git a/nginx-1.21.3.tar.gz b/nginx-1.21.3.tar.gz deleted file mode 100644 index 2f6f8bf..0000000 --- a/nginx-1.21.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:14774aae0d151da350417efc4afda5cce5035056e71894836797e1f6e2d1175a -size 1066609 diff --git a/nginx-1.21.3.tar.gz.asc b/nginx-1.21.3.tar.gz.asc deleted file mode 100644 index d60349a..0000000 --- a/nginx-1.21.3.tar.gz.asc +++ /dev/null @@ -1,10 +0,0 @@ ------BEGIN PGP SIGNATURE----- - -iQEcBAABCAAGBQJhN4QmAAoJEFIKmZOhwFL4AxgH/2uSU5GPtc3oPsV1oS2CAr12 -PXDx6wN29awiIbcAgOAbvB+gIjZC/RQ2IKKRxI8GKfm6ghJCpnlb4Q2j2JdwF9// -3+SQHLd+2XZoEPED8+G5rQvvU1qDTdYIGN8/7mMTMeLjzKKJt8JDamQJkBSp/Xtm -7wRqt5Vqt1GqhNWpp4Bes0kcUXzg+rrzIKRqzPVnUPt/xmpDZNsMv4QA2T5ZVBRf -EzIHp+vrJKjlmfrEapks13T82hSmYwZ3CYtPsiZy3JrIHinv/RzkHQKTnuLWCmj3 -Q90IlRKzbODTnLxEvojAF+lbnw1uJsjxLWsKLLp+KWQIAFNgPwtmu/hwxQOduF4= -=0/Da ------END PGP SIGNATURE----- diff --git a/nginx-1.21.4.tar.gz b/nginx-1.21.4.tar.gz new file mode 100644 index 0000000..ee0de0f --- /dev/null +++ b/nginx-1.21.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1f72f474e71bcaaf465dcc7e6f7b6a4705e4b1ed95c581af31df697551f3bfe +size 1070260 diff --git a/nginx-1.21.4.tar.gz.asc b/nginx-1.21.4.tar.gz.asc new file mode 100644 index 0000000..1e9c09d --- /dev/null +++ b/nginx-1.21.4.tar.gz.asc @@ -0,0 +1,10 @@ +-----BEGIN PGP SIGNATURE----- + +iQEcBAABCAAGBQJhgVCFAAoJEFIKmZOhwFL4xFcH/j4FDvbtb5q4gEyWhoaBLdP/ +NEDgdwnFbUILELfwHeySyJIf/FypMAO1R8vKUy26zyzM97QdcmOlqnknUGWXfuJF +cj67l8nWXzsMifuxe1JJZ3SUZPL1QNiMdVyf+pUXQVZ/A2RcUnECwIhVneLq4n9m +UQbE3XGvMYK7cdXupYBW7auyU+eWrgYR32h5R1+7jtTdvg5yqFqPLCXea9S1ck6b +IaxbtU2VgytmlBnRZ7X2bMpFsKZ8b1sI1NsoN05NQsv8hA0CByFsVY8JR67DwjQ9 +XUGh7ApSkN8rJZyegoZ+R4rDFt6erqRbrChU6MnemdiZ81izfEuHZlUtghDsGDE= +=cnf4 +-----END PGP SIGNATURE----- diff --git a/nginx.changes b/nginx.changes index 558c69e..1f36cb3 100644 --- a/nginx.changes +++ b/nginx.changes @@ -1,3 +1,26 @@ +------------------------------------------------------------------- +Fri Nov 5 21:24:19 UTC 2021 - Илья Индиго + +- Updated to 1.21.4 + * https://nginx.org/en/CHANGES + * Support for NPN instead of ALPN to establish HTTP/2 + connections has been removed. + * Now nginx rejects SSL connections if ALPN is used by the + client, but no supported protocols can be negotiated. + * The default value of the "sendfile_max_chunk" directive was + changed to 2 megabytes. + * The "proxy_half_close" directive in the stream module. + * The "ssl_alpn" directive in the stream module. + * The $ssl_alpn_protocol variable. + * Support for SSL_sendfile() when using OpenSSL 3.0. + * The "mp4_start_key_frame" directive in the ngx_http_mp4_module. + * In the $content_length variable when using chunked transfer encoding. + * After receiving a response with incorrect length from a proxied + backend nginx might nevertheless cache the connection. + * Invalid headers from backends were logged at the "info" level + instead of "error"; the bug had appeared in 1.21.1. + * Requests might hang when using HTTP/2 and the "aio_write" directive. + ------------------------------------------------------------------- Fri Nov 5 18:10:15 UTC 2021 - Ondřej Súkup diff --git a/nginx.spec b/nginx.spec index 1d11bcc..cd5086d 100644 --- a/nginx.spec +++ b/nginx.spec @@ -23,7 +23,7 @@ %bcond_with ngx_google_perftools # Name: nginx -Version: 1.21.3 +Version: 1.21.4 Release: 0 Summary: A HTTP server and IMAP/POP3 proxy server License: BSD-2-Clause