From 887ffcf191552e31c9cbe77bcd8c74016debc35eff1168939bb6aeb624bf5e1b Mon Sep 17 00:00:00 2001 From: Marguerite Su Date: Wed, 4 Mar 2020 14:49:39 +0000 Subject: [PATCH] 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 --- nginx-1.17.8.tar.gz | 3 --- nginx-1.17.8.tar.gz.asc | 10 ---------- nginx-1.17.9.tar.gz | 3 +++ nginx-1.17.9.tar.gz.asc | 10 ++++++++++ nginx.changes | 17 ++++++++++++++++- nginx.spec | 8 ++++---- 6 files changed, 33 insertions(+), 18 deletions(-) delete mode 100644 nginx-1.17.8.tar.gz delete mode 100644 nginx-1.17.8.tar.gz.asc create mode 100644 nginx-1.17.9.tar.gz create mode 100644 nginx-1.17.9.tar.gz.asc diff --git a/nginx-1.17.8.tar.gz b/nginx-1.17.8.tar.gz deleted file mode 100644 index 65a2ae2..0000000 --- a/nginx-1.17.8.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:97d23ecf6d5150b30e284b40e8a6f7e3bb5be6b601e373a4d013768d5a25965b -size 1038627 diff --git a/nginx-1.17.8.tar.gz.asc b/nginx-1.17.8.tar.gz.asc deleted file mode 100644 index 2130bcb..0000000 --- a/nginx-1.17.8.tar.gz.asc +++ /dev/null @@ -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----- diff --git a/nginx-1.17.9.tar.gz b/nginx-1.17.9.tar.gz new file mode 100644 index 0000000..3bb7390 --- /dev/null +++ b/nginx-1.17.9.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7dd65d405c753c41b7fdab9415cfb4bdbaf093ec6d9f7432072d52cb7bcbb689 +size 1039136 diff --git a/nginx-1.17.9.tar.gz.asc b/nginx-1.17.9.tar.gz.asc new file mode 100644 index 0000000..65cb077 --- /dev/null +++ b/nginx-1.17.9.tar.gz.asc @@ -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----- diff --git a/nginx.changes b/nginx.changes index 18a6e1d..328b00f 100644 --- a/nginx.changes +++ b/nginx.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Wed Mar 4 12:35:47 UTC 2020 - Илья Индиго + +- 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 @@ -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 - diff --git a/nginx.spec b/nginx.spec index 56ab3a9..df2d90c 100644 --- a/nginx.spec +++ b/nginx.spec @@ -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