Accepting request 822452 from server:http
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/822452 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/nginx?expand=0&rev=54
This commit is contained in:
commit
4110120471
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:44a616171fcd7d7ad7c6af3e6f3ad0879b54db5a5d21be874cd458b5691e36c8
|
||||
size 1043748
|
@ -1,10 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEcBAABCAAGBQJezS9oAAoJEFIKmZOhwFL4CysH/3heH7X+9wxm16Z8XtbSqAOM
|
||||
akTWY/NAm1cBqjVmmIAX+VEF/3uGueKPJMX7NwMIqxa4EIUXuxR5FVTCaRrMtqY7
|
||||
tf7L8rWyhHYl/5XJ2SPDxaNgZEGfWSmOrps6Il4fnKMl0Mqz8ualaBa//xizW1++
|
||||
51aUXKuMPSpHinITkWY+ERFECSXtTA9OqfgEB/TtyUaswzGhHVyaHA5T5+DHLkSw
|
||||
JljA24x1yHlalJIjhQZkHeqpRt9i9W84iC4vQKKIJqZfC512Jx+0CkarIO3s1jnH
|
||||
P25k+ihhUDzGFj81fnxeojjMg4dF5v/eM8SlO9x7Hwl8TkJAwcWXttahN1pm+NU=
|
||||
=BPdN
|
||||
-----END PGP SIGNATURE-----
|
3
nginx-1.19.1.tar.gz
Normal file
3
nginx-1.19.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a004776c64ed3c5c7bc9b6116ba99efab3265e6b81d49a57ca4471ff90655492
|
||||
size 1047223
|
10
nginx-1.19.1.tar.gz.asc
Normal file
10
nginx-1.19.1.tar.gz.asc
Normal file
@ -0,0 +1,10 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEcBAABCAAGBQJfBJuCAAoJEFIKmZOhwFL4bi4IAJkDNzxLU+lGvxNUHm47llu9
|
||||
bHavC4HJW30Tjd5Hzujku7u6XR1F9HkoJQ6xaFqFNLMIQ5TYRTCIzJYLmB0LdJTY
|
||||
ZlvDbY8YAnUHsMMJjkN6Mg5DUpaP/DahgyAu9flUgsMK3BK8dJ+CKPCsKerbTaqp
|
||||
GHY79PwNHaCras6rQMrqioZHR46zeW5queOYF/V2yABBiujN4jWbTiT10pYwCXzp
|
||||
Hqnn0lSVJpqfV9DoeWvs/+hDmy50iZVv8tBruyo5KEGE/gE5xxyEsCOE+4XELXxw
|
||||
JHKB82Gr6pYlQ7xudz2N/CflNdSDprVLz7z3LVBmusTBZVwEHuIx+Jp7QMPbXQY=
|
||||
=Nuff
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,29 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 8 11:52:53 UTC 2020 - Илья Индиго <ilya@ilya.pp.ua>
|
||||
|
||||
- Update to 1.19.1
|
||||
* https://nginx.org/en/CHANGES
|
||||
* The "lingering_close", "lingering_time", and "lingering_timeout"
|
||||
directives now work when using HTTP/2.
|
||||
* Now extra data sent by a backend are always discarded.
|
||||
* Now after receiving a too short response from a FastCGI server
|
||||
nginx tries to send the available part of the response
|
||||
to the client, and then closes the client connection.
|
||||
* Now after receiving a response with incorrect length from a
|
||||
gRPC backend nginx stops response processing with an error.
|
||||
* The "min_free" parameter of the "proxy_cache_path",
|
||||
"fastcgi_cache_path", "scgi_cache_path",
|
||||
and "uwsgi_cache_path" directives.
|
||||
* nginx did not delete unix domain listen sockets during
|
||||
graceful shutdown on the SIGQUIT signal.
|
||||
* Zero length UDP datagrams were not proxied.
|
||||
* Proxying to uwsgi backends using SSL might not work.
|
||||
* In error handling when using the "ssl_ocsp" directive.
|
||||
* On XFS and NFS file systems disk cache size might be
|
||||
calculated incorrectly.
|
||||
* "negative size buf in writer" alerts might appear in logs if
|
||||
a memcached server returned a malformed response.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 28 01:46:00 UTC 2020 - Илья Индиго <ilya@ilya.pp.ua>
|
||||
|
||||
|
@ -76,7 +76,7 @@
|
||||
%endif
|
||||
#
|
||||
Name: nginx
|
||||
Version: 1.19.0
|
||||
Version: 1.19.1
|
||||
Release: 0
|
||||
Summary: A HTTP server and IMAP/POP3 proxy server
|
||||
License: BSD-2-Clause
|
||||
|
Loading…
Reference in New Issue
Block a user