uwsgi 1.9.17.1-5build2 source package in Ubuntu

Changelog

uwsgi (1.9.17.1-5build2) trusty; urgency=medium

  * Rebuild again, the previous build was still linked against old gloox
    on some archs.
 -- Dmitry Shachnev <email address hidden>   Fri, 31 Jan 2014 20:23:50 +0400

Upload details

Uploaded by:
Dmitry Shachnev
Uploaded to:
Trusty
Original maintainer:
Janos Guljas
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_1.9.17.1.orig.tar.gz 680.1 KiB e2558b918afe47640e3c4e75be4347e7e8dc7b19caf2120b6e1fb6bf17891c2a
uwsgi_1.9.17.1-5build2.debian.tar.xz 38.7 KiB c17a89f25254cd9b096b22ac8c5155b4147a841097542cb0a216e393b8045fdd
uwsgi_1.9.17.1-5build2.dsc 5.5 KiB 5bbc3e6ef6f9e13af516690354d6f6853cb3d382517acbdcfa1e0c8fa8f63afb

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: debugging symbols for Apache2 mod_proxy_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_proxy_uwsgi. Install
 this package if you need to debug module or if you need a useful backtrace of
 a crash.

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.

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

 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, accessible from Python 2.X
 runtime.

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, accessible from Python 3.X
 runtime.
 .
 uwsgidecorators module doesn't targeted at Python 3 officially, so some
 decorators may not work or work improperly.

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: 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:
   * Erlang
   * Java (OpenJDK 6 and 7)
   * JWSGI (OpenJDK 6 and 7)
   * Lua WSAPI (Lua 5.1 and 5.2)
   * PHP
   * Perl PSGI
   * Python WSGI (Python/Python 3)
   * Rack (Ruby 1.9.1)
   * V8

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:
   * executable uWSGI core binary (built without any embedded plugins)
   * uWSGI usage examples
   * uWSGI test suite
   * plugins that do not require additional dependencies:
    - admin
    - alarm_speech
    - cache
    - carbon
    - cgi
    - cheaper_backlog2
    - cheaper_busyness
    - clock_monothonic
    - clock_realtime
    - corerouter
    - coroae
    - echo
    - emperor_amqp
    - emperor_zeromq (on supported architectures)
    - fastrouter
    - http
    - logfile
    - logfile
    - logsocket
    - nagios
    - notfound
    - pam
    - ping
    - rawrouter
    - redislog
    - router_basicauth
    - router_cache
    - router_http
    - router_memcached
    - router_redirect
    - router_rewrite
    - router_static
    - router_uwsgi
    - rpc
    - rrdtool
    - rsyslog
    - signal
    - spooler
    - ssi
    - sslrouter
    - stats_pusher_statsd
    - symcall
    - syslog
    - transformation_gzip
    - transformation_tofile
    - transformation_toupper
    - ugreen
    - zergpool

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-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-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
   * sqlite3
   * XSLT request

uwsgi-plugin-alarm-curl: Alarm 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 alarm_curl plugin for uWSGI.

uwsgi-plugin-alarm-xmpp: Alarm XMPP 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_xmpp plugin for uWSGI.

uwsgi-plugin-curl-cron: curl cron 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-erlang: Erlang 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 Erlang plugin for uWSGI.

uwsgi-plugin-fiber: fiber loop engine 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 Ruby 1.9 fiber loop engine plugin for uWSGI. Fibers are
 a form of coroutine, useful for implementing cooperative multitasking in your
 Ruby 1.9.x apps.

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-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-python: greenlet plugin for uWSGI (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 WSGI plugin.

uwsgi-plugin-jvm-openjdk-6: Java plugin for uWSGI (OpenJDK 6)

 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 Java 6
 runtime).

uwsgi-plugin-jvm-openjdk-7: Java plugin for uWSGI (OpenJDK 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 Java plugin for uWSGI (linked with OpenJDK Java 7
 runtime).

uwsgi-plugin-jwsgi-openjdk-6: JWSGI plugin for uWSGI (OpenJDK 6)

 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 JWSGI plugin for uWSGI (linked with OpenJDK Java 6
 runtime).

uwsgi-plugin-jwsgi-openjdk-7: JWSGI plugin for uWSGI (OpenJDK 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 JWSGI plugin for uWSGI (linked with OpenJDK Java 7
 runtime).

uwsgi-plugin-ldap: LDAP 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 ldap plugin for uWSGI.

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

uwsgi-plugin-pyerl-python: pyerl plugin for uWSGI (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 pyerl plugin for uWSGI with Python WSGI plugin.

uwsgi-plugin-pyerl-python3: pyerl 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 pyerl plugin for uWSGI with Python 3 WSGI plugin.

uwsgi-plugin-python: Python WSGI 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 Python WSGI plugin for uWSGI (linked with Python 2.X
 runtime).

uwsgi-plugin-python3: Python 3 WSGI 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 Python 3 WSGI plugin for uWSGI (linked with Python 3.X
 runtime).

uwsgi-plugin-rack-ruby1.9.1: Rack plugin for uWSGI (Ruby 1.9.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 Rack plugin for uWSGI (linked with Ruby 1.9.1 runtime).

uwsgi-plugin-rbthreads: Ruby native threads 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 Ruby 1.9 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-sqlite3: sqlite3 configurations 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 sqlite plugin for uWSGI, which allows loading
 configurations from sqlite3 db.

uwsgi-plugin-v8: V8 JavaScript 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 V8 plugin for uWSGI.

uwsgi-plugin-xslt: XSLT request 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 xslt plugin for uWSGI.

uwsgi-plugins-all: all available 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 all available plugins for uWSGI:
   * infrastructure plugins (HTTP serving, RPC, etc.)
   * plugins for integration of uWSGI and application (PSGI, Rack, WSGI,
     etc.)
   * fiber loop engine, greenlet (Python), pyerl (Python/Python 3)