uwsgi 2.0.7-1ubuntu5 source package in Ubuntu

Changelog

uwsgi (2.0.7-1ubuntu5) wily; urgency=medium

  * No-change rebuild to add ruby2.2 support.

 -- Matthias Klose <email address hidden>  Tue, 08 Sep 2015 14:52:40 +0000

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Wily
Original maintainer:
Ubuntu Developers
Architectures:
any all
Section:
web
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
uwsgi_2.0.7.orig.tar.gz 754.3 KiB 2938464d0277909854f55951cf7d114e0616efbd8dd0295da7da99e944cbc72a
uwsgi_2.0.7-1ubuntu5.debian.tar.xz 41.9 KiB 59e8798a9c796d329801160d992370d87957b6f74263135c27540b18ddc21475
uwsgi_2.0.7-1ubuntu5.dsc 6.2 KiB 62448c1a4b1ffa4e8188ce1a524ecf5dc7b75f21f15385e5141b6fcd610d45d0

Available diffs

View changes file

Binary packages built by this source

libapache2-mod-proxy-uwsgi: uwsgi proxy 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.
 .
 It is a proxy module, so it provides all of the futures exported by mod_proxy.
 .
 It is fully Apache API compliant and it should be easily integrated with all
 of the available modules.

libapache2-mod-proxy-uwsgi-dbg: No summary available for libapache2-mod-proxy-uwsgi-dbg in ubuntu wily.

No description available for libapache2-mod-proxy-uwsgi-dbg in ubuntu wily.

libapache2-mod-proxy-uwsgi-dbgsym: No summary available for libapache2-mod-proxy-uwsgi-dbgsym in ubuntu wily.

No description available for libapache2-mod-proxy-uwsgi-dbgsym in ubuntu wily.

libapache2-mod-ruwsgi: No summary available for libapache2-mod-ruwsgi in ubuntu wily.

No description available for libapache2-mod-ruwsgi in ubuntu wily.

libapache2-mod-ruwsgi-dbg: No summary available for libapache2-mod-ruwsgi-dbg in ubuntu wily.

No description available for libapache2-mod-ruwsgi-dbg in ubuntu wily.

libapache2-mod-ruwsgi-dbgsym: debug symbols for package libapache2-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-uwsgi: No summary available for libapache2-mod-uwsgi in ubuntu wily.

No description available for libapache2-mod-uwsgi in ubuntu wily.

libapache2-mod-uwsgi-dbg: No summary available for libapache2-mod-uwsgi-dbg in ubuntu wily.

No description available for libapache2-mod-uwsgi-dbg in ubuntu wily.

libapache2-mod-uwsgi-dbgsym: No summary available for libapache2-mod-uwsgi-dbgsym in ubuntu wily.

No description available for libapache2-mod-uwsgi-dbgsym in ubuntu wily.

python-uwsgidecorators: module of decorators for elegant access to uWSGI API (Python 2)

 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 2.

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: No summary available for uwsgi in ubuntu wily.

No description available for uwsgi in ubuntu wily.

uwsgi-app-integration-plugins: plugins for integration of uWSGI and application

 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 plugins for integration of uWSGI and
 application:
  * GNU Go
  * Java (OpenJDK 7)
  * JWSGI (OpenJDK 7)
  * Lua WSAPI (Lua 5.1, 5.2 and LuaJIT)
  * Mono/ASP.NET
  * PHP
  * Perl PSGI
  * Python WSGI (Python 2 and 3)
  * Rack (ruby2.3)
  * V8
 .
 Java, Mono and V8 plugins are provided only on supported architectures.

uwsgi-app-integration-plugins-dbgsym: No summary available for uwsgi-app-integration-plugins-dbgsym in ubuntu wily.

No description available for uwsgi-app-integration-plugins-dbgsym in ubuntu wily.

uwsgi-core: No summary available for uwsgi-core in ubuntu wily.

No description available for uwsgi-core in ubuntu wily.

uwsgi-core-dbgsym: No summary available for uwsgi-core-dbgsym in ubuntu wily.

No description available for uwsgi-core-dbgsym in ubuntu wily.

uwsgi-dbg: No summary available for uwsgi-dbg in ubuntu wily.

No description available for uwsgi-dbg in ubuntu wily.

uwsgi-dbgsym: debug symbols for package 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.
 .
 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-emperor: fast, self-healing application container server (emperor scripts)

 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 Emperor daemon with options defined in
    custom user-created configuration files
  * basic configuration for running uWSGI Emperor daemon

uwsgi-emperor-dbgsym: debug symbols for package uwsgi-emperor

 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 Emperor daemon with options defined in
    custom user-created configuration files
  * basic configuration for running uWSGI Emperor daemon

uwsgi-extra: No summary available for uwsgi-extra in ubuntu wily.

