Accepting request 904635 from server:http
OBS-URL: https://build.opensuse.org/request/show/904635 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/nginx?expand=0&rev=68
This commit is contained in:
commit
ba4c2dd167
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fe192a4bac2bd3a769e8695cb9fe14a00e57eaceb919095347a83b5b2afc0771
|
||||
size 1063682
|
@ -1,10 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEcBAABCAAGBQJgrPDZAAoJEFIKmZOhwFL4xkMIAJ0qejPpwbdm+w13cESEPNkz
|
||||
2m++YVl0TRjvfr3Ny88TbcAbh4llGpLA7u2EUg0qDXOApiXWEVqMeLe39hbYH2s/
|
||||
/rpsYXx3uKD00xCGJXx310VRs5VceCIYceiqd6m/UQe82xYaE6O0wNp9z0ADyt/+
|
||||
nBKUqlrszVcfJ/jfBaadafeZJp6v+SwHHBQ9taFdPPh1XquL1OSyEt+ZvWeXSGV+
|
||||
6K070/45dgDXdDyZv11eW0QjJK8fQqPuyvtc8NVT9IOMucauu7CwKIBYntO5zhBi
|
||||
K6pafviYa3577lrhcB4iN29SQz+uf8NcXBMQxj/PykfHnWPo8gSKIluCgSpkW4M=
|
||||
=/MhK
|
||||
-----END PGP SIGNATURE-----
|
3
nginx-1.21.1.tar.gz
Normal file
3
nginx-1.21.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:68ba0311342115163a0354cad34f90c05a7e8bf689dc498abf07899eda155560
|
||||
size 1064925
|
10
nginx-1.21.1.tar.gz.asc
Normal file
10
nginx-1.21.1.tar.gz.asc
Normal file
@ -0,0 +1,10 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEcBAABCAAGBQJg5HAgAAoJEFIKmZOhwFL4LbEIALGdEvTgGsBvLWLLOH2vd6z1
|
||||
LhsKzV6enYVWmjBKqAyUt1nr5lz1hPuJd+iOHtMxuKUnDkSZ7i/Y38GwtSml8q00
|
||||
5fMOsUSsh9apQoB6Hg44bn5UxXHY0t5XeV8KlktIkWQOBnjI5Wk7oowQqL+ixzSH
|
||||
xpwsooreYSE1MgiYFJEFxd5Q+ZuC0zKNHkgkz8l2AQYODgyWYh9+iCfdUMGBw8YW
|
||||
r9bkKf6swcZQYa1hwaSbhgrNxTPqB/8HAmxHdG0MHoBOu2PtGwqdiyxhX2rohdv5
|
||||
Iv8DKvWBhQOOfyCntxAYl0uvRy24VelKJNbRnlU9CI/YplxJshVk2wxfbN2+yYQ=
|
||||
=UhVc
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,28 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 7 18:53:17 UTC 2021 - Илья Индиго <ilya@ilya.pp.ua>
|
||||
|
||||
- Updated to 1.21.1
|
||||
* https://nginx.org/en/CHANGES
|
||||
* Now nginx always returns an error for the CONNECT method.
|
||||
* Now nginx always returns an error if both "Content-Length"
|
||||
and "Transfer-Encoding" header lines are present in the request.
|
||||
* Now nginx always returns an error if spaces or control
|
||||
characters are used in the request line.
|
||||
* Now nginx always returns an error if spaces or control
|
||||
characters are used in a header name.
|
||||
* Now nginx always returns an error if spaces or control
|
||||
characters are used in the "Host" request header line.
|
||||
* Optimization of configuration testing when using many
|
||||
listening sockets.
|
||||
* Fixed: nginx did not escape """, "<", ">", "\", "^", "`", "{", "|",
|
||||
and "}" characters when proxying with changed URI.
|
||||
* Fixed: SSL variables might be empty when used in logs; the bug had
|
||||
appeared in 1.19.5.
|
||||
* Fixed: keepalive connections with gRPC backends might not be closed
|
||||
after receiving a GOAWAY frame.
|
||||
* Fixed: reduced memory consumption for long-lived requests when
|
||||
proxying with more than 64 buffers.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 16 13:13:12 UTC 2021 - Felix Schnizlein <fschnizlein@suse.com>
|
||||
|
||||
|
@ -23,7 +23,7 @@
|
||||
%bcond_with ngx_google_perftools
|
||||
#
|
||||
Name: nginx
|
||||
Version: 1.21.0
|
||||
Version: 1.21.1
|
||||
Release: 0
|
||||
Summary: A HTTP server and IMAP/POP3 proxy server
|
||||
License: BSD-2-Clause
|
||||
|
Loading…
Reference in New Issue
Block a user