diff --git a/uwsgi-2.0.16.tar.gz b/uwsgi-2.0.16.tar.gz deleted file mode 100644 index 6d1972e..0000000 --- a/uwsgi-2.0.16.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a911f48f3cc51ac82fdabc4e001f18a32569128680beb5a833ebc3ff6edcc1f4 -size 798509 diff --git a/uwsgi-2.0.17.tar.gz b/uwsgi-2.0.17.tar.gz new file mode 100644 index 0000000..fbae39f --- /dev/null +++ b/uwsgi-2.0.17.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3dc2e9b48db92b67bfec1badec0d3fdcc0771316486c5efa3217569da3528bf2 +size 798642 diff --git a/uwsgi.changes b/uwsgi.changes index 139bfa2..dc1bccc 100644 --- a/uwsgi.changes +++ b/uwsgi.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Mon Apr 16 13:42:59 UTC 2018 - jfunk@funktronics.ca + +- Update to 2.0.17: + * The Emperor throttling subsystem does not make use anymore of blocking + functions, like usleep(), this should fix stats serving and should improve + vassals startup time + * [Security/PHP] enforce DOCUMENT_ROOT check when using --php-docroot to + avoid directory traversal (Marios Nicolaides) + * added --shutdown-sockets to improve graceful shutdowns (Andrew Wason) + ------------------------------------------------------------------- Tue Feb 27 11:53:27 UTC 2018 - bjorn.lie@gmail.com diff --git a/uwsgi.spec b/uwsgi.spec index 908ae50..d6b8f27 100644 --- a/uwsgi.spec +++ b/uwsgi.spec @@ -17,7 +17,7 @@ Name: uwsgi -Version: 2.0.16 +Version: 2.0.17 Release: 0 Summary: Application Container Server for Networked/Clustered Web Applications License: Apache-2.0 AND GPL-2.0-only WITH GCC-exception-2.0 @@ -48,6 +48,9 @@ Patch3: uwsgi-1.9.11-systemd_logger-old_systemd.patch %endif %define apache_libexecdir %(%{apxs} -q LIBEXECDIR) BuildRequires: apache2-devel +%if 0%{?suse_version} >= 1500 +BuildRequires: argon2-devel +%endif BuildRequires: gcc-c++ BuildRequires: gcc-objc %if 0%{?suse_version} > 1220 @@ -75,6 +78,7 @@ BuildRequires: lua51-devel BuildRequires: lua-devel %endif #BuildRequires: mono-web +BuildRequires: ncurses-devel BuildRequires: openldap2-devel BuildRequires: openssl-devel BuildRequires: pam-devel