Accepting request 839168 from server:http
- Update to 1.19.3 * https://nginx.org/en/CHANGES * Add the ngx_stream_set_module. * Add the "proxy_cookie_flags" directive. * Add the "userid_flags" directive. * Fix the "stale-if-error" cache control extension was erroneously applied if backend returned a response with status code 500, 502, 503, 504, 403, 404, or 429. * Fix "[crit] cache file ... has too long header" messages might appear in logs if caching was used and the backend returned responses with the "Vary" header line. * Fix "[crit] SSL_write() failed" messages might appear in logs when using OpenSSL 1.1.1. * Fix "SSL_shutdown() failed (SSL: ... bad write retry)" messages might appear in logs; the bug had appeared in 1.19.2. * Fix a segmentation fault might occur in a worker process when using HTTP/2 if errors with code 400 were redirected to a proxied location using the "error_page" directive. * Fix socket leak when using HTTP/2 and subrequests in the njs module. OBS-URL: https://build.opensuse.org/request/show/839168 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/nginx?expand=0&rev=56
This commit is contained in:
commit
e750482b33
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:7c1f7bb13e79433ee930c597d272a64bc6e30c356a48524f38fd34fa88d62473
|
|
||||||
size 1048727
|
|
@ -1,10 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iQEcBAABCAAGBQJfMrFNAAoJEFIKmZOhwFL4WMoIAKr8bbm3cFCCZxS7ZJsbMcSU
|
|
||||||
fDxb+aUHrAPu7vJAU+NNjVynbU3enFMUOTJzRtkC5IeLqkIblAC+e/lCBttlu1qv
|
|
||||||
H6C+UFmBFHmy9FYW0InmwF4UUMPIp1EGCbpcJylUcZtMNkF3whT3lUZ/y7nREaZZ
|
|
||||||
r0UWYG2pdFCliCTP0F8Atr2S1eNvx6gwrdbqdH07rmPbsnwr7tTnRVDpUfrvdC5U
|
|
||||||
jN03YY2P92iwLo4hYns7bo0aJOv8dIjZgNwEf6uELt+2YC4AXp6bDRv2JCfs/Y52
|
|
||||||
euRY91RNyQ98xIw7z0Djy367ST6W35uc8wuSQDO6uKcpcJrQfmKMRFg/UF1FPic=
|
|
||||||
=U9Bw
|
|
||||||
-----END PGP SIGNATURE-----
|
|
3
nginx-1.19.3.tar.gz
Normal file
3
nginx-1.19.3.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:91e5b74fa17879d2463294e93ad8f6ffc066696ae32ad0478ffe15ba0e9e8df0
|
||||||
|
size 1052581
|
10
nginx-1.19.3.tar.gz.asc
Normal file
10
nginx-1.19.3.tar.gz.asc
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
|
iQEcBAABCAAGBQJfc0ZfAAoJEFIKmZOhwFL4V2MH/jss7Y1hXxFpPjVkREGR0se3
|
||||||
|
y4BwPtGlkABJKetG4qEEXZA2fEFTtB6carwzNiXt1dAIHwlrXfZ6m9DilZkkTve+
|
||||||
|
ZGc1ySbsw8Aflt5n8KI72SmqqfJPSgNudPxJhhwVuw1fgPyn0oFXPMKtvZscAJ8Z
|
||||||
|
oXKSW0an1ZXx3ABvc0ZYDReEqgSm/jIM23DZrWNvmQG4V7AM/ujdsUBRHGs/Ru+O
|
||||||
|
v+s2bx34GdIT3ahxxAt0MDomE4m49ZI0wFT1Wdzx0qjePCqKOXsTgJIyUhnvwk/H
|
||||||
|
swVfut8HrwwnqQNDwOGhnkzsqOngUcVyDhcHsUAsuyjVl1KNozKhYQEYSeO0KA8=
|
||||||
|
=sVjv
|
||||||
|
-----END PGP SIGNATURE-----
|
@ -1,3 +1,26 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 30 11:28:16 UTC 2020 - Илья Индиго <ilya@ilya.pp.ua>
|
||||||
|
|
||||||
|
- Update to 1.19.3
|
||||||
|
* https://nginx.org/en/CHANGES
|
||||||
|
* Add the ngx_stream_set_module.
|
||||||
|
* Add the "proxy_cookie_flags" directive.
|
||||||
|
* Add the "userid_flags" directive.
|
||||||
|
* Fix the "stale-if-error" cache control extension was erroneously
|
||||||
|
applied if backend returned a response with status code 500, 502,
|
||||||
|
503, 504, 403, 404, or 429.
|
||||||
|
* Fix "[crit] cache file ... has too long header" messages might
|
||||||
|
appear in logs if caching was used and the backend returned responses
|
||||||
|
with the "Vary" header line.
|
||||||
|
* Fix "[crit] SSL_write() failed" messages might appear in logs
|
||||||
|
when using OpenSSL 1.1.1.
|
||||||
|
* Fix "SSL_shutdown() failed (SSL: ... bad write retry)" messages
|
||||||
|
might appear in logs; the bug had appeared in 1.19.2.
|
||||||
|
* Fix a segmentation fault might occur in a worker process when
|
||||||
|
using HTTP/2 if errors with code 400 were redirected to a proxied
|
||||||
|
location using the "error_page" directive.
|
||||||
|
* Fix socket leak when using HTTP/2 and subrequests in the njs module.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Aug 12 15:23:16 UTC 2020 - Илья Индиго <ilya@ilya.pp.ua>
|
Wed Aug 12 15:23:16 UTC 2020 - Илья Индиго <ilya@ilya.pp.ua>
|
||||||
|
|
||||||
|
@ -76,7 +76,7 @@
|
|||||||
%endif
|
%endif
|
||||||
#
|
#
|
||||||
Name: nginx
|
Name: nginx
|
||||||
Version: 1.19.2
|
Version: 1.19.3
|
||||||
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