From f4825dda3922c80134dba42405677a118483ac597751f184b7ce14d08d3bfeab Mon Sep 17 00:00:00 2001 From: Marguerite Su Date: Mon, 18 Dec 2017 11:45:45 +0000 Subject: [PATCH] Accepting request 557896 from home:avindra - update to version 1.13.7 - Bugfix: in the $upstream_status variable. - Bugfix: a segmentation fault might occur in a worker process if a backend returned a "101 Switching Protocols" response to a subrequest. - Bugfix: a segmentation fault occurred in a master process if a shared memory zone size was changed during a reconfiguration and the reconfiguration failed. - Bugfix: in the ngx_http_fastcgi_module. - Bugfix: nginx returned the 500 error if parameters without variables were specified in the "xslt_stylesheet" directive. - Workaround: "gzip filter failed to use preallocated memory" alerts appeared in logs when using a zlib library variant from Intel. - Bugfix: the "worker_shutdown_timeout" directive did not work when using mail proxy and when proxying WebSocket connections. - partial cleanup with spec-cleaner OBS-URL: https://build.opensuse.org/request/show/557896 OBS-URL: https://build.opensuse.org/package/show/server:http/nginx?expand=0&rev=97 --- nginx-1.13.6.tar.gz | 3 --- nginx-1.13.6.tar.gz.asc | 10 ---------- nginx-1.13.7.tar.gz | 3 +++ nginx-1.13.7.tar.gz.asc | 10 ++++++++++ nginx.changes | 21 +++++++++++++++++++++ nginx.spec | 7 ++----- 6 files changed, 36 insertions(+), 18 deletions(-) delete mode 100644 nginx-1.13.6.tar.gz delete mode 100644 nginx-1.13.6.tar.gz.asc create mode 100644 nginx-1.13.7.tar.gz create mode 100644 nginx-1.13.7.tar.gz.asc diff --git a/nginx-1.13.6.tar.gz b/nginx-1.13.6.tar.gz deleted file mode 100644 index 68c6800..0000000 --- a/nginx-1.13.6.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8512fc6f986a20af293b61f33b0e72f64a72ea5b1acbcc790c4c4e2d6f63f8f8 -size 989760 diff --git a/nginx-1.13.6.tar.gz.asc b/nginx-1.13.6.tar.gz.asc deleted file mode 100644 index 6391f7d..0000000 --- a/nginx-1.13.6.tar.gz.asc +++ /dev/null @@ -1,10 +0,0 @@ ------BEGIN PGP SIGNATURE----- - -iQEcBAABAgAGBQJZ3Oa4AAoJEFIKmZOhwFL4mvgH/RQfaLKxkZEWc19dnH3SCexc -l9tcrYD1LfiRtypExDKjRP4AvMBhuNyulpOGdj8DDJmUQ/RPOCCQJGpEPKyePOIV -TKJnUCFvieRdfTX5d5QEiDEiySd1UKgdee+1YWe7qr4lTY/fHGyOyolm2iX4Xnah -Ov2L9+WdeLO4LarYRLoUVSplXzhG6PQLK3lcb7c3coDAYetHK/AmU/I7IggDjJif -pVDk3lqCpCiZd8HDDdwxoWNj4KgFtX0bVrd6lkbAgl+QTZzmlZ6OplQO/dEkGogI -SWPCe0JMQoE4t/pqgJ+Mop53M3izLDu/L91iaZpLoLcY75OL+8KDc1w36ngd8bE= -=pJtw ------END PGP SIGNATURE----- diff --git a/nginx-1.13.7.tar.gz b/nginx-1.13.7.tar.gz new file mode 100644 index 0000000..6c9406f --- /dev/null +++ b/nginx-1.13.7.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:beb732bc7da80948c43fd0bf94940a21a21b1c1ddfba0bd99a4b88e026220f5c +size 990836 diff --git a/nginx-1.13.7.tar.gz.asc b/nginx-1.13.7.tar.gz.asc new file mode 100644 index 0000000..e9b17a9 --- /dev/null +++ b/nginx-1.13.7.tar.gz.asc @@ -0,0 +1,10 @@ +-----BEGIN PGP SIGNATURE----- + +iQEcBAABAgAGBQJaFEK1AAoJEFIKmZOhwFL4HLgH/0W7+C8DqX03b6+tItKbSagv +SviexjqubQXKgbjbUOAoDsTvoWhxNiYkMNjTNedaVacAucyCpxwgxhXBKq6NkJ5y +/CdQ/qGQ1E0gH9gwD3OP+2NB7L0kw1kDejvIO6P6cmlv2Yb5rCTJcQzaNlIBWzFe +HlujVpNvuCqYHBjzwGw5RXvT4yc/vJB5H0EFyJER/zTqB7Co/BRp3sscRXSS3v8w +U+RuQHz/NI7zpQNNu4qwZWUXZ07PR2+aHjVH2Li30AptpU45FXBFXOR6aa3Zb1JG +t3ZXETLnIzdQ9Yky0MXxJoIQM97J2QDQG4YtROkDn8f2A5aakZweL+1NCa+UVuA= +=qrcB +-----END PGP SIGNATURE----- diff --git a/nginx.changes b/nginx.changes index 1e8b7ac..33ae736 100644 --- a/nginx.changes +++ b/nginx.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Mon Dec 18 02:59:27 UTC 2017 - avindra@opensuse.org + +- update to version 1.13.7 + - Bugfix: in the $upstream_status variable. + - Bugfix: a segmentation fault might occur in a worker process + if a backend returned a "101 Switching Protocols" response to + a subrequest. + - Bugfix: a segmentation fault occurred in a master process if a + shared memory zone size was changed during a reconfiguration + and the reconfiguration failed. + - Bugfix: in the ngx_http_fastcgi_module. + - Bugfix: nginx returned the 500 error if parameters without + variables were specified in the "xslt_stylesheet" directive. + - Workaround: "gzip filter failed to use preallocated memory" + alerts appeared in logs when using a zlib library variant + from Intel. + - Bugfix: the "worker_shutdown_timeout" directive did not work + when using mail proxy and when proxying WebSocket connections. +- partial cleanup with spec-cleaner + ------------------------------------------------------------------- Thu Oct 12 12:54:28 UTC 2017 - mrueckert@suse.de diff --git a/nginx.spec b/nginx.spec index d04192a..cec85b2 100644 --- a/nginx.spec +++ b/nginx.spec @@ -69,7 +69,7 @@ %define ngx_doc_dir %{_datadir}/doc/packages/%{name} # Name: nginx -Version: 1.13.6 +Version: 1.13.7 Release: 0 %define ngx_fancyindex_version 0.4.1 %define ngx_fancyindex_module_path ngx-fancyindex-%{ngx_fancyindex_version} @@ -127,7 +127,6 @@ Recommends: vim-plugin-nginx Conflicts: otherproviders(nginx) Provides: http_daemon Provides: httpd -BuildRoot: %{_tmppath}/%{name}-%{version}-build # BuildRequires: libGeoIP-devel # @@ -260,7 +259,7 @@ sed -i "s/\/var\/run/\/run/" conf/nginx.conf make %{?_smp_mflags} %install -make DESTDIR=%{buildroot} install %{?_smp_mflags} +%make_install %perl_process_packlist install -d -m 0750 %{buildroot}%{ngx_home}/{,tmp,proxy,fastcgi,scgi,uwsgi} @@ -342,7 +341,6 @@ copydocs %{nginx_rtmp_module_path} \ %endif %files -%defattr(-,root,root) %dir %{ngx_conf_dir}/ %config(noreplace) %{ngx_conf_dir}/koi-utf %config(noreplace) %{ngx_conf_dir}/koi-win @@ -400,7 +398,6 @@ copydocs %{nginx_rtmp_module_path} \ %{_datadir}/nginx/ %files -n vim-plugin-nginx -%defattr(-,root,root) %dir %{vim_data_dir}/ftdetect/ %{vim_data_dir}/ftdetect/nginx.vim %{vim_data_dir}/ftplugin/nginx.vim