No description available for uwsgi-extra in ubuntu wily.

uwsgi-infrastructure-plugins: No summary available for uwsgi-infrastructure-plugins in ubuntu wily.

No description available for uwsgi-infrastructure-plugins in ubuntu wily.

uwsgi-infrastructure-plugins-dbgsym: No summary available for uwsgi-infrastructure-plugins-dbgsym in ubuntu wily.

No description available for uwsgi-infrastructure-plugins-dbgsym in ubuntu wily.

uwsgi-plugin-alarm-curl: No summary available for uwsgi-plugin-alarm-curl in ubuntu wily.

No description available for uwsgi-plugin-alarm-curl in ubuntu wily.

uwsgi-plugin-alarm-curl-dbgsym: debug symbols for package uwsgi-plugin-alarm-curl

 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 wily.

No description available for uwsgi-plugin-alarm-xmpp in ubuntu wily.

uwsgi-plugin-alarm-xmpp-dbgsym: debug symbols for package uwsgi-plugin-alarm-xmpp

 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_xmpp plugin for uWSGI.

uwsgi-plugin-curl-cron: No summary available for uwsgi-plugin-curl-cron in ubuntu wily.

No description available for uwsgi-plugin-curl-cron in ubuntu wily.

uwsgi-plugin-curl-cron-dbgsym: debug symbols for package uwsgi-plugin-curl-cron

 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-emperor-pg-dbgsym: No summary available for uwsgi-plugin-emperor-pg-dbgsym in ubuntu wily.

No description available for uwsgi-plugin-emperor-pg-dbgsym in ubuntu wily.

uwsgi-plugin-fiber: No summary available for uwsgi-plugin-fiber in ubuntu wily.

No description available for uwsgi-plugin-fiber in ubuntu wily.

uwsgi-plugin-fiber-dbgsym: No summary available for uwsgi-plugin-fiber-dbgsym in ubuntu wily.

No description available for uwsgi-plugin-fiber-dbgsym in ubuntu wily.

uwsgi-plugin-geoip: No summary available for uwsgi-plugin-geoip in ubuntu wily.

No description available for uwsgi-plugin-geoip in ubuntu wily.

uwsgi-plugin-geoip-dbgsym: debug symbols for package uwsgi-plugin-geoip

 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-graylog2: No summary available for uwsgi-plugin-graylog2 in ubuntu wily.

No description available for uwsgi-plugin-graylog2 in ubuntu wily.

uwsgi-plugin-graylog2-dbgsym: debug symbols for package uwsgi-plugin-graylog2

 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-python: No summary available for uwsgi-plugin-greenlet-python in ubuntu wily.

No description available for uwsgi-plugin-greenlet-python in ubuntu wily.

uwsgi-plugin-greenlet-python-dbgsym: debug symbols for package uwsgi-plugin-greenlet-python

 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 2 WSGI interface.

uwsgi-plugin-jvm-openjdk-7: No summary available for uwsgi-plugin-jvm-openjdk-7 in ubuntu wily.

No description available for uwsgi-plugin-jvm-openjdk-7 in ubuntu wily.

uwsgi-plugin-jvm-openjdk-7-dbgsym: No summary available for uwsgi-plugin-jvm-openjdk-7-dbgsym in ubuntu wily.

No description available for uwsgi-plugin-jvm-openjdk-7-dbgsym in ubuntu wily.

uwsgi-plugin-jwsgi-openjdk-7: No summary available for uwsgi-plugin-jwsgi-openjdk-7 in ubuntu xenial.

No description available for uwsgi-plugin-jwsgi-openjdk-7 in ubuntu xenial.

uwsgi-plugin-jwsgi-openjdk-7-dbgsym: No summary available for uwsgi-plugin-jwsgi-openjdk-7-dbgsym in ubuntu wily.

No description available for uwsgi-plugin-jwsgi-openjdk-7-dbgsym in ubuntu wily.

uwsgi-plugin-ldap: No summary available for uwsgi-plugin-ldap in ubuntu wily.

No description available for uwsgi-plugin-ldap in ubuntu wily.

uwsgi-plugin-ldap-dbgsym: No summary available for uwsgi-plugin-ldap-dbgsym in ubuntu wily.

No description available for uwsgi-plugin-ldap-dbgsym in ubuntu wily.

uwsgi-plugin-lua5.1: Lua WSAPI plugin for uWSGI (Lua 5.1)

 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.1 runtime).

uwsgi-plugin-lua5.1-dbgsym: No summary available for uwsgi-plugin-lua5.1-dbgsym in ubuntu wily.

No description available for uwsgi-plugin-lua5.1-dbgsym in ubuntu wily.

uwsgi-plugin-lua5.2: No summary available for uwsgi-plugin-lua5.2 in ubuntu wily.

No description available for uwsgi-plugin-lua5.2 in ubuntu wily.

