From c08fa7ecb95332b046743d0819bba558f6acb9bf1bf2aac2ab38cd3325d8fe04 Mon Sep 17 00:00:00 2001 From: Marguerite Su Date: Wed, 23 Oct 2019 04:04:00 +0000 Subject: [PATCH] Accepting request 741628 from home:13ilya - Update to 1.17.4 * https://nginx.org/en/CHANGES * Better detection of incorrect client behavior in HTTP/2. * In handling of not fully read client request body when returning errors in HTTP/2. * The "worker_shutdown_timeout" directive might not work when using HTTP/2. * A segmentation fault might occur in a worker process when using HTTP/2 and the "proxy_request_buffering" directive. * The ECONNABORTED error log level was "crit" instead of "error" on Windows when using SSL. * nginx ignored extra data when using chunked transfer encoding. * nginx always returned the 500 error if the "return" directive was used and an error occurred during reading client request body. * In memory allocation error handling. OBS-URL: https://build.opensuse.org/request/show/741628 OBS-URL: https://build.opensuse.org/package/show/server:http/nginx?expand=0&rev=144 --- nginx-1.17.3.tar.gz | 3 --- nginx-1.17.3.tar.gz.asc | 10 ---------- nginx-1.17.4.tar.gz | 3 +++ nginx-1.17.4.tar.gz.asc | 10 ++++++++++ nginx.changes | 20 ++++++++++++++++++++ nginx.spec | 2 +- 6 files changed, 34 insertions(+), 14 deletions(-) delete mode 100644 nginx-1.17.3.tar.gz delete mode 100644 nginx-1.17.3.tar.gz.asc create mode 100644 nginx-1.17.4.tar.gz create mode 100644 nginx-1.17.4.tar.gz.asc diff --git a/nginx-1.17.3.tar.gz b/nginx-1.17.3.tar.gz deleted file mode 100644 index 97f11eb..0000000 --- a/nginx-1.17.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3b84fe1c2cf9ca22fde370e486a9ab16b6427df1b6ea62cdb61978c9f34d0f3c -size 1034586 diff --git a/nginx-1.17.3.tar.gz.asc b/nginx-1.17.3.tar.gz.asc deleted file mode 100644 index 9ef6380..0000000 --- a/nginx-1.17.3.tar.gz.asc +++ /dev/null @@ -1,10 +0,0 @@ ------BEGIN PGP SIGNATURE----- - -iQEcBAABAgAGBQJdUrVcAAoJEFIKmZOhwFL4dQUIALRe312vr+MnKmTcCeqYIgQb -f63Xxamk16m6A+R3Fo9P1BaRJrnxC9QlPygrHXd4YZ8IOIHSNVrZ9qEWGSa8ooCh -gfjpuhwhlR0W+SlrgA1ZJE5lWXEIbfh9V/yql+yqeJF3I6Jk9oTUzjXUiDwGwCq6 -GApYqwTwqs0m/POfux6zZjQciSplecmchXjU/F1RclxtMbL22+K8gbkhX8oeE3JA -VVFi2LQCY6agQtItaMzcouItFNF8u/oGJ0X1LM/TnTiQB5oOaBmcfSf/DD8myR0p -NxfEBSZQ5dYMJhzAQ/WgwdFL4ViHBR+cMAsrxSb+DecQjUDOW+Z8MQNUv+I0JUQ= -=qrlC ------END PGP SIGNATURE----- diff --git a/nginx-1.17.4.tar.gz b/nginx-1.17.4.tar.gz new file mode 100644 index 0000000..881d6d4 --- /dev/null +++ b/nginx-1.17.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62854b365e66670ef4f1f8cc79124f914551444da974207cd5fe22d85710e555 +size 1034845 diff --git a/nginx-1.17.4.tar.gz.asc b/nginx-1.17.4.tar.gz.asc new file mode 100644 index 0000000..52b867d --- /dev/null +++ b/nginx-1.17.4.tar.gz.asc @@ -0,0 +1,10 @@ +-----BEGIN PGP SIGNATURE----- + +iQEcBAABAgAGBQJdijGuAAoJEFIKmZOhwFL4ItsH/AxEbnJ+pE+4Z+QZ6XEdQMj9 +MtWZDv4Bv/k2xlOhUv+pk8pwYUsStJcx2oWja+wCknaI7h7CxMUcmFgziKi/9MBj +Ao8990xo/GdRG+R/7NaUWrrOI9kTPn1nomZ/T6LyiKilEy+hHucHA8XDErE5wviV +3g0wJHx/I8fXJvBlXKN1TOwnnGGuQV1OHWt3P1UkE0SdDLKG3ZeEMwwaLZfPbwSh +QtnsE16WM68Q0l0rC7oU+e/0tgT1a3qUY9eNhaattpE1oqNnMRRNwCAfPjJmnGGd +l9qZg4IYx+T4JA7sGd7B0/Lktf/NVTYPWnb8F01NxIJMkh1gp2rU8E2TJAN6eR4= +=ehka +-----END PGP SIGNATURE----- diff --git a/nginx.changes b/nginx.changes index de1498a..b558d29 100644 --- a/nginx.changes +++ b/nginx.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Mon Oct 21 22:27:00 UTC 2019 - Илья Индиго + +- Update to 1.17.4 + * https://nginx.org/en/CHANGES + * Better detection of incorrect client behavior in HTTP/2. + * In handling of not fully read client request body when + returning errors in HTTP/2. + * The "worker_shutdown_timeout" directive might not work when + using HTTP/2. + * A segmentation fault might occur in a worker process when + using HTTP/2 and the "proxy_request_buffering" directive. + * The ECONNABORTED error log level was "crit" instead of + "error" on Windows when using SSL. + * nginx ignored extra data when using chunked transfer + encoding. + * nginx always returned the 500 error if the "return" directive + was used and an error occurred during reading client request body. + * In memory allocation error handling. + ------------------------------------------------------------------- Wed Aug 14 23:21:27 UTC 2019 - Marcus Rueckert diff --git a/nginx.spec b/nginx.spec index 271298f..9510c6e 100644 --- a/nginx.spec +++ b/nginx.spec @@ -70,7 +70,7 @@ %define ngx_doc_dir %{_datadir}/doc/packages/%{name} # Name: nginx -Version: 1.17.3 +Version: 1.17.4 Release: 0 %define ngx_fancyindex_version 0.4.2 %define ngx_fancyindex_module_path ngx-fancyindex-%{ngx_fancyindex_version}