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
This commit is contained in:
parent
ab143ca8c6
commit
e89e7af7f8
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:14774aae0d151da350417efc4afda5cce5035056e71894836797e1f6e2d1175a
|
||||
size 1066609
|
@ -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-----
|
3
nginx-1.21.4.tar.gz
Normal file
3
nginx-1.21.4.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d1f72f474e71bcaaf465dcc7e6f7b6a4705e4b1ed95c581af31df697551f3bfe
|
||||
size 1070260
|
10
nginx-1.21.4.tar.gz.asc
Normal file
10
nginx-1.21.4.tar.gz.asc
Normal file
@ -0,0 +1,10 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEcBAABCAAGBQJhgVCFAAoJEFIKmZOhwFL4xFcH/j4FDvbtb5q4gEyWhoaBLdP/
|
||||
NEDgdwnFbUILELfwHeySyJIf/FypMAO1R8vKUy26zyzM97QdcmOlqnknUGWXfuJF
|
||||
cj67l8nWXzsMifuxe1JJZ3SUZPL1QNiMdVyf+pUXQVZ/A2RcUnECwIhVneLq4n9m
|
||||
UQbE3XGvMYK7cdXupYBW7auyU+eWrgYR32h5R1+7jtTdvg5yqFqPLCXea9S1ck6b
|
||||
IaxbtU2VgytmlBnRZ7X2bMpFsKZ8b1sI1NsoN05NQsv8hA0CByFsVY8JR67DwjQ9
|
||||
XUGh7ApSkN8rJZyegoZ+R4rDFt6erqRbrChU6MnemdiZ81izfEuHZlUtghDsGDE=
|
||||
=cnf4
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,26 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 5 21:24:19 UTC 2021 - Илья Индиго <ilya@ilya.pp.ua>
|
||||
|
||||
- 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 <mimi.vx@gmail.com>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user