uwsgi-plugin-lua5.2-dbgsym: debug symbols for package uwsgi-plugin-lua5.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-luajit: No summary available for uwsgi-plugin-luajit in ubuntu wily.

No description available for uwsgi-plugin-luajit in ubuntu wily.

uwsgi-plugin-luajit-dbgsym: debug symbols for package uwsgi-plugin-luajit

 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 LuaJIT runtime).

uwsgi-plugin-php: PHP 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 PHP plugin for uWSGI.

uwsgi-plugin-php-dbgsym: debug symbols for package uwsgi-plugin-php

 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 PHP plugin for uWSGI.

uwsgi-plugin-psgi: No summary available for uwsgi-plugin-psgi in ubuntu wily.

No description available for uwsgi-plugin-psgi in ubuntu wily.

uwsgi-plugin-psgi-dbgsym: No summary available for uwsgi-plugin-psgi-dbgsym in ubuntu wily.

No description available for uwsgi-plugin-psgi-dbgsym in ubuntu wily.

uwsgi-plugin-python: No summary available for uwsgi-plugin-python in ubuntu wily.

No description available for uwsgi-plugin-python in ubuntu wily.

uwsgi-plugin-python-dbgsym: No summary available for uwsgi-plugin-python-dbgsym in ubuntu wily.

No description available for uwsgi-plugin-python-dbgsym in ubuntu wily.

uwsgi-plugin-python3: No summary available for uwsgi-plugin-python3 in ubuntu wily.

No description available for uwsgi-plugin-python3 in ubuntu wily.

uwsgi-plugin-python3-dbgsym: No summary available for uwsgi-plugin-python3-dbgsym in ubuntu wily.

No description available for uwsgi-plugin-python3-dbgsym in ubuntu wily.

uwsgi-plugin-rack-ruby2.1: No summary available for uwsgi-plugin-rack-ruby2.1 in ubuntu wily.

No description available for uwsgi-plugin-rack-ruby2.1 in ubuntu wily.

uwsgi-plugin-rack-ruby2.1-dbgsym: No summary available for uwsgi-plugin-rack-ruby2.1-dbgsym in ubuntu xenial.

No description available for uwsgi-plugin-rack-ruby2.1-dbgsym in ubuntu xenial.

uwsgi-plugin-rados: No summary available for uwsgi-plugin-rados in ubuntu wily.

No description available for uwsgi-plugin-rados in ubuntu wily.

uwsgi-plugin-rados-dbgsym: No summary available for uwsgi-plugin-rados-dbgsym in ubuntu wily.

No description available for uwsgi-plugin-rados-dbgsym in ubuntu wily.

uwsgi-plugin-rbthreads: No summary available for uwsgi-plugin-rbthreads in ubuntu wily.

No description available for uwsgi-plugin-rbthreads in ubuntu wily.

uwsgi-plugin-rbthreads-dbgsym: debug symbols for package uwsgi-plugin-rbthreads

 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 Ruby (ruby2.3) native threads plugin for uWSGI.

uwsgi-plugin-router-access: Access router 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 router_access plugin for uWSGI.

uwsgi-plugin-router-access-dbgsym: No summary available for uwsgi-plugin-router-access-dbgsym in ubuntu wily.

No description available for uwsgi-plugin-router-access-dbgsym in ubuntu wily.

uwsgi-plugin-sqlite3: No summary available for uwsgi-plugin-sqlite3 in ubuntu wily.

No description available for uwsgi-plugin-sqlite3 in ubuntu wily.

uwsgi-plugin-sqlite3-dbgsym: debug symbols for package uwsgi-plugin-sqlite3

 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 sqlite3 plugin for uWSGI, to load configurations
 from SQLite 3 database.

uwsgi-plugin-v8: No summary available for uwsgi-plugin-v8 in ubuntu wily.

No description available for uwsgi-plugin-v8 in ubuntu wily.

uwsgi-plugin-v8-dbgsym: debug symbols for package uwsgi-plugin-v8

 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 V8 plugin for uWSGI.

uwsgi-plugin-xslt: No summary available for uwsgi-plugin-xslt in ubuntu wily.

No description available for uwsgi-plugin-xslt in ubuntu wily.

uwsgi-plugin-xslt-dbgsym: No summary available for uwsgi-plugin-xslt-dbgsym in ubuntu wily.

No description available for uwsgi-plugin-xslt-dbgsym in ubuntu wily.

uwsgi-plugins-all: No summary available for uwsgi-plugins-all in ubuntu wily.

No description available for uwsgi-plugins-all in ubuntu wily.

uwsgi-plugins-all-dbgsym: No summary available for uwsgi-plugins-all-dbgsym in ubuntu wily.

No description available for uwsgi-plugins-all-dbgsym in ubuntu wily.