uwsgi 0.9.8.1-1 source package in Ubuntu

Changelog

uwsgi (0.9.8.1-1) unstable; urgency=low

  * New upstream version (0.9.8.1)
  * d/patches:
    - refresh
      apply_GCC_no_strict_aliasing_option_only_to_python_plugin_building.patch
    - remove obsolete (applied by upstream):
      - fix_automagical_plugin_loading.patch
      - fix_inherit_option_behavior.patch
      - fix_usage_of_proto_write_in_echo_plugin.patch
      - support_magic_variables_for_sqlite_config.patch
  * Add python-uwsgidecorators/python3-uwsgidecorators binary packages:
    - 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.
    - d/source.lintian-overrides has been added to override false positive
      warning of dh_python-is-obsolete
  * d/uwsgi-plugin-greenlet-python.prerm.in:
    - correct error in name of alternatives link group
      (replace 'uwsgi-plugin-greenlet' with 'uwsgi-plugin-greenlet-python')
      so as to fix process of uwsgi-plugin-greenlet-python package
      uninstallation (and pass piuparts test)
  * Make use of /run directory instead of /var/run:
    - it is backward-compatible change, as /var/run is symlinked to /run
    - /run is a new cross-distribution location for the storage of transient
      writable files needed from system startup to shutdown, but which do not
      require preserving across reboots. It has been appeared in Debian with
      initscripts upgrade to 2.88dsf-13.3.
 -- Ubuntu Archive Auto-Sync <email address hidden>   Tue,  28 Jun 2011 10:03:10 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Oneiric
Original maintainer:
Leonid Borisenko
Architectures:
any
Section:
web
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
uwsgi_0.9.8.1.orig.tar.gz 331.2 KiB 38b72a099db868b7b95ed0216a812f742fede493fb2b5d63b90343ebd45575a4
uwsgi_0.9.8.1-1.debian.tar.gz 32.5 KiB 62ad2200c87f0c91df00c5859afd5d4107855cfb266f50b748ee0988c1a540db
uwsgi_0.9.8.1-1.dsc 2.4 KiB 12680ae009715912d7031c796e54f89bf1a6846db064c33bf956ffabe6ab577b

Available diffs

View changes file

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: No summary available for libapache2-mod-uwsgi-dbg in ubuntu oneiric.

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

python-django-uwsgi-admin: No summary available for python-django-uwsgi-admin in ubuntu oneiric.

No description available for python-django-uwsgi-admin in ubuntu oneiric.

python-uwsgicc: uWSGI control center

 uwsgicc is a complete web-application (written on Python with Flask framework)
 that shows some information about current uWSGI state.
 .
 This application must be served with uWSGI.

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:
   * CGI, Erlang, Java (OpenJDK 6), JWSGI (OpenJDK 6),
     Lua WSAPI (Lua 5.1/LuaJIT), Perl PSGI, Python WSGI (Python/Python 3),
     Rack (Ruby 1.8/Ruby 1.9.1)

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

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-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:
   * nginx 0.7.x module source
   * lighttpd module source
   * contribs

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

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

uwsgi-plugin-admin: No summary available for uwsgi-plugin-admin in ubuntu oneiric.

No description available for uwsgi-plugin-admin in ubuntu oneiric.

uwsgi-plugin-cache: No summary available for uwsgi-plugin-cache in ubuntu oneiric.

No description available for uwsgi-plugin-cache in ubuntu oneiric.

uwsgi-plugin-cgi: CGI 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 CGI plugin for uWSGI.

uwsgi-plugin-echo: No summary available for uwsgi-plugin-echo in ubuntu oneiric.

No description available for uwsgi-plugin-echo in ubuntu oneiric.

uwsgi-plugin-erlang: No summary available for uwsgi-plugin-erlang in ubuntu oneiric.

No description available for uwsgi-plugin-erlang in ubuntu oneiric.

uwsgi-plugin-fastrouter: No summary available for uwsgi-plugin-fastrouter in ubuntu oneiric.

No description available for uwsgi-plugin-fastrouter in ubuntu oneiric.

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

No description available for uwsgi-plugin-http in ubuntu oneiric.

uwsgi-plugin-jvm-openjdk-6: No summary available for uwsgi-plugin-jvm-openjdk-6 in ubuntu oneiric.

No description available for uwsgi-plugin-jvm-openjdk-6 in ubuntu oneiric.

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

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

uwsgi-plugin-nagios: No summary available for uwsgi-plugin-nagios in ubuntu oneiric.

No description available for uwsgi-plugin-nagios in ubuntu oneiric.

uwsgi-plugin-ping: No summary available for uwsgi-plugin-ping in ubuntu oneiric.

No description available for uwsgi-plugin-ping in ubuntu oneiric.

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

No description available for uwsgi-plugin-pyerl-python in ubuntu oneiric.

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.8: No summary available for uwsgi-plugin-rack-ruby1.8 in ubuntu oneiric.

No description available for uwsgi-plugin-rack-ruby1.8 in ubuntu oneiric.

uwsgi-plugin-rack-ruby1.9.1: No summary available for uwsgi-plugin-rack-ruby1.9.1 in ubuntu oneiric.

No description available for uwsgi-plugin-rack-ruby1.9.1 in ubuntu oneiric.

uwsgi-plugin-rpc: No summary available for uwsgi-plugin-rpc in ubuntu oneiric.

No description available for uwsgi-plugin-rpc in ubuntu oneiric.

uwsgi-plugin-ugreen: uGreen 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 uGreen plugin for uWSGI.

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

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