Accepting request 930156 from 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.
- drop vim-plugin-nginx, now is provided directly by vim

OBS-URL: https://build.opensuse.org/request/show/930156
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/nginx?expand=0&rev=72
This commit is contained in:
Dominique Leuenberger 2021-11-09 22:54:00 +00:00 committed by Git OBS Bridge
commit 550410a145
6 changed files with 42 additions and 39 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:14774aae0d151da350417efc4afda5cce5035056e71894836797e1f6e2d1175a
size 1066609

View File

@ -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
View 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
View 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-----

View File

@ -1,3 +1,31 @@
-------------------------------------------------------------------
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>
- drop vim-plugin-nginx, now is provided directly by vim
-------------------------------------------------------------------
Fri Oct 15 14:23:41 UTC 2021 - Callum Farmer <gmbr3@opensuse.org>

View File

@ -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
@ -79,19 +79,6 @@ BuildRequires: google-perftools-devel
nginx [engine x] is a HTTP server and IMAP/POP3 proxy server written by Igor Sysoev.
It has been running on many heavily loaded Russian sites for more than two years.
%package -n vim-plugin-nginx
Summary: VIM support for nginx config files
Group: Productivity/Text/Editors
%requires_eq vim
Supplements: (nginx and vim_client)
BuildArch: noarch
%description -n vim-plugin-nginx
nginx [engine x] is a HTTP server and IMAP/POP3 proxy server written by Igor Sysoev.
It has been running on many heavily loaded Russian sites for more than two years.
This package holds the VIM support for nginx config files.
%package -n nginx-source
Summary: The nginx source
Group: Development/Sources
@ -151,10 +138,6 @@ mkdir -p %{buildroot}%{ngx_doc_dir}
cp -av CHANGES* LICENSE \
%{buildroot}%{ngx_doc_dir}
mkdir -p %{buildroot}%{vim_data_dir}/
cp -av contrib/vim/* \
%{buildroot}%{vim_data_dir}/
mkdir -p %{buildroot}%{_datadir}/nginx/
mkdir -p %{buildroot}%{ngx_conf_dir}/vhosts.d/
mkdir -p %{buildroot}%{ngx_conf_dir}/conf.d/
@ -232,14 +215,6 @@ copydocs() {
%{_sysusersdir}/nginx.conf
%{_datadir}/nginx/
%files -n vim-plugin-nginx
%license LICENSE
%dir %{vim_data_dir}/ftdetect/
%{vim_data_dir}/ftdetect/nginx.vim
%{vim_data_dir}/ftplugin/nginx.vim
%{vim_data_dir}/indent/nginx.vim
%{vim_data_dir}/syntax/nginx.vim
%files -n nginx-source
%{src_install_dir}