From fa7b0d3461ded4d422787cb59c6392ce7fe45d19de39adf9bbc443a1a6b61de8 Mon Sep 17 00:00:00 2001 From: Marcus Rueckert Date: Thu, 1 Oct 2020 20:54:45 +0000 Subject: [PATCH] Accepting request 838765 from home:13ilya:branches: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/838765 OBS-URL: https://build.opensuse.org/package/show/server:http/nginx?expand=0&rev=177 --- nginx-1.19.2.tar.gz | 3 --- nginx-1.19.2.tar.gz.asc | 10 ---------- nginx-1.19.3.tar.gz | 3 +++ nginx-1.19.3.tar.gz.asc | 10 ++++++++++ nginx.changes | 23 +++++++++++++++++++++++ nginx.spec | 2 +- 6 files changed, 37 insertions(+), 14 deletions(-) delete mode 100644 nginx-1.19.2.tar.gz delete mode 100644 nginx-1.19.2.tar.gz.asc create mode 100644 nginx-1.19.3.tar.gz create mode 100644 nginx-1.19.3.tar.gz.asc diff --git a/nginx-1.19.2.tar.gz b/nginx-1.19.2.tar.gz deleted file mode 100644 index 7dd7144..0000000 --- a/nginx-1.19.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7c1f7bb13e79433ee930c597d272a64bc6e30c356a48524f38fd34fa88d62473 -size 1048727 diff --git a/nginx-1.19.2.tar.gz.asc b/nginx-1.19.2.tar.gz.asc deleted file mode 100644 index e52e245..0000000 --- a/nginx-1.19.2.tar.gz.asc +++ /dev/null @@ -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----- diff --git a/nginx-1.19.3.tar.gz b/nginx-1.19.3.tar.gz new file mode 100644 index 0000000..c4f6088 --- /dev/null +++ b/nginx-1.19.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91e5b74fa17879d2463294e93ad8f6ffc066696ae32ad0478ffe15ba0e9e8df0 +size 1052581 diff --git a/nginx-1.19.3.tar.gz.asc b/nginx-1.19.3.tar.gz.asc new file mode 100644 index 0000000..7e2bb0b --- /dev/null +++ b/nginx-1.19.3.tar.gz.asc @@ -0,0 +1,10 @@ +-----BEGIN PGP SIGNATURE----- + +iQEcBAABCAAGBQJfc0ZfAAoJEFIKmZOhwFL4V2MH/jss7Y1hXxFpPjVkREGR0se3 +y4BwPtGlkABJKetG4qEEXZA2fEFTtB6carwzNiXt1dAIHwlrXfZ6m9DilZkkTve+ +ZGc1ySbsw8Aflt5n8KI72SmqqfJPSgNudPxJhhwVuw1fgPyn0oFXPMKtvZscAJ8Z +oXKSW0an1ZXx3ABvc0ZYDReEqgSm/jIM23DZrWNvmQG4V7AM/ujdsUBRHGs/Ru+O +v+s2bx34GdIT3ahxxAt0MDomE4m49ZI0wFT1Wdzx0qjePCqKOXsTgJIyUhnvwk/H +swVfut8HrwwnqQNDwOGhnkzsqOngUcVyDhcHsUAsuyjVl1KNozKhYQEYSeO0KA8= +=sVjv +-----END PGP SIGNATURE----- diff --git a/nginx.changes b/nginx.changes index db4957a..276e6ba 100644 --- a/nginx.changes +++ b/nginx.changes @@ -1,3 +1,26 @@ +------------------------------------------------------------------- +Wed Sep 30 11:28:16 UTC 2020 - Илья Индиго + +- 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 - Илья Индиго diff --git a/nginx.spec b/nginx.spec index beb1d18..d84b7da 100644 --- a/nginx.spec +++ b/nginx.spec @@ -76,7 +76,7 @@ %endif # Name: nginx -Version: 1.19.2 +Version: 1.19.3 Release: 0 Summary: A HTTP server and IMAP/POP3 proxy server License: BSD-2-Clause