Accepting request 826073 from home:13ilya:branches:server:http
- Update to 1.19.2 * https://nginx.org/en/CHANGES * Now nginx starts closing keepalive connections before all free worker connections are exhausted, and logs a warning about this to the error log. * Optimization of client request body reading when using chunked transfer encoding. * Memory leak if the "ssl_ocsp" directive was used. * "zero size buf in output" alerts might appear in logs if a FastCGI server returned an incorrect response; the bug had appeared in 1.19.1. * A segmentation fault might occur in a worker process if different large_client_header_buffers sizes were used in different virtual servers. * SSL shutdown might not work. * "SSL_shutdown() failed (SSL: ... bad write retry)" messages might appear in logs. * In the ngx_http_slice_module. * In the ngx_http_xslt_filter_module. OBS-URL: https://build.opensuse.org/request/show/826073 OBS-URL: https://build.opensuse.org/package/show/server:http/nginx?expand=0&rev=175
This commit is contained in:
parent
4b0afe6fe8
commit
63a9c6337e
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:a004776c64ed3c5c7bc9b6116ba99efab3265e6b81d49a57ca4471ff90655492
|
|
||||||
size 1047223
|
|
@ -1,10 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iQEcBAABCAAGBQJfBJuCAAoJEFIKmZOhwFL4bi4IAJkDNzxLU+lGvxNUHm47llu9
|
|
||||||
bHavC4HJW30Tjd5Hzujku7u6XR1F9HkoJQ6xaFqFNLMIQ5TYRTCIzJYLmB0LdJTY
|
|
||||||
ZlvDbY8YAnUHsMMJjkN6Mg5DUpaP/DahgyAu9flUgsMK3BK8dJ+CKPCsKerbTaqp
|
|
||||||
GHY79PwNHaCras6rQMrqioZHR46zeW5queOYF/V2yABBiujN4jWbTiT10pYwCXzp
|
|
||||||
Hqnn0lSVJpqfV9DoeWvs/+hDmy50iZVv8tBruyo5KEGE/gE5xxyEsCOE+4XELXxw
|
|
||||||
JHKB82Gr6pYlQ7xudz2N/CflNdSDprVLz7z3LVBmusTBZVwEHuIx+Jp7QMPbXQY=
|
|
||||||
=Nuff
|
|
||||||
-----END PGP SIGNATURE-----
|
|
3
nginx-1.19.2.tar.gz
Normal file
3
nginx-1.19.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:7c1f7bb13e79433ee930c597d272a64bc6e30c356a48524f38fd34fa88d62473
|
||||||
|
size 1048727
|
10
nginx-1.19.2.tar.gz.asc
Normal file
10
nginx-1.19.2.tar.gz.asc
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
|
iQEcBAABCAAGBQJfMrFNAAoJEFIKmZOhwFL4WMoIAKr8bbm3cFCCZxS7ZJsbMcSU
|
||||||
|
fDxb+aUHrAPu7vJAU+NNjVynbU3enFMUOTJzRtkC5IeLqkIblAC+e/lCBttlu1qv
|
||||||
|
H6C+UFmBFHmy9FYW0InmwF4UUMPIp1EGCbpcJylUcZtMNkF3whT3lUZ/y7nREaZZ
|
||||||
|
r0UWYG2pdFCliCTP0F8Atr2S1eNvx6gwrdbqdH07rmPbsnwr7tTnRVDpUfrvdC5U
|
||||||
|
jN03YY2P92iwLo4hYns7bo0aJOv8dIjZgNwEf6uELt+2YC4AXp6bDRv2JCfs/Y52
|
||||||
|
euRY91RNyQ98xIw7z0Djy367ST6W35uc8wuSQDO6uKcpcJrQfmKMRFg/UF1FPic=
|
||||||
|
=U9Bw
|
||||||
|
-----END PGP SIGNATURE-----
|
@ -1,3 +1,26 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 12 15:23:16 UTC 2020 - Илья Индиго <ilya@ilya.pp.ua>
|
||||||
|
|
||||||
|
- Update to 1.19.2
|
||||||
|
* https://nginx.org/en/CHANGES
|
||||||
|
* Now nginx starts closing keepalive connections before all free
|
||||||
|
worker connections are exhausted, and logs a warning about this
|
||||||
|
to the error log.
|
||||||
|
* Optimization of client request body reading when using chunked
|
||||||
|
transfer encoding.
|
||||||
|
* Memory leak if the "ssl_ocsp" directive was used.
|
||||||
|
* "zero size buf in output" alerts might appear in logs if a
|
||||||
|
FastCGI server returned an incorrect response; the bug had
|
||||||
|
appeared in 1.19.1.
|
||||||
|
* A segmentation fault might occur in a worker process if
|
||||||
|
different large_client_header_buffers sizes were used in
|
||||||
|
different virtual servers.
|
||||||
|
* SSL shutdown might not work.
|
||||||
|
* "SSL_shutdown() failed (SSL: ... bad write retry)" messages
|
||||||
|
might appear in logs.
|
||||||
|
* In the ngx_http_slice_module.
|
||||||
|
* In the ngx_http_xslt_filter_module.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Aug 4 19:10:24 UTC 2020 - Dirk Mueller <dmueller@suse.com>
|
Tue Aug 4 19:10:24 UTC 2020 - Dirk Mueller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@ -76,7 +76,7 @@
|
|||||||
%endif
|
%endif
|
||||||
#
|
#
|
||||||
Name: nginx
|
Name: nginx
|
||||||
Version: 1.19.1
|
Version: 1.19.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A HTTP server and IMAP/POP3 proxy server
|
Summary: A HTTP server and IMAP/POP3 proxy server
|
||||||
License: BSD-2-Clause
|
License: BSD-2-Clause
|
||||||
|
Loading…
Reference in New Issue
Block a user