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