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:
@@ -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
|
||||
|
Reference in New Issue
Block a user