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:
parent
c08fa7ecb9
commit
ad6d5170e4
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:62854b365e66670ef4f1f8cc79124f914551444da974207cd5fe22d85710e555
|
||||
size 1034845
|
@ -1,10 +0,0 @@
|
||||
-----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-----
|
3
nginx-1.17.5.tar.gz
Normal file
3
nginx-1.17.5.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:63ee35e15a75af028ffa1f995e2b9c120b59ef5f1b61a23b8a4c33c262fc10c3
|
||||
size 1036056
|
10
nginx-1.17.5.tar.gz.asc
Normal file
10
nginx-1.17.5.tar.gz.asc
Normal file
@ -0,0 +1,10 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEcBAABAgAGBQJdrx1vAAoJEFIKmZOhwFL4IRMH/0q+y4chsMDE/9B/q8jTBGv5
|
||||
ff/wNC0ASguAVizH0DMnHmub5ZOl/X1f1U4RzIoMW55BHv0hXOF6vued0lDRpdwu
|
||||
9tEFJK44WXq0d2jvK90FmWZ+Tt6TqeOwhPb/GEnATLTiXXTcudNLxRPcVwIHqqD0
|
||||
wYJ0ZRF0YpnkovFaOa/2v4VHspNHkN8qFrLzHLQ2BS6Uoyo5vZBgo6bM/PHzIoME
|
||||
Ak7V2p7GTeoXfXr0wSn1TY2J2JIGrtMmc7ePoe/1K2ArNAjTfou7/y6J6EboYFo/
|
||||
PyYGNJ+7IuMXSWsbK0AT8XEEt8jtEafzqSAjoAibfK1OXlw39fazTNVA1yj4RE8=
|
||||
=OGps
|
||||
-----END PGP SIGNATURE-----
|
@ -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>
|
||||
|
||||
|
@ -70,7 +70,7 @@
|
||||
%define ngx_doc_dir %{_datadir}/doc/packages/%{name}
|
||||
#
|
||||
Name: nginx
|
||||
Version: 1.17.4
|
||||
Version: 1.17.5
|
||||
Release: 0
|
||||
%define ngx_fancyindex_version 0.4.2
|
||||
%define ngx_fancyindex_module_path ngx-fancyindex-%{ngx_fancyindex_version}
|
||||
@ -89,8 +89,8 @@ Release: 0
|
||||
Summary: A HTTP server and IMAP/POP3 proxy server
|
||||
License: BSD-2-Clause
|
||||
Group: Productivity/Networking/Web/Proxy
|
||||
Url: http://nginx.org/
|
||||
Source: http://nginx.org/download/nginx-%{version}.tar.gz
|
||||
URL: https://nginx.org
|
||||
Source0: https://nginx.org/download/nginx-%{version}.tar.gz
|
||||
Source1: nginx.init
|
||||
Source2: nginx.logrotate
|
||||
Source3: nginx.service
|
||||
|
Loading…
Reference in New Issue
Block a user