Name: | uwsgi |
---|---|
Version: | 2.0.17.1 |
Release: | 1.el7 |
Architecture: | aarch64 |
Group: | System Environment/Daemons |
Size: | 929121 |
License: | GPLv2 with exceptions |
RPM: | uwsgi-2.0.17.1-1.el7.aarch64.rpm |
Source RPM: | uwsgi-2.0.17.1-1.el7.src.rpm |
Build Date: | Thu Sep 13 2018 |
Build Host: | ca-buildarm01.us.oracle.com |
Vendor: | Oracle America |
URL: | https://github.com/unbit/uwsgi |
Summary: | Fast, self-healing, application container server |
Description: | uWSGI is a fast (pure C), self-healing, developer/sysadmin-friendly application container server. Born as a WSGI-only server, over time it has evolved in a complete stack for networked/clustered web applications, implementing message/object passing, caching, RPC and process management. It uses the uwsgi (all lowercase, already included by default in the Nginx and Cherokee releases) protocol for all the networking/interprocess communications. Can be run in preforking mode, threaded, asynchronous/evented and supports various form of green threads/co-routine (like uGreen and Fiber). Sysadmin will love it as it can be configured via command line, environment variables, xml, .ini and yaml files and via LDAP. Being fully modular can use tons of different technology on top of the same core. |
- Latest upstream (rhbz#1549354) - Enable uwsgi-plugin-coroae on EL7 - Use systemd tmpfiles to create /run/uwsgi with group write permissions (rhbz#1427303) - Use /var/run/uwsgi when not using systemd - Build with versioned python command - Remove %config from systemd unit file - Disable greenlet plugin on EL7
- Perl 5.28 rebuild
- Perl 5.28 rebuild
- Build Python 3 version(s) of gevent plugin on Fedora and EPEL7 - Build Python 3 version of greenlet plugin on Fedora and EPEL7 - Build Python 2 version of greenlet plugin on EPEL7 - Always build Python 3 version of tornado plugin when building with Python 3 (drop python3_tornado build conditional)
- Modernize and generalize building of Python subpackages: - replace python with python2 - use appropriate macros for when refering to Python 3 - prefix Python-dependent plugins with the version of Python they are built with - Also build Python 3 subpackages for the other Python 3 version in EPEL7
- Rebuilt for Python 3.7
- Fix building in Rawhide (#1556525) (Jakub Jelen) - Disable tcp_wrappers for Fedora 28 and newer (Jakub Jelen)
- Conditionally disable router-access for tcp_wrappers deprecation (Jorge Gallegos) - Updated to 2.0.16 which includes fix for CVE-2018-6758 (Jorge Gallegos)
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
- Rebuilt for switch to libxcrypt