Accepting request 741950 from server:http
OBS-URL: https://build.opensuse.org/request/show/741950 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/nginx?expand=0&rev=40
This commit is contained in:
commit
7c7a2100b3
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3b84fe1c2cf9ca22fde370e486a9ab16b6427df1b6ea62cdb61978c9f34d0f3c
|
||||
size 1034586
|
@ -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-----
|
3
nginx-1.17.4.tar.gz
Normal file
3
nginx-1.17.4.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:62854b365e66670ef4f1f8cc79124f914551444da974207cd5fe22d85710e555
|
||||
size 1034845
|
10
nginx-1.17.4.tar.gz.asc
Normal file
10
nginx-1.17.4.tar.gz.asc
Normal file
@ -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-----
|
@ -1,3 +1,23 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 21 22:27:00 UTC 2019 - Илья Индиго <ilya@ilya.pp.ua>
|
||||
|
||||
- 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 <mrueckert@suse.de>
|
||||
|
||||
|
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user