Accepting request 597249 from server:http
- Disable apache2-mod_proxy_uwsgi on Leap 15 since upstream Apache includes the module now - 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) OBS-URL: https://build.opensuse.org/request/show/597249 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/uwsgi?expand=0&rev=26
This commit is contained in:
commit
a5a6b33b48
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:a911f48f3cc51ac82fdabc4e001f18a32569128680beb5a833ebc3ff6edcc1f4
|
|
||||||
size 798509
|
|
3
uwsgi-2.0.17.tar.gz
Normal file
3
uwsgi-2.0.17.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:3dc2e9b48db92b67bfec1badec0d3fdcc0771316486c5efa3217569da3528bf2
|
||||||
|
size 798642
|
@ -1,3 +1,20 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Apr 16 23:48:42 UTC 2018 - jfunk@funktronics.ca
|
||||||
|
|
||||||
|
- Disable apache2-mod_proxy_uwsgi on Leap 15 since upstream Apache includes
|
||||||
|
the module now
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
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
|
Tue Feb 27 11:53:27 UTC 2018 - bjorn.lie@gmail.com
|
||||||
|
|
||||||
|
13
uwsgi.spec
13
uwsgi.spec
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: uwsgi
|
Name: uwsgi
|
||||||
Version: 2.0.16
|
Version: 2.0.17
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Application Container Server for Networked/Clustered Web Applications
|
Summary: Application Container Server for Networked/Clustered Web Applications
|
||||||
License: Apache-2.0 AND GPL-2.0-only WITH GCC-exception-2.0
|
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
|
%endif
|
||||||
%define apache_libexecdir %(%{apxs} -q LIBEXECDIR)
|
%define apache_libexecdir %(%{apxs} -q LIBEXECDIR)
|
||||||
BuildRequires: apache2-devel
|
BuildRequires: apache2-devel
|
||||||
|
%if 0%{?suse_version} >= 1500
|
||||||
|
BuildRequires: argon2-devel
|
||||||
|
%endif
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: gcc-objc
|
BuildRequires: gcc-objc
|
||||||
%if 0%{?suse_version} > 1220
|
%if 0%{?suse_version} > 1220
|
||||||
@ -75,6 +78,7 @@ BuildRequires: lua51-devel
|
|||||||
BuildRequires: lua-devel
|
BuildRequires: lua-devel
|
||||||
%endif
|
%endif
|
||||||
#BuildRequires: mono-web
|
#BuildRequires: mono-web
|
||||||
|
BuildRequires: ncurses-devel
|
||||||
BuildRequires: openldap2-devel
|
BuildRequires: openldap2-devel
|
||||||
BuildRequires: openssl-devel
|
BuildRequires: openssl-devel
|
||||||
BuildRequires: pam-devel
|
BuildRequires: pam-devel
|
||||||
@ -150,6 +154,7 @@ Different plugins can be used in order to add compatibility with
|
|||||||
different technology on top of the same core.
|
different technology on top of the same core.
|
||||||
|
|
||||||
|
|
||||||
|
%if 0%{suse_version} < 1500
|
||||||
%package -n apache2-mod_proxy_uwsgi
|
%package -n apache2-mod_proxy_uwsgi
|
||||||
Summary: uWSGI Proxy Module for Apache 2.0
|
Summary: uWSGI Proxy Module for Apache 2.0
|
||||||
Group: Productivity/Networking/Web/Servers
|
Group: Productivity/Networking/Web/Servers
|
||||||
@ -159,7 +164,7 @@ Requires: %{name} = %{version}
|
|||||||
uWSGI is a self-healing application container server coded in pure C.
|
uWSGI is a self-healing application container server coded in pure C.
|
||||||
|
|
||||||
This package contains an Apache 2.0 proxy module for uWSGI.
|
This package contains an Apache 2.0 proxy module for uWSGI.
|
||||||
|
%endif
|
||||||
|
|
||||||
%package -n apache2-mod_uwsgi
|
%package -n apache2-mod_uwsgi
|
||||||
Summary: uWSGI Module for Apache 2.0
|
Summary: uWSGI Module for Apache 2.0
|
||||||
@ -521,7 +526,9 @@ python uwsgiconfig.py --build opensuse
|
|||||||
python3 uwsgiconfig.py --plugin plugins/python opensuse python3
|
python3 uwsgiconfig.py --plugin plugins/python opensuse python3
|
||||||
|
|
||||||
# Build Apache modules
|
# Build Apache modules
|
||||||
|
%if 0%{suse_version} < 1500
|
||||||
%{apxs} -c apache2/mod_proxy_uwsgi.c
|
%{apxs} -c apache2/mod_proxy_uwsgi.c
|
||||||
|
%endif
|
||||||
%{apxs} -c apache2/mod_uwsgi.c
|
%{apxs} -c apache2/mod_uwsgi.c
|
||||||
|
|
||||||
# Build php7 plugin
|
# Build php7 plugin
|
||||||
@ -652,9 +659,11 @@ ln -sf /usr/sbin/service %{buildroot}%{_sbindir}/rcuwsgi
|
|||||||
%{_libdir}/uwsgi/zabbix_plugin.so
|
%{_libdir}/uwsgi/zabbix_plugin.so
|
||||||
%{_libdir}/uwsgi/zergpool_plugin.so
|
%{_libdir}/uwsgi/zergpool_plugin.so
|
||||||
|
|
||||||
|
%if 0%{suse_version} < 1500
|
||||||
%files -n apache2-mod_proxy_uwsgi
|
%files -n apache2-mod_proxy_uwsgi
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%{apache_libexecdir}/mod_proxy_uwsgi.so
|
%{apache_libexecdir}/mod_proxy_uwsgi.so
|
||||||
|
%endif
|
||||||
|
|
||||||
%files -n apache2-mod_uwsgi
|
%files -n apache2-mod_uwsgi
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user