Accepting request 781491 from home:13ilya:branches:server:http

- Update to 1.17.9
  * https://nginx.org/en/CHANGES
  * Now nginx does not allow several "Host" request header lines.
  * nginx ignored additional "Transfer-Encoding" request header lines.
  * Socket leak when using HTTP/2.
  * A segmentation fault might occur in a worker process if OCSP
    stapling was used.
  * In the ngx_http_mp4_module.
  * nginx used status code 494 instead of 400 if errors with code
    494 were redirected with the "error_page" directive.
  * Socket leak when using subrequests in the njs module and the
    "aio" directive.

OBS-URL: https://build.opensuse.org/request/show/781491
OBS-URL: https://build.opensuse.org/package/show/server:http/nginx?expand=0&rev=158
This commit is contained in:
Marguerite Su 2020-03-04 14:49:39 +00:00 committed by Git OBS Bridge
parent 9cc4b61e19
commit 887ffcf191
6 changed files with 33 additions and 18 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:97d23ecf6d5150b30e284b40e8a6f7e3bb5be6b601e373a4d013768d5a25965b
size 1038627

View File

@ -1,10 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEcBAABCAAGBQJeJv/QAAoJEFIKmZOhwFL44sAIAMsgPyBssB9yCFkWHQzMD40J
FIg6zSviHL2e3dwh2gtOvu1HU+F9Un/fIGzUReiV4y2/mxA1+QuZ0IV7vCCpLGTz
0SrMsqGLZZ+RmkU8yFVdK9nY5uum8fU3qpV/NTjho/zqcYxLg2lWBJVLpE8OO4ft
YEvah4Rs1H8wDc5W6QANvKP3oabzrn7q24mGzACYcQ/Sz6KBRwnuAlI09dwHNBNI
AveNlMBASVJsvwHQHU/QUZ9SJAHn7Wyi5tkPelqc+YKYIUyp64rHm7XpRcTIblnK
7r+LtllVzYoKRHM51s9sHPZuWslPzc34A/Mw1yf40ac9o76rUKgre+Urnz0oeiU=
=6T3N
-----END PGP SIGNATURE-----

3
nginx-1.17.9.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7dd65d405c753c41b7fdab9415cfb4bdbaf093ec6d9f7432072d52cb7bcbb689
size 1039136

10
nginx-1.17.9.tar.gz.asc Normal file
View File

@ -0,0 +1,10 @@
-----BEGIN PGP SIGNATURE-----
iQEcBAABCAAGBQJeXnJXAAoJEFIKmZOhwFL4lJgH/2V/ECwwrJBo0783+B8YYbNj
omjrA9Vu+KvBJYkIPvg7ZGIkJsRGLoa+9eJnd17uSKxfzW0v2y/5fhWb+u8BBQKH
xLibuEGGZrRT2U9WxRIQZJrsp01/F86zIOWiCNzB4PLb2IwZ50fuZc4JxGucQuj8
PzXsI7QnVV+b1NxweX3RfEwDa1t0znortv+Xa97L4/ezGN2SoJswH+zyfqbsHwEa
IUntYHsJbezyT97rlMLY45fIGaCF/jOo5HYsc6/9Dau0ChepwKaEeZ/yJkedT0vM
s/NO2lzIuuivvk/rdRBQdgytKOnQa141ERuZ7Br531kExDtgJYUzYMYDOds9Xao=
=s+WZ
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,19 @@
-------------------------------------------------------------------
Wed Mar 4 12:35:47 UTC 2020 - Илья Индиго <ilya@ilya.pp.ua>
- Update to 1.17.9
* https://nginx.org/en/CHANGES
* Now nginx does not allow several "Host" request header lines.
* nginx ignored additional "Transfer-Encoding" request header lines.
* Socket leak when using HTTP/2.
* A segmentation fault might occur in a worker process if OCSP
stapling was used.
* In the ngx_http_mp4_module.
* nginx used status code 494 instead of 400 if errors with code
494 were redirected with the "error_page" directive.
* Socket leak when using subrequests in the njs module and the
"aio" directive.
-------------------------------------------------------------------
Sun Feb 2 01:03:07 UTC 2020 - Marcus Rueckert <mrueckert@suse.de>
@ -2158,4 +2174,3 @@ Tue Apr 12 16:10:00 UTC 2011 - mrueckert@suse.de
Tue Apr 12 15:16:54 UTC 2011 - mrueckert@suse.de
- start 1.0 branch package

View File

@ -74,13 +74,13 @@
%endif
#
Name: nginx
Version: 1.17.8
Version: 1.17.9
Release: 0
Summary: A HTTP server and IMAP/POP3 proxy server
License: BSD-2-Clause
Group: Productivity/Networking/Web/Proxy
URL: https://nginx.org
Source0: https://nginx.org/download/nginx-%{version}.tar.gz
Source0: https://nginx.org/download/%{name}-%{version}.tar.gz
Source1: nginx.init
Source2: nginx.logrotate
Source3: nginx.service
@ -89,7 +89,7 @@ Source5: https://github.com/openresty/headers-more-nginx-module/archive/v
Source6: https://github.com/yaoweibin/nginx_upstream_check_module/archive/v%{nginx_upstream_check_version}/%{nginx_upstream_check_module_path}.tar.gz
Source7: https://github.com/arut/nginx-rtmp-module/archive/v%{nginx_rtmp_version}/%{nginx_rtmp_module_path}.tar.gz
Source100: nginx.rpmlintrc
Source101: https://nginx.org/download/nginx-%{version}.tar.gz.asc
Source101: https://nginx.org/download/%{name}-%{version}.tar.gz.asc
Source102: https://nginx.org/keys/mdounin.key#/%{name}.keyring
# PATCH-FIX-UPSTREAM nginx-1.11.2-no_Werror.patch
Patch0: nginx-1.11.2-no_Werror.patch
@ -260,7 +260,7 @@ sed -i "s/\/var\/run/\/run/" conf/nginx.conf
%else
--with-cc-opt="%{optflags}"
%endif
make %{?_smp_mflags}
%make_build
%install
%make_install