Accepted uwsgi 1.9.11-1 (source all amd64)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Mon, 27 May 2013 03:55:54 +0200
Source: uwsgi
Binary: uwsgi uwsgi-dbg uwsgi-core uwsgi-emperor uwsgi-plugins-all uwsgi-infrastructure-plugins uwsgi-app-integration-plugins uwsgi-plugin-alarm-curl uwsgi-plugin-alarm-speech uwsgi-plugin-alarm-xmpp uwsgi-plugin-coroae uwsgi-plugin-curl-cron uwsgi-plugin-emperor-pg uwsgi-plugin-erlang uwsgi-plugin-fiber uwsgi-plugin-geoip uwsgi-plugin-graylog2 uwsgi-plugin-greenlet-python uwsgi-plugin-jvm-openjdk-6 uwsgi-plugin-jvm-openjdk-7 uwsgi-plugin-jwsgi-openjdk-6 uwsgi-plugin-jwsgi-openjdk-7 uwsgi-plugin-ldap uwsgi-plugin-lua5.1 uwsgi-plugin-pam uwsgi-plugin-psgi uwsgi-plugin-pyerl-python uwsgi-plugin-pyerl-python3 uwsgi-plugin-python uwsgi-plugin-python3 uwsgi-plugin-rack-ruby1.8 uwsgi-plugin-rack-ruby1.9.1 uwsgi-plugin-router-access uwsgi-plugin-sqlite3 uwsgi-plugin-v8 uwsgi-plugin-php uwsgi-plugin-xslt libapache2-mod-proxy-uwsgi libapache2-mod-proxy-uwsgi-dbg libapache2-mod-uwsgi libapache2-mod-uwsgi-dbg libapache2-mod-ruwsgi libapache2-mod-ruwsgi-dbg python-uwsgidecorators
python3-uwsgidecorators
uwsgi-extra
Architecture: source all amd64
Version: 1.9.11-1
Distribution: unstable
Urgency: low
Maintainer: Janos Guljas <janos@debian.org>
Changed-By: Janos Guljas <janos@debian.org>
Description:
libapache2-mod-proxy-uwsgi - uwsgi proxy module for Apache2 (mod_uwsgi)
libapache2-mod-proxy-uwsgi-dbg - debugging symbols for Apache2 mod_proxy_uwsgi
libapache2-mod-ruwsgi - uwsgi module for Apache2 (mod_Ruwsgi)
libapache2-mod-ruwsgi-dbg - debugging symbols for Apache2 mod_Ruwsgi
libapache2-mod-uwsgi - uwsgi module for Apache2 (mod_uwsgi)
libapache2-mod-uwsgi-dbg - debugging symbols for Apache2 mod_uwsgi
python-uwsgidecorators - module of decorators for elegant access to uWSGI API (Python)
python3-uwsgidecorators - module of decorators for elegant access to uWSGI API (Python 3)
uwsgi - fast, self-healing application container server
uwsgi-app-integration-plugins - plugins for integration of uWSGI and application
uwsgi-core - fast, self-healing application container server (core)
uwsgi-dbg - debugging symbols for uWSGI server and it's plugins
uwsgi-emperor - fast, self-healing application container server (emperor scripts)
uwsgi-extra - fast, self-healing application container server (extra files)
uwsgi-infrastructure-plugins - infrastructure plugins for uWSGI
uwsgi-plugin-alarm-curl - Alarm curl plugin for uWSGI
uwsgi-plugin-alarm-speech - Alarm speech plugin for uWSGI
uwsgi-plugin-alarm-xmpp - Alarm XMPP plugin for uWSGI
uwsgi-plugin-coroae - Coro::AnyEvent async Perl plugin for uWSGI
uwsgi-plugin-curl-cron - curl cron plugin for uWSGI
uwsgi-plugin-emperor-pg - Emperor PostgreSQL plugin for uWSGI
uwsgi-plugin-erlang - Erlang plugin for uWSGI
uwsgi-plugin-fiber - fiber loop engine plugin for uWSGI
uwsgi-plugin-geoip - GeoIP plugin for uWSGI
uwsgi-plugin-graylog2 - graylog2 plugin for uWSGI
uwsgi-plugin-greenlet-python - greenlet plugin for uWSGI (Python)
uwsgi-plugin-jvm-openjdk-6 - Java plugin for uWSGI (OpenJDK 6)
uwsgi-plugin-jvm-openjdk-7 - Java plugin for uWSGI (OpenJDK 7)
uwsgi-plugin-jwsgi-openjdk-6 - JWSGI plugin for uWSGI (OpenJDK 6)
uwsgi-plugin-jwsgi-openjdk-7 - JWSGI plugin for uWSGI (OpenJDK 7)
uwsgi-plugin-ldap - LDAP plugin for uWSGI
uwsgi-plugin-lua5.1 - Lua WSAPI plugin for uWSGI (Lua 5.1)
uwsgi-plugin-pam - PAM plugin for uWSGI
uwsgi-plugin-php - PHP plugin for uWSGI
uwsgi-plugin-psgi - Perl PSGI plugin for uWSGI
uwsgi-plugin-pyerl-python - pyerl plugin for uWSGI (Python)
uwsgi-plugin-pyerl-python3 - pyerl plugin for uWSGI (Python 3)
uwsgi-plugin-python - Python WSGI plugin for uWSGI
uwsgi-plugin-python3 - Python 3 WSGI plugin for uWSGI
uwsgi-plugin-rack-ruby1.8 - Rack plugin for uWSGI (Ruby 1.8)
uwsgi-plugin-rack-ruby1.9.1 - Rack plugin for uWSGI (Ruby 1.9.1)
uwsgi-plugin-router-access - Access router plugin for uWSGI
uwsgi-plugin-sqlite3 - sqlite3 configurations plugin for uWSGI
uwsgi-plugin-v8 - V8 JavaScript plugin for uWSGI
uwsgi-plugin-xslt - XSLT request plugin for uWSGI
uwsgi-plugins-all - all available plugins for uWSGI
Closes: 660212 699174
Changes:
uwsgi (1.9.11-1) unstable; urgency=low
.
* New upstream release.
* Upstream version does not contain minfied JavaScript files:
- Drop dfsg sufix from version.
- Remove get-orig-source target from debian/rules.
* Update debian/copyright:
- Remove references to removed files lib/rbtree.c, lib/rbtree.h and
nginx/ngx_http_uwsgi_module.c.
- Added copyrights for core/rb_timers.c and core/hash.c.
- Updated copyright years.
* debian/rules:
- Change UWSGICONFIG_JVM_INCPATH to fix jvm plugin build.
* Patch Python plugin to remove assignments to environment variable
LD_RUN_PATH which leads to setting RPATH in compiled binary/shared library:
python-plugin_remove_assignments_to_LD_RUN_PATH.patch.
* debian/pathces/fix-php-ldflags.patch
- Include php5-embed ld library path when building PHP plugin.
* debian/patches/remove-php-libs.patch
- Remove PHP libraries when building PHP plugin.
* Update patches to apply cleanly:
- fix-reload-process-name.patch
- fix-php-ldflags.patch
- 000000_02_remove_assignments_to_LD_RUN_PATH.patch
* Remove no longer needed patches:
- 110515_01_add_overriding_of_JVM_PATH_into_buildscript_of_jwsgi_plugin.patch
- 000000_03_strip_versions_from_jQuery_scripts_links_in_uwsgicc_templates.patch
- remove-pg_config_cflags-in-probepg.patch
* Update lintian-overrides for jwsgi and jvm plugins.
* New binary package uwsgi-emperor. (Closes: #660212)
* New binary package uwsgi-plugin-php. (Closes: #699174)
- New Build-Depends libphp5-embed, php5-dev, libonig-dev, libdb-dev,
libqdbm-dev and libbz2-dev.
* New binary package uwsgi-plugin-alarm-curl:
- New Build-Depends libcurl4-openssl-dev.
- Add alarm option to buildconf/uwsgi-core.ini.
- Set pcre option to true in: buildconf/uwsgi-core.ini.
* New binary package uwsgi-plugin-alarm-xmpp:
- New Build-Depends libgloox-dev.
* New binary package uwsgi-plugin-pam:
- New Build-Depends libpam0g-dev.
* New binary package uwsgi-plugin-router-access:
- New Build-Depends libwrap0-dev.
- Add routing option to buildconf/uwsgi-core.ini.
* New binary package uwsgi-plugin-alarm-speech:
- New Build-Depends libgnustep-base-dev and libgnustep-gui-dev.
- Add debian/patches/alarm_speech-flags.patch
* New binary package uwsgi-plugin-coroae:
- New Build-Depends libcoro-perl.
* New binary package uwsgi-plugin-geoip:
- New Build-Depends libgeoip-dev.
* New binary package uwsgi-plugin-v8:
- New Build-Depends libv8-dev.
* New binary package uwsgi-plugin-xslt:
- New Build-Depends libxslt1-dev.
* New binary packages libapache2-mod-proxy-uwsgi and
libapache2-mod-proxy-uwsgi-dbg.
* Add plugins to uwsgi-core package:
- cheaper_backlog2
- cheaper_busyness
- clock_monothonic
- clock_realtime
- corerouter
- emperor_amqp
- logfile
- notfound
- rawrouter
- redislog
- router_basicauth
- router_cache
- router_http
- router_memcached
- router_redirect
- router_rewrite
- router_uwsgi
- spooler
- ssi
- sslrouter
- stats_pusher_statsd
- transformation_gzip
- transformation_tofile
- transformation_toupper
- zergpool
- logfile
* Move plugins from binary packges to uwsgi-core package as they do not have
additional dependencies:
- admin
- cache
- carbon
- cgi
- echo
- emperor_zeromq
- fastrouter
- http
- logsocket
- nagios
- ping
- router_static
- rpc
- rrdtool
- rsyslog
- signal
- symcall
- syslog
- ugreen
* New plugins:
- uwsgi-plugin-curl-cron
- uwsgi-plugin-emperor-pg
- uwsgi-plugin-ldap
- uwsgi-plugin-sqlite3
- uwsgi-plugin-systemd-logger
* Remove no longer provided plugins:
- uwsgi-plugin-probeconnect
- uwsgi-plugin-probepg
* Remove no longer provided packages:
- python-uwsgicc
- python-django-uwsgi-admin
* Remove plugins which are moved to uwsgi-core package:
- uwsgi-plugin-admin
- uwsgi-plugin-cache
- uwsgi-plugin-carbon
- uwsgi-plugin-cgi
- uwsgi-plugin-echo
- uwsgi-plugin-emperor-zeromq
- uwsgi-plugin-fastrouter
- uwsgi-plugin-http
- uwsgi-plugin-logsocket
- uwsgi-plugin-nagios
- uwsgi-plugin-ping
- uwsgi-plugin-router-static
- uwsgi-plugin-rpc
- uwsgi-plugin-rrdtool
- uwsgi-plugin-rsyslog
- uwsgi-plugin-signal
- uwsgi-plugin-symcall
- uwsgi-plugin-syslog
- uwsgi-plugin-ugreen
* Changes in uwsgi-extra package:
- Remove no longer provided nginx and lighttpd directories.
- Update description.
Checksums-Sha1:
28ce119e56131f07f01cf0982f205b549b1e673a 5201 uwsgi_1.9.11-1.dsc
2b3d4f225808decb50399b9cdb387e022dd3729d 634255 uwsgi_1.9.11.orig.tar.gz
253766c245bd25d23c2da65c837f850c5e34a852 42516 uwsgi_1.9.11-1.debian.tar.gz
688476da719dcc8379c9a970b80864e3566beec8 10548 python-uwsgidecorators_1.9.11-1_all.deb
26a98b7aa95c88758f4b519652def13cfd5ef653 10522 python3-uwsgidecorators_1.9.11-1_all.deb
166d46e1340f460bf7bdf051f147c4f642089d0f 29872 uwsgi-extra_1.9.11-1_all.deb
37d860bc7cc46c75164573336add664cb5a6aa81 22246 uwsgi_1.9.11-1_amd64.deb
c90f6a84c0a984e701a1ddcba47be0af31799f1a 4136430 uwsgi-dbg_1.9.11-1_amd64.deb
fe6521e15443303e99df03722f20cd1175c685a2 413846 uwsgi-core_1.9.11-1_amd64.deb
73d9f2f159b539eaf93a8ac24b8292ac170d8a6a 11322 uwsgi-emperor_1.9.11-1_amd64.deb
cc9c6377e9b7369bdce52460e4541edf43afc168 8516 uwsgi-plugins-all_1.9.11-1_amd64.deb
7d3c9deb81d05477841f55ca759a9e563018c87e 8544 uwsgi-infrastructure-plugins_1.9.11-1_amd64.deb
829d4ab759190aea7aed441aa573fe069274a754 8544 uwsgi-app-integration-plugins_1.9.11-1_amd64.deb
8e79cea2a83a0b1806c7d4a4cf975aa5b9e5f124 22246 uwsgi-plugin-alarm-curl_1.9.11-1_amd64.deb
e715ed7c241828632d1841ec365e69ccdc0483af 21248 uwsgi-plugin-alarm-speech_1.9.11-1_amd64.deb
09a10ae8292a2207b90763d2d6587931845cae42 24284 uwsgi-plugin-alarm-xmpp_1.9.11-1_amd64.deb
9c0e2c9584ff25509c75c5de2e9df08668f9597d 28670 uwsgi-plugin-coroae_1.9.11-1_amd64.deb
f88b589c7fbeeb7c04a5d7dd7d0684763e30aed1 20564 uwsgi-plugin-curl-cron_1.9.11-1_amd64.deb
d1f50f366385604fcdbcffe9fbd5af7dfdadeca8 21482 uwsgi-plugin-emperor-pg_1.9.11-1_amd64.deb
74939be53dc796f74eb75b45ac7b0963a8e9d473 57536 uwsgi-plugin-erlang_1.9.11-1_amd64.deb
08bc413dfd38afee02b9361f0f5ba114cd3fbc0e 11336 uwsgi-plugin-fiber_1.9.11-1_amd64.deb
6eb83ff2237082408ba726ecc50a317e5c4640c6 21586 uwsgi-plugin-geoip_1.9.11-1_amd64.deb
51ab466657b47b951fdf9581a8b1f922b4e04d3d 21388 uwsgi-plugin-graylog2_1.9.11-1_amd64.deb
77312626abf3d02ee593481e1fdea53136a93e19 12942 uwsgi-plugin-greenlet-python_1.9.11-1_amd64.deb
eabdb1006bc6b6574db68293b378ef432941136d 32344 uwsgi-plugin-jvm-openjdk-6_1.9.11-1_amd64.deb
4879db66fd180bfa96d60a8d53b86f5df1a1a86b 32340 uwsgi-plugin-jvm-openjdk-7_1.9.11-1_amd64.deb
86cb3d81ecc30911071b687e039f0b76a3a26d7f 12784 uwsgi-plugin-jwsgi-openjdk-6_1.9.11-1_amd64.deb
b7adb65759182f11b3b2f4c4602cc2cd99cc2756 12788 uwsgi-plugin-jwsgi-openjdk-7_1.9.11-1_amd64.deb
707361503db64a5fd25d242b998bdb024dfc22b4 25618 uwsgi-plugin-ldap_1.9.11-1_amd64.deb
b44b675e2636faf2c70dcf798f97fef2feb5d938 27038 uwsgi-plugin-lua5.1_1.9.11-1_amd64.deb
af65a6de9d44fd68c54cc296d509bdb5a596946b 20876 uwsgi-plugin-pam_1.9.11-1_amd64.deb
586270f4f960b9dba8eef1e39db88fa1d08f2868 48522 uwsgi-plugin-psgi_1.9.11-1_amd64.deb
176c96f3bb25745640a7954b32ae6774eba84a3c 50442 uwsgi-plugin-pyerl-python_1.9.11-1_amd64.deb
f05ad76c36cb0394901f840a21327ac728404c01 90460 uwsgi-plugin-pyerl-python3_1.9.11-1_amd64.deb
a8139a728150d623eab04f664b34be0a74b04d41 81530 uwsgi-plugin-python_1.9.11-1_amd64.deb
96066fbee9bb22c7aed308ca53ae20e06c37ad81 153364 uwsgi-plugin-python3_1.9.11-1_amd64.deb
4323e9e1a54daea1e371fa5eb2f0505577958aa8 42678 uwsgi-plugin-rack-ruby1.8_1.9.11-1_amd64.deb
4f76cd37ea2fa05ac2cfb1e153a73b511437f545 46118 uwsgi-plugin-rack-ruby1.9.1_1.9.11-1_amd64.deb
57795de17fdc00cb30c9fb9a4623e28c5e1e0091 20790 uwsgi-plugin-router-access_1.9.11-1_amd64.deb
827e2d1136b3592944fa3a482abd1a494d84374b 20872 uwsgi-plugin-sqlite3_1.9.11-1_amd64.deb
9b0105cf33be2e9bf5bf5e8d52daa8eafef00a7c 29428 uwsgi-plugin-v8_1.9.11-1_amd64.deb
fb02be105d196a8aab1fb3718d1ffb511b4a41a6 28298 uwsgi-plugin-php_1.9.11-1_amd64.deb
cef18787a5351b9a862333cfb71362b881eddce4 24804 uwsgi-plugin-xslt_1.9.11-1_amd64.deb
5b80d70628c98dd10e8794f63b56ac1b84b785aa 15004 libapache2-mod-proxy-uwsgi_1.9.11-1_amd64.deb
d344588818ef41beb3f1085be38e3a9070015611 10484 libapache2-mod-proxy-uwsgi-dbg_1.9.11-1_amd64.deb
0abaa8eed374c932fc60b3276a28636e72f6708d 17168 libapache2-mod-uwsgi_1.9.11-1_amd64.deb
c2af3851f5bf475615a97aa6ceffc5374f7fd916 10612 libapache2-mod-uwsgi-dbg_1.9.11-1_amd64.deb
a08934946cba33c0c17610bc87eb51d43d901876 18378 libapache2-mod-ruwsgi_1.9.11-1_amd64.deb
5a72f34cebe3213032c9217ffb5d671fae09b996 11044 libapache2-mod-ruwsgi-dbg_1.9.11-1_amd64.deb
Checksums-Sha256:
9a3f0f57561ad57799c3cb9b4b1757d3bdb350a7614fbddde6108a9b384bdd09 5201 uwsgi_1.9.11-1.dsc
e566163a7ffd18f341a0de8462d22410ee58b1f5f54c468e3019f47b7e5c4aa4 634255 uwsgi_1.9.11.orig.tar.gz
3c1662b2b054112f6e66e842060e718a777186b8d437d8850049b4b3632e0f0e 42516 uwsgi_1.9.11-1.debian.tar.gz
e3af70683d3ed4bd9c25f87503eb1a5381c1a1114d0a8b9a409f9565c081dbf5 10548 python-uwsgidecorators_1.9.11-1_all.deb
5cf23f126ec05489c9dcb2ef60a8f01dc6a473612b8cc6508f223d6e9ed86d68 10522 python3-uwsgidecorators_1.9.11-1_all.deb
a4afd8b5f2b3c05cdac61e66ce335a79dc91c005abef9c8385bfd216e2d6cfc6 29872 uwsgi-extra_1.9.11-1_all.deb
2e8bf95825756bcbf69ae78c7652ec23bfa9d0dd3189785dd49b2eed522f916e 22246 uwsgi_1.9.11-1_amd64.deb
a56d212f6822c4b2d1a1d425a64316f08487c8705565efbf25c372d8dce49256 4136430 uwsgi-dbg_1.9.11-1_amd64.deb
238bd541928020128b5d44824bbfc10b9db53f3cdbf5cf48c5a3305831577481 413846 uwsgi-core_1.9.11-1_amd64.deb
605bdb593e88b9f19da1ff51c40e54f5b8c22c9a73e98d09116c755d9ce390db 11322 uwsgi-emperor_1.9.11-1_amd64.deb
1273ab55e64b9602e3630e16d6784923dcf46eb525c23c43f3f096f300dff9b7 8516 uwsgi-plugins-all_1.9.11-1_amd64.deb
7b152b3de90c5236fab823b566a3dd3c5dc35358c458dc4ef34e065966d38eff 8544 uwsgi-infrastructure-plugins_1.9.11-1_amd64.deb
4246d569d7301df85befc726989fc7f04432359264601d0294ae5625a46d0395 8544 uwsgi-app-integration-plugins_1.9.11-1_amd64.deb
ac5ff6a79481e9b50454058d38eb41b67dcf930fedb32a85ec4a7637a180245a 22246 uwsgi-plugin-alarm-curl_1.9.11-1_amd64.deb
dc216a7de247e6f0701622f34f8b97c6bd5dca73bdc5eeb57a1f28ad49b8a033 21248 uwsgi-plugin-alarm-speech_1.9.11-1_amd64.deb
f9ac047f6e94dd2911f40cf15c314169d9b439845770b3eba95b4b24ff7d69dd 24284 uwsgi-plugin-alarm-xmpp_1.9.11-1_amd64.deb
3c04ae3c46d0618911eb0236fbc43d6997a6cc37cfff60a0a25c502b84d3317b 28670 uwsgi-plugin-coroae_1.9.11-1_amd64.deb
2e5feddf9efed7a4b4dc469ea1c6c8cf12297ba23c5a3a5a3f14ddac859813d1 20564 uwsgi-plugin-curl-cron_1.9.11-1_amd64.deb
f0027a2dee2f59d9225f14af919f39fc96894e77b5f0634ef2371322f5bcec67 21482 uwsgi-plugin-emperor-pg_1.9.11-1_amd64.deb
72c2ee4fe0c9f7657b0586b3b0ecbb8e4a7508020af03554b3c66fced2e5c568 57536 uwsgi-plugin-erlang_1.9.11-1_amd64.deb
c2713d64b8f154d413f17e6d2760b8dc544c7e58ed1c91169ca2d302443da8aa 11336 uwsgi-plugin-fiber_1.9.11-1_amd64.deb
5eb23a6a6a04bd535bd105013b45d3343e9e16eacbfa62fa615f8abdf687590c 21586 uwsgi-plugin-geoip_1.9.11-1_amd64.deb
8d31bbe85e60a95687c538ed50041b641a38df638a35a2cd8605d4fef4942cf7 21388 uwsgi-plugin-graylog2_1.9.11-1_amd64.deb
e1fed925f09efff7daf271addfd972f0bce5bc0678b50067e827ce740afecc53 12942 uwsgi-plugin-greenlet-python_1.9.11-1_amd64.deb
bce9437925e5884c920f933b3fd426a5a4e2254468cdd62bbccb434b6061ce47 32344 uwsgi-plugin-jvm-openjdk-6_1.9.11-1_amd64.deb
ac6df9ccb1f96327ee5b16bc7ea311285f5b783a5199f25e78820ab8802dbce4 32340 uwsgi-plugin-jvm-openjdk-7_1.9.11-1_amd64.deb
c645848baab5ed69c0326cf40a48c428174b51e8af91edee8aa8f94aea3531df 12784 uwsgi-plugin-jwsgi-openjdk-6_1.9.11-1_amd64.deb
572bfaf5fcb1f83d349fafb72f16d789203775fcc4027d40491d5b36c05a97b9 12788 uwsgi-plugin-jwsgi-openjdk-7_1.9.11-1_amd64.deb
9ab4c841e648dca1b85728311b0fce08426f964c892e1bb9d40265a164b3a720 25618 uwsgi-plugin-ldap_1.9.11-1_amd64.deb
c7376756eec55cd41f73eb6ff09139762cd6a5c1df4984213cc49887744e8a6e 27038 uwsgi-plugin-lua5.1_1.9.11-1_amd64.deb
8a8575ea663c21af0abbba0cb09a94dffd464aea336b7352b273fa0e065ab9a0 20876 uwsgi-plugin-pam_1.9.11-1_amd64.deb
d83cbacdc956450bd4c108f24f36a1fea17af84995d3e6df29689145fa5c8f60 48522 uwsgi-plugin-psgi_1.9.11-1_amd64.deb
b12fee7c1ff29c8ed158e8c417e152737e5ea1cac41bd91b1a60f4ac66673168 50442 uwsgi-plugin-pyerl-python_1.9.11-1_amd64.deb
fbe1ba9f6dcbbb47a5a130507f9276cf8b42a68434cb2a78d9770d15fc39d42c 90460 uwsgi-plugin-pyerl-python3_1.9.11-1_amd64.deb
1a25bc6422c224f58ab31d0defb4d310dcbbc7871bc07df12a06ccfaf7820287 81530 uwsgi-plugin-python_1.9.11-1_amd64.deb
2ab557253cfe45fcf55c0b28c81975365294e9da07d64adb46ab85e1572d9c6b 153364 uwsgi-plugin-python3_1.9.11-1_amd64.deb
3588289c9c2f44e016a5786c179bf9e83b942239b92b04ebeab8eba53817fe6d 42678 uwsgi-plugin-rack-ruby1.8_1.9.11-1_amd64.deb
c00938d251972ea6395696dc6f6be5995eb3492f6cdf799a76ddc78d19070563 46118 uwsgi-plugin-rack-ruby1.9.1_1.9.11-1_amd64.deb
d08b60e69862fa5d9810434c0a09882f307bf218c3f92680749ecb2caec5203f 20790 uwsgi-plugin-router-access_1.9.11-1_amd64.deb
3791e7fa70fa1716a514fc738f8eda2fb0280bbaa02e21c06c68167f62e44aa2 20872 uwsgi-plugin-sqlite3_1.9.11-1_amd64.deb
9e2633d2e6890a9fd32440a92c1bd03f67ec9af0dfeaba2c6489941b245d72d2 29428 uwsgi-plugin-v8_1.9.11-1_amd64.deb
9985f18deb77048295e130dcca601c3693e907fd0018f8eb08992d7b9719096d 28298 uwsgi-plugin-php_1.9.11-1_amd64.deb
56db279504d17a7f5f2dccfd27ef217429d07b33e657a0ea348e27ae29e4dd84 24804 uwsgi-plugin-xslt_1.9.11-1_amd64.deb
d6674a85efaf2866bebb36f9df039dd806dd6f0c45f4350f95d5a899cd13d54d 15004 libapache2-mod-proxy-uwsgi_1.9.11-1_amd64.deb
f84636819fda3c778ffdb7d6162943e3f017175e7c64d422a8e727ee99b10b2d 10484 libapache2-mod-proxy-uwsgi-dbg_1.9.11-1_amd64.deb
311148ff9b7f72933caa34e0110f518464217377381f88ac8cc7d4fd6b5d2319 17168 libapache2-mod-uwsgi_1.9.11-1_amd64.deb
e7dd519cc39aca89cde35ae964a245e6c44bad638b329fdbcea5594f1e710b5e 10612 libapache2-mod-uwsgi-dbg_1.9.11-1_amd64.deb
a5da0b0fb49a84296084b2003315abc49fc627f87f7c20a56121f6a231c05ac0 18378 libapache2-mod-ruwsgi_1.9.11-1_amd64.deb
97917e77f15034b6d5788a0736ef802b0ee244a98dda828dbe1bc2618bf021a8 11044 libapache2-mod-ruwsgi-dbg_1.9.11-1_amd64.deb
Files:
55c3d51c42c6c546af5a65568a4e88fa 5201 web extra uwsgi_1.9.11-1.dsc
924393f187e34b737e50ea3f79c63a73 634255 web extra uwsgi_1.9.11.orig.tar.gz
3f436146bec28fe095a45fda614eef32 42516 web extra uwsgi_1.9.11-1.debian.tar.gz
dfc55f8d635d8fb3dabfe83ec16a10e1 10548 python extra python-uwsgidecorators_1.9.11-1_all.deb
46efdcfea61a5c56dae33743e993c69f 10522 python extra python3-uwsgidecorators_1.9.11-1_all.deb
cd873d0e6e7007c112e5f40fafd5fbc2 29872 web extra uwsgi-extra_1.9.11-1_all.deb
1ee7a126654ad218a69963555a2f88de 22246 web optional uwsgi_1.9.11-1_amd64.deb
fd133d66029b553855ec9c358d77e758 4136430 debug extra uwsgi-dbg_1.9.11-1_amd64.deb
ee55e4995b7711dcfce48afd31deb589 413846 web optional uwsgi-core_1.9.11-1_amd64.deb
9940ce8d1960d3bc3b233cff681a3cc8 11322 web optional uwsgi-emperor_1.9.11-1_amd64.deb
7370bac0ef1108f7a22863f7b8fa70c3 8516 web extra uwsgi-plugins-all_1.9.11-1_amd64.deb
1d069cd79a86de8a99a039503817f9b9 8544 web extra uwsgi-infrastructure-plugins_1.9.11-1_amd64.deb
da7689f66be7e71fb0db992f0efd6f43 8544 web extra uwsgi-app-integration-plugins_1.9.11-1_amd64.deb
3c3cffa7e5c908dc8ac067f11ac4ac73 22246 web extra uwsgi-plugin-alarm-curl_1.9.11-1_amd64.deb
97674141ac8b8ceaedad267a9c783de8 21248 web extra uwsgi-plugin-alarm-speech_1.9.11-1_amd64.deb
1f1e205bcaa430dcf74a871274dd2b60 24284 web extra uwsgi-plugin-alarm-xmpp_1.9.11-1_amd64.deb
8e4c3ca443cd9d6190ebd4170b201604 28670 web extra uwsgi-plugin-coroae_1.9.11-1_amd64.deb
12c22c1da84314b39fbc11b9aadc4b29 20564 web extra uwsgi-plugin-curl-cron_1.9.11-1_amd64.deb
d7420d427aeae8a805ba1ead625eee7d 21482 web extra uwsgi-plugin-emperor-pg_1.9.11-1_amd64.deb
6e95c763fd7533f50c3a5adf83ea1095 57536 web extra uwsgi-plugin-erlang_1.9.11-1_amd64.deb
6d87a56966164127edff173bd49b26c8 11336 web extra uwsgi-plugin-fiber_1.9.11-1_amd64.deb
98ceb804009550ef880f3e0b9a4b96fb 21586 web extra uwsgi-plugin-geoip_1.9.11-1_amd64.deb
f517bb42b584eb98fe4e1c939e637f8e 21388 web extra uwsgi-plugin-graylog2_1.9.11-1_amd64.deb
df815fb13635464ee8dff57b9db5d1b5 12942 web extra uwsgi-plugin-greenlet-python_1.9.11-1_amd64.deb
bca77a76100d10a7a2075dec0bf6ce97 32344 web extra uwsgi-plugin-jvm-openjdk-6_1.9.11-1_amd64.deb
b425887873cd109d19f060ea9db1dae7 32340 web extra uwsgi-plugin-jvm-openjdk-7_1.9.11-1_amd64.deb
90bec04c18221264ae3add2ee3c060c2 12784 web extra uwsgi-plugin-jwsgi-openjdk-6_1.9.11-1_amd64.deb
7e3c627130338065e951ee26283f73b4 12788 web extra uwsgi-plugin-jwsgi-openjdk-7_1.9.11-1_amd64.deb
d0b90b711f654e4198792cefadc0e1c7 25618 web extra uwsgi-plugin-ldap_1.9.11-1_amd64.deb
e297756ad4bc7316b8c7a562df788660 27038 web extra uwsgi-plugin-lua5.1_1.9.11-1_amd64.deb
b026fdd3822418b0c37da3e085d53028 20876 web extra uwsgi-plugin-pam_1.9.11-1_amd64.deb
1045baae20398a85a683c520d7d9b466 48522 web extra uwsgi-plugin-psgi_1.9.11-1_amd64.deb
c1069887cbf6ae4ef1c33da996456189 50442 web extra uwsgi-plugin-pyerl-python_1.9.11-1_amd64.deb
05d318e6e789216496609adf643294a8 90460 web extra uwsgi-plugin-pyerl-python3_1.9.11-1_amd64.deb
defa80401ef7a9b54c28264695c70137 81530 web extra uwsgi-plugin-python_1.9.11-1_amd64.deb
daddb8cddb12b631db48a53b1bbd56a8 153364 web extra uwsgi-plugin-python3_1.9.11-1_amd64.deb
54561505998b5b2289d2b895a6a29c17 42678 web extra uwsgi-plugin-rack-ruby1.8_1.9.11-1_amd64.deb
efb7bf8e54f126d3582ecaa160966f1d 46118 web extra uwsgi-plugin-rack-ruby1.9.1_1.9.11-1_amd64.deb
b3e150be8e4c67ce02589e4d37ce0fcb 20790 web extra uwsgi-plugin-router-access_1.9.11-1_amd64.deb
6c368bd82160706e04fa6f5cec3d0d59 20872 web extra uwsgi-plugin-sqlite3_1.9.11-1_amd64.deb
3e5a72de61cfef580da06def725761c5 29428 web extra uwsgi-plugin-v8_1.9.11-1_amd64.deb
d1892926f9e2c50c639def2502e6a4c7 28298 web extra uwsgi-plugin-php_1.9.11-1_amd64.deb
52c5b7102011e8276d319d87566f7048 24804 web extra uwsgi-plugin-xslt_1.9.11-1_amd64.deb
2836e3026415df93e9ceedecbd5ae226 15004 web extra libapache2-mod-proxy-uwsgi_1.9.11-1_amd64.deb
4059991eaebbafeb44e7756edb4f87eb 10484 debug extra libapache2-mod-proxy-uwsgi-dbg_1.9.11-1_amd64.deb
e10399cd2408253e9341ca30262347c5 17168 web extra libapache2-mod-uwsgi_1.9.11-1_amd64.deb
71f3af17ed1dc5c689801194b3be9f3d 10612 debug extra libapache2-mod-uwsgi-dbg_1.9.11-1_amd64.deb
ab1b10c657e8aa84e947b6f7d41ff205 18378 web extra libapache2-mod-ruwsgi_1.9.11-1_amd64.deb
bc6519d9bfcb5d993c8b4502c600982b 11044 debug extra libapache2-mod-ruwsgi-dbg_1.9.11-1_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)
iQIcBAEBCAAGBQJRosRLAAoJEJ5QnJPSbfnTmwUP/3hrki1AdH0BtyyFKLFZObdK
4WhZMUci6Tp8N6O28YJOrktr9uRd6CzDob7Lbf098k1+xq6sNB4r6P2uwNl3OWQD
rAAx1EBlRJ8bhgWKPsWF7vhB8L0h9rymoFRid3C0MDD3L0+37jUeYbqS65ui6hSe
QvteWOhmoom+O6N8jy6dkV6LclW7nL08hORK5H6mYXT9lrc2/dFAt3LKCJWWDSCg
Lyvxeafex29CKxr6yY5FUv19bPMIm6QLJjkP3VehIf1e+puqasMHRVKrYCvG+tV9
QcDEohX2Ee6f/1/CSaN6PCGo5H0MEP8BayjQdBiW0xuNRMyTJOwCicK4cJZ6Ah4t
bGig1tTHNK0uG+RwX3hIUNjoIY2LFC//qymN4DJeO2vn3jti139GeG9XJUiHeLnq
hS16EDMaYQX3sZxN68aV3HZKX4VnysgKX83NcZ+bas+8XQJwU0Zxx41KuhQR1/To
oluuji1VMY//dC5S7NopESq+fT6/xsHFj+C4+jDFD3n5yG/9g2HxlBuiLCfBaxew
u3gk676zZoL3B8J0ynIkPNOBC+x/1fKVqvOBWT24cmJSE8aWePaBRGMrF9OBIzFi
yIQMJA74lYQpIHPTLxVoSH7vx6fxgNfosq3I0F6wSDTqmnGLdNkVLvP9YGE0lUKs
h1kR2Jj1NtKxXBDmyrqB
=d9VV
-----END PGP SIGNATURE-----