uwsgi 2.0.18-11ubuntu1 source package in Ubuntu
Changelog
uwsgi (2.0.18-11ubuntu1) focal; urgency=medium * Sync with Debian. Remaining change: - Build using gcc-10 to match the gccgo version uwsgi (2.0.18-11) unstable; urgency=medium * remove Thomas Goirand as uploader; thanks for past contributions * relax to build-depend unversioned on cdbs: needed version satisfied even in oldstable * cleanup after python wipeout * copyright: extend coverage * use debhelper compatibility level 10 (not 9) uwsgi (2.0.18-10) unstable; urgency=medium [ Sandro Tosi ] * Drop python2 support; Closes: #938766 [ Thomas Goirand ] * Add python3-compat.patch. uwsgi (2.0.18-9) unstable; urgency=medium * provide binary package uwsgi-plugin-rack-ruby2.7 (not uwsgi-plugin-rack-ruby2.5); closes: bug#954700, #954787, thanks to Lucas Nussbaum and Lucas Kanashiro uwsgi (2.0.18-8) unstable; urgency=medium * fix have uwsgi-plugin-python3 provide virtual httpd-wsgi3 (not httpd-wsgi: accidentally changed since 2.0.12-8); closes: bug#952707, thanks to Michael Fladischer * re-enable arch mipsel in rados build-dependencies; closes: bug#949882, #949885, thanks to Peter Green uwsgi (2.0.18-7) unstable; urgency=medium * add patch cherry-picked upstream to fix php memory corruption for uwsgi_cache_* * exclude arch mipsel from rados build-dependencies; closes: bug#948726, thanks to Peter Green * have uwsgi only rotate logfiles below /var/log/uwsgi/app (avoid ones directly below /var/log/uwsgi) to not clash with uwsgi-emperor; closes: bug#925954, thanks to Laurent Bonnaud * add patch 1006 to use pkg-config with libxml2 (not deprecated xml2-config); closes: bug#949509, thanks to Mattia Rizzolo * stop buid-depend on libqdbm-dev (seems related to php plugin and even there apparently unneeded); closes: bug#924586, thanks to Andreas Hasenack uwsgi (2.0.18-6) unstable; urgency=medium * add patch cherry-picked upstream to avoid segfault with php 7.4 * really declare compliance with Debian Policy 4.4.1 * stop include mips in arch-specific dependencies -- Jeremy Bicha <email address hidden> Sat, 11 Apr 2020 07:15:55 -0400
Upload details
- Uploaded by:
- Jeremy BĂcha
- Uploaded to:
- Focal
- Original maintainer:
- uWSGI packaging team
- Architectures:
- any all
- Section:
- web
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Focal | release | universe | web |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
uwsgi_2.0.18.orig.tar.gz | 782.8 KiB | 4972ac538800fb2d421027f49b4a1869b66048839507ccf0aa2fda792d99f583 |
uwsgi_2.0.18-11ubuntu1.debian.tar.xz | 64.5 KiB | 129720d663c9a82888b3209bae89d1f9b8316497677e78120e3dc23d091cf64a |
uwsgi_2.0.18-11ubuntu1.dsc | 6.9 KiB | 7554ac060c55c3462de93cb4a44a3f4bd009d40d0cb656efd23b0bced0253d03 |
Available diffs
Binary packages built by this source
- libapache2-mod-ruwsgi: uwsgi module for Apache2 (mod_Ruwsgi)
uWSGI presents a complete stack for networked/clustered web applications,
implementing message/object passing, caching, RPC and process management.
It uses the uwsgi protocol for all the networking/interprocess communications.
.
This package provides Apache2 module for communicating with uWSGI.
.
This is the second module developed and it's more Apache2 API friendly.
- libapache2-mod-ruwsgi-dbg: debugging symbols for Apache2 mod_Ruwsgi
uWSGI presents a complete stack for networked/clustered web applications,
implementing message/object passing, caching, RPC and process management.
.
This package contains the debug symbols for Apache2 mod_Ruwsgi. Install this
package if you need to debug module or if you need a useful backtrace of a
crash.
- libapache2-mod-uwsgi: uwsgi module for Apache2 (mod_uwsgi)
uWSGI presents a complete stack for networked/clustered web applications,
implementing message/object passing, caching, RPC and process management.
It uses the uwsgi protocol for all the networking/interprocess communications.
.
This package provides Apache2 module for communicating with uWSGI.
.
This is the first module developed, it is stable but a bit hacky (it does not
fully use the Apache2 API).
- libapache2-mod-uwsgi-dbg: debugging symbols for Apache2 mod_uwsgi
uWSGI presents a complete stack for networked/clustered web applications,
implementing message/object passing, caching, RPC and process management.
.
This package contains the debug symbols for Apache2 mod_uwsgi. Install this
package if you need to debug module or if you need a useful backtrace of a
crash.
- python3-uwsgidecorators: module of decorators for elegant access to uWSGI API (Python 3)
uwsgidecorators is a simple Python module that exports a bunch of decorators
to allow a more elegant approach to uWSGI API. Provided decorators helps with
creating of RPC functions, timers, filemonitors.
.
This package provides uwsgidecorators module
for Python 3.
.
uwsgidecorators module is not targeted at Python 3 officially, so some
decorators may work improperly or not at all.
- uwsgi: fast, self-healing application container server
uWSGI presents a complete stack for networked/clustered web applications,
implementing message/object passing, caching, RPC and process management.
It uses the uwsgi protocol for all the networking/interprocess communications.
.
uWSGI can be run in preforking, threaded, asynchronous/evented modes and
supports various forms of green threads/coroutines (such as uGreen, Greenlet,
Fiber). uWSGI provides several methods of configuration: via command line,
via environment variables, via XML, INI, YAML configuration files, via LDAP
and more.
.
On top of all this, it is designed to be fully modular. This means that
different plugins can be used in order to add compatibility with tons of
different technology on top of the same core.
.
This package depends on uWSGI core binary and installs:
* init.d script for running uWSGI daemon(s) with options defined in custom
user-created configuration files
* infrastructure for running daemons (like common locations of communication
sockets, logs)
- uwsgi-app-integration-plugins: No summary available for uwsgi-app-integration-plugins in ubuntu groovy.
No description available for uwsgi-app-
integration- plugins in ubuntu groovy.
- uwsgi-core: fast, self-healing application container server (core)
uWSGI presents a complete stack for networked/clustered web applications,
implementing message/object passing, caching, RPC and process management.
It uses the uwsgi protocol for all the networking/interprocess communications.
.
uWSGI can be run in preforking, threaded, asynchronous/evented modes and
supports various forms of green threads/coroutines (such as uGreen, Greenlet,
Fiber). uWSGI provides several methods of configuration: via command line,
via environment variables, via XML, INI, YAML configuration files, via LDAP
and more.
.
On top of all this, it is designed to be fully modular. This means that
different plugins can be used in order to add compatibility with tons of
different technology on top of the same core.
.
This package provides core uWSGI binary (built without any embedded
plugins) and plugins with no or few dependencies:
.
* cache
* carbon
* cgi
* cheaper_backlog2
* cheaper_busyness
* clock_monotonic
* clock_realtime
* corerouter
* echo
* emperor_amqp
* emperor_zeromq
* fastrouter
* forkptyrouter
* http
* logcrypto
* logfile
* logpipe
* logsocket
* logzmq
* mongrel2
* msgpack
* nagios
* notfound
* pam
* ping
* pty
* rawrouter
* redislog
* router_basicauth
* router_cache
* router_expires
* router_hash
* router_http
* router_memcached
* router_metrics
* router_radius
* router_redirect
* router_redis
* router_rewrite
* router_static
* router_uwsgi
* router_xmldir
* rpc
* rrdtool
* rsyslog
* signal
* spooler
* ssi
* sslrouter
* stats_pusher_file
* stats_pusher_socket
* stats_pusher_statsd
* symcall
* syslog
* systemd_logger
* transformation_chunked
* transformation_gzip
* transformation_offload
* transformation_template
* transformation_tofile
* transformation_toupper
* tuntap
* ugreen
* webdav
* xattr
* zabbix
* zergpool
.
forkptyrouter, systemd and tuntap are provided
only on supported architectures.
.
Developing external uWSGI plugin requires the package uwsgi-dev.
- uwsgi-dbg: debugging symbols for uWSGI server and it's plugins
uWSGI presents a complete stack for networked/clustered web applications,
implementing message/object passing, caching, RPC and process management.
.
This package contains the debug symbols for uWSGI core binary and plugins.
Install this package if you need to debug such a program or if you need a
useful backtrace of a crash.
- uwsgi-dev: No summary available for uwsgi-dev in ubuntu groovy.
No description available for uwsgi-dev in ubuntu groovy.
- uwsgi-emperor: No summary available for uwsgi-emperor in ubuntu groovy.
No description available for uwsgi-emperor in ubuntu groovy.
- uwsgi-extra: fast, self-healing application container server (extra files)
uWSGI presents a complete stack for networked/clustered web applications,
implementing message/object passing, caching, RPC and process management.
.
This package provides extra files from uWSGI distribution.
- uwsgi-infrastructure-plugins: infrastructure plugins for uWSGI
uWSGI presents a complete stack for networked/clustered web applications,
implementing message/object passing, caching, RPC and process management.
It is designed to be fully modular. This means that different plugins can be
used in order to add compatibility with tons of different technology on top of
the same core.
.
This dependency package provides infrastructure plugins for uWSGI:
* alarm cURL
* alarm XMPP
* cURL cron
* PostgreSQL emperor
* graylog2
* GeoIP
* LDAP
* router access
* SQLite 3
* XSLT request
* GlusterFS storage
* Ceph/RADOS storage
.
GlusterFS and Ceph/RADOS plugins are provided only on
supported architectures.
- uwsgi-plugin-alarm-curl: cURL alarm plugin for uWSGI
uWSGI presents a complete stack for networked/clustered web applications,
implementing message/object passing, caching, RPC and process management.
It is designed to be fully modular. This means that different plugins can be
used in order to add compatibility with tons of different technology on top of
the same core.
.
This package provides alarm_curl plugin for uWSGI.
- uwsgi-plugin-alarm-xmpp: No summary available for uwsgi-plugin-alarm-xmpp in ubuntu groovy.
No description available for uwsgi-plugin-
alarm-xmpp in ubuntu groovy.
- uwsgi-plugin-asyncio-python3: asyncio plugin for uWSGI (Python 3)
uWSGI presents a complete stack for networked/clustered web applications,
implementing message/object passing, caching, RPC and process management.
It is designed to be fully modular. This means that different plugins can be
used in order to add compatibility with tons of different technology on top of
the same core.
.
This package provides asyncio plugin for uWSGI
with Python 3 WSGI interface.
- uwsgi-plugin-curl-cron: cron cURL plugin for uWSGI
uWSGI presents a complete stack for networked/clustered web applications,
implementing message/object passing, caching, RPC and process management.
It is designed to be fully modular. This means that different plugins can be
used in order to add compatibility with tons of different technology on top of
the same core.
.
This package provides curl_cron plugin for uWSGI.
- uwsgi-plugin-emperor-pg: Emperor PostgreSQL plugin for uWSGI
uWSGI presents a complete stack for networked/clustered web applications,
implementing message/object passing, caching, RPC and process management.
It is designed to be fully modular. This means that different plugins can be
used in order to add compatibility with tons of different technology on top of
the same core.
.
This package provides emperor_pg plugin for uWSGI.
- uwsgi-plugin-fiber: Fiber plugin for uWSGI
uWSGI presents a complete stack for networked/clustered web applications,
implementing message/object passing, caching, RPC and process management.
It is designed to be fully modular. This means that different plugins can be
used in order to add compatibility with tons of different technology on top of
the same core.
.
This package provides Fiber plugin for uWSGI
with Ruby (ruby2.7).
.
Fibers are a form of coroutine, useful for implementing cooperative
multitasking.
- uwsgi-plugin-gccgo: GNU Go plugin for uWSGI
uWSGI presents a complete stack for networked/clustered web applications,
implementing message/object passing, caching, RPC and process management.
It is designed to be fully modular. This means that different plugins can be
used in order to add compatibility with tons of different technology on top of
the same core.
.
This package provides gccgo (GNU Go) plugin for uWSGI.
- uwsgi-plugin-geoip: GeoIP plugin for uWSGI
uWSGI presents a complete stack for networked/clustered web applications,
implementing message/object passing, caching, RPC and process management.
It is designed to be fully modular. This means that different plugins can be
used in order to add compatibility with tons of different technology on top of
the same core.
.
This package provides geoip plugin for uWSGI.
- uwsgi-plugin-gevent-python3: gevent plugin for uWSGI (Python 3)
uWSGI presents a complete stack for networked/clustered web applications,
implementing message/object passing, caching, RPC and process management.
It is designed to be fully modular. This means that different plugins can be
used in order to add compatibility with tons of different technology on top of
the same core.
.
This package provides gevent plugin for uWSGI with Python 3 WSGI interface.
- uwsgi-plugin-glusterfs: GlusterFS storage plugin for uWSGI
uWSGI presents a complete stack for networked/clustered web applications,
implementing message/object passing, caching, RPC and process management.
It is designed to be fully modular. This means that different plugins can be
used in order to add compatibility with tons of different technology on top of
the same core.
.
This package provides GlusterfS storage plugin for uWSGI.
- uwsgi-plugin-graylog2: graylog2 plugin for uWSGI
uWSGI presents a complete stack for networked/clustered web applications,
implementing message/object passing, caching, RPC and process management.
It is designed to be fully modular. This means that different plugins can be
used in order to add compatibility with tons of different technology on top of
the same core.
.
This package provides graylog2 plugin for uWSGI.
- uwsgi-plugin-greenlet-python3: greenlet plugin for uWSGI (Python 3)
uWSGI presents a complete stack for networked/clustered web applications,
implementing message/object passing, caching, RPC and process management.
It is designed to be fully modular. This means that different plugins can be
used in order to add compatibility with tons of different technology on top of
the same core.
.
This package provides greenlet plugin for uWSGI with Python 3 WSGI interface.
- uwsgi-plugin-jvm-openjdk-11: Java plugin for uWSGI (OpenJDK 11)
uWSGI presents a complete stack for networked/clustered web applications,
implementing message/object passing, caching, RPC and process management.
It is designed to be fully modular. This means that different plugins can be
used in order to add compatibility with tons of different technology on top of
the same core.
.
This package provides Java plugin for uWSGI
(linked with OpenJDK 11 runtime).
- uwsgi-plugin-jwsgi-openjdk-11: No summary available for uwsgi-plugin-jwsgi-openjdk-11 in ubuntu groovy.
No description available for uwsgi-plugin-
jwsgi-openjdk- 11 in ubuntu groovy.
- uwsgi-plugin-ldap: No summary available for uwsgi-plugin-ldap in ubuntu groovy.
No description available for uwsgi-plugin-ldap in ubuntu groovy.
- uwsgi-plugin-lua5.1: No summary available for uwsgi-plugin-lua5.1 in ubuntu groovy.
No description available for uwsgi-plugin-lua5.1 in ubuntu groovy.
- uwsgi-plugin-lua5.2: Lua WSAPI plugin for uWSGI (Lua 5.2)
uWSGI presents a complete stack for networked/clustered web applications,
implementing message/object passing, caching, RPC and process management.
It is designed to be fully modular. This means that different plugins can be
used in order to add compatibility with tons of different technology on top of
the same core.
.
This package provides Lua WSAPI plugin for uWSGI
(linked with Lua 5.2 runtime).
- uwsgi-plugin-mono: No summary available for uwsgi-plugin-mono in ubuntu groovy.
No description available for uwsgi-plugin-mono in ubuntu groovy.
- uwsgi-plugin-psgi: Perl PSGI plugin for uWSGI
uWSGI presents a complete stack for networked/clustered web applications,
implementing message/object passing, caching, RPC and process management.
It is designed to be fully modular. This means that different plugins can be
used in order to add compatibility with tons of different technology on top of
the same core.
.
This package provides psgi plugin for uWSGI, to interface with Perl PSGI.
- uwsgi-plugin-python3: WSGI plugin for uWSGI (Python 3)
uWSGI presents a complete stack for networked/clustered web applications,
implementing message/object passing, caching, RPC and process management.
It is designed to be fully modular. This means that different plugins can be
used in order to add compatibility with tons of different technology on top of
the same core.
.
This package provides Python 3 WSGI plugin for uWSGI
(linked with Python 3 runtime).
- uwsgi-plugin-rack-ruby2.7: Rack plugin for uWSGI (ruby2.7)
uWSGI presents a complete stack for networked/clustered web applications,
implementing message/object passing, caching, RPC and process management.
It is designed to be fully modular. This means that different plugins can be
used in order to add compatibility with tons of different technology on top of
the same core.
.
This package provides Rack plugin for uWSGI
(linked with ruby2.7 runtime).
- uwsgi-plugin-rados: No summary available for uwsgi-plugin-rados in ubuntu groovy.
No description available for uwsgi-plugin-rados in ubuntu groovy.
- uwsgi-plugin-rbthreads: No summary available for uwsgi-plugin-rbthreads in ubuntu groovy.
No description available for uwsgi-plugin-
rbthreads in ubuntu groovy.
- uwsgi-plugin-ring-openjdk-11: Closure/Ring plugin for uWSGI (OpenJDK 11)
uWSGI presents a complete stack for networked/clustered web applications,
implementing message/object passing, caching, RPC and process management.
It is designed to be fully modular. This means that different plugins can be
used in order to add compatibility with tons of different technology on top of
the same core.
.
This package provides Closure/Ring plugin for uWSGI
(linked with OpenJDK 11 runtime).
- uwsgi-plugin-router-access: No summary available for uwsgi-plugin-router-access in ubuntu groovy.
No description available for uwsgi-plugin-
router- access in ubuntu groovy.
- uwsgi-plugin-servlet-openjdk-11: JWSGI plugin for uWSGI (OpenJDK 11)
uWSGI presents a complete stack for networked/clustered web applications,
implementing message/object passing, caching, RPC and process management.
It is designed to be fully modular. This means that different plugins can be
used in order to add compatibility with tons of different technology on top of
the same core.
.
This package provides Servlet 2.5 plugin for uWSGI
(linked with OpenJDK 11 runtime).
- uwsgi-plugin-sqlite3: No summary available for uwsgi-plugin-sqlite3 in ubuntu groovy.
No description available for uwsgi-plugin-
sqlite3 in ubuntu groovy.
- uwsgi-plugin-tornado-python3: No summary available for uwsgi-plugin-tornado-python3 in ubuntu groovy.
No description available for uwsgi-plugin-
tornado- python3 in ubuntu groovy.
- uwsgi-plugin-xslt: No summary available for uwsgi-plugin-xslt in ubuntu groovy.
No description available for uwsgi-plugin-xslt in ubuntu groovy.
- uwsgi-plugins-all: No summary available for uwsgi-plugins-all in ubuntu groovy.
No description available for uwsgi-plugins-all in ubuntu groovy.
- uwsgi-src: sources for uWSGI plugins
uWSGI presents a complete stack for networked/clustered web applications,
implementing message/object passing, caching, RPC and process management.
.
This package contains the sources for uWSGI plugins.