SHA256
1
0
forked from pool/nginx

Accepting request 742233 from home:13ilya

- Update to 1.17.5
  * https://nginx.org/en/CHANGES
  * Now nginx uses ioctl(FIONREAD), if available, to avoid
    reading from a fast connection for a long time.
  * Incomplete escaped characters at the end of the request URI were ignored.
  * "/." and "/.." at the end of the request URI were not normalized.
  * In the "merge_slashes" directive.
  * In the "ignore_invalid_headers" directive.
  * nginx could not be built with MinGW-w64 gcc 8.1 or newer.

OBS-URL: https://build.opensuse.org/request/show/742233
OBS-URL: https://build.opensuse.org/package/show/server:http/nginx?expand=0&rev=146
This commit is contained in:
2019-10-25 03:54:21 +00:00
committed by Git OBS Bridge
parent c08fa7ecb9
commit ad6d5170e4
6 changed files with 29 additions and 16 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Wed Oct 23 17:04:53 UTC 2019 - Илья Индиго <ilya@ilya.pp.ua>
- Update to 1.17.5
* https://nginx.org/en/CHANGES
* Now nginx uses ioctl(FIONREAD), if available, to avoid
reading from a fast connection for a long time.
* Incomplete escaped characters at the end of the request URI were ignored.
* "/." and "/.." at the end of the request URI were not normalized.
* In the "merge_slashes" directive.
* In the "ignore_invalid_headers" directive.
* nginx could not be built with MinGW-w64 gcc 8.1 or newer.
-------------------------------------------------------------------
Mon Oct 21 22:27:00 UTC 2019 - Илья Индиго <ilya@ilya.pp.ua>