Back to uwsgi PTS page

Accepted uwsgi 2.0.6~dfsg-1 (source all amd64)



-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Sun, 13 Jul 2014 13:44:04 +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-xmpp uwsgi-plugin-curl-cron uwsgi-plugin-emperor-pg uwsgi-plugin-rbthreads uwsgi-plugin-fiber uwsgi-plugin-geoip uwsgi-plugin-graylog2 uwsgi-plugin-greenlet-python uwsgi-plugin-jvm-openjdk-7 uwsgi-plugin-jwsgi-openjdk-7 uwsgi-plugin-ldap uwsgi-plugin-lua5.1 uwsgi-plugin-lua5.2 uwsgi-plugin-luajit uwsgi-plugin-psgi uwsgi-plugin-python uwsgi-plugin-python3 uwsgi-plugin-rack-ruby2.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: 2.0.6~dfsg-1
Distribution: unstable
Urgency: medium
Maintainer: Janos Guljas <janos@debian.org>
Changed-By: Jonas Smedegaard <dr@jones.dk>
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 2)
 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 - cURL alarm plugin for uWSGI
 uwsgi-plugin-alarm-xmpp - XMPP alarm plugin for uWSGI
 uwsgi-plugin-curl-cron - cron cURL plugin for uWSGI
 uwsgi-plugin-emperor-pg - Emperor PostgreSQL plugin for uWSGI
 uwsgi-plugin-fiber - Fiber 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 2)
 uwsgi-plugin-jvm-openjdk-7 - Java plugin for uWSGI (OpenJDK 7)
 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-lua5.2 - Lua WSAPI plugin for uWSGI (Lua 5.2)
 uwsgi-plugin-luajit - Lua WSAPI plugin for uWSGI (LuaJIT)
 uwsgi-plugin-php - PHP plugin for uWSGI
 uwsgi-plugin-psgi - Perl PSGI and Coro::AnyEvent plugins for uWSGI
 uwsgi-plugin-python - WSGI plugin for uWSGI (Python 2)
 uwsgi-plugin-python3 - WSGI plugin for uWSGI (Python 3)
 uwsgi-plugin-rack-ruby2.1 - Rack plugin for uWSGI (${uwsgi:RubyKind})
 uwsgi-plugin-rbthreads - Ruby native threads plugin for uWSGI (${uwsgi:RubyDefaultkind})
 uwsgi-plugin-router-access - Access router plugin for uWSGI
 uwsgi-plugin-sqlite3 - SQLite 3 configurations plugin for uWSGI
 uwsgi-plugin-v8 - JavaScript V8 plugin for uWSGI
 uwsgi-plugin-xslt - XSLT request plugin for uWSGI
 uwsgi-plugins-all - all available plugins for uWSGI
Closes: 743994 753724
Changes:
 uwsgi (2.0.6~dfsg-1) unstable; urgency=medium
 .
   [ upstream ]
   * New release 2.0.4.
     Bugfixes:
     + Fix mime routing var.
     + Allow duplicate headers in http parsers.
     + Faster on_demand Emperor management.
     + Fix UWSGI_ADDITIONAL_SOURCES build option.
     + Merge duplicated headers when SPDY is enabled.
     + Fix segfault for unnamed loggers.
     + –need-app works in lazy-apps mode.
     + Fix fatal hooks management.
     New features:
     + Experimental asyncio loop engine (CPython >= 3.4).
     + httprouter advanced timeout management.
     + Allow disabling cache warnings in –cache2.
     + Purge LRU cache feature.
     + Support embedded config on FreeBSD.
     + RPC hook.
     + setmodifier1 and setmodifier2 routing actions.
     + no_headers option for static router.
     <https://uwsgi-docs.readthedocs.org/en/latest/Changelog-2.0.4.html>
   * New release 2.0.5.
     Bugfixes:
     + Fix support for repeated headers in lua plugin.
     + Fix support for embedding config in OpenBSD and NetBSD.
     + various fixes in the curl-based plugins.
     + Fix milliseconds-based waits.
     + Fix sharedarea poller.
     + Fix stats server json escaper.
     + Fix fastcgi parser and implemented eof management.
     + Improve fast on-demand mode.
     + Exclude avg_rt computation for static files.
     + Fix variables support in uwsgi internal router.
     + Fix websockets + keepalive ordering.
     + Disable SIGPIPE management in corutines-based loop-engines.
     + Fix 64bit sharedarea management in 32bit systems.
     + Honour chmod/chown-socket in fd0 mode.
     + Hack to avoid Safari iOS making mess with keepalive.
     + Fix log setup when both –logto and –log2.
     + Fix mule_get_msg EAGAIN.
     + Return correct signal_pidfile error code.
     + Fix asyncio on OSX.
     New features:
     + Graceful reload of mule processes.
     + Return routing action.
     + –emperor-no-blacklist.
     + Icecast2 protocol helpers.
     + –metrics-no-cores, –stats-no-cores, –stats-no-metrics.
     + sharedarea improvements.
     + UWSGI_GO_CHEAP_CODE.
     + PROXY1 support for the http router.
     + reset_after_push for metrics.
     + setremoteaddr.
     + resolve option.
     <https://uwsgi-docs.readthedocs.org/en/latest/Changelog-2.0.5.html>
   * New release 2.0.6.
     Bugfixes:
     + Fix a memory leak with subscription system.
     + Fix shortcut for ssl-socket.
     + Fix apache2 mod_proxy_uwsgi (now considered stable with all mpm
       engines).
     + Fix SCRIPT_NAME and PATH_TRANSLATED generation in php plugin.
     + Remove old FIFO socket from the event queue when recreating it.
     New features:
     + Rados plugins improved and stabilized.
     + –if-hostname to include options only on specified hostname match.
     + Apache2 mod_proxy_uwsgi stabilized.
     + uwsgi[rsize] routing var.
     + callint scheme.
     + –fastrouter-fallback-on-no-key.
     + php 5.5 opcode caching via –php-sapi-name.
     + Improved chain-reloading.
     + added ‘chdir’ keyval to –attach-daemon2.
     <https://uwsgi-docs.readthedocs.org/en/latest/Changelog-2.0.6.html>
 .
   [ Jonas Smedegaard ]
   * Repackage upstream tarball to exclude binary example file without
     source.
   * Update copyright file:
     + Document file excluded from repackaged tarball.
     + Extend main licensing with newly introduced linking exception.
   * Update package relations:
     + Auto-resolve CDBS-related build-dependencies.
     + Have libapache2-* packages recommend uwsgi-core and suggest uwsgi.
     + Relax to build-depend unversioned on debhelper: Needed version
       satisfied even on oldstable.
     + Fix build-depend on python3: Needed since 1.2.3+dfsg-1 for
       dh_python3 call (and for compiling as well).
     + Build-depend on devscripts: Needed for copyright check.
     + Build-depend on libssl-dev.
     + Build-depend on librados-dev: Needed for Rados plugin.
     + Build-depend on libluajit-5.1-dev: Needed for Lua plugin linked
       with LuaJIT.
   * Document use of CDBS and git-buildpackage in README.source.
   * Fix install tests as example files (was dropped since 1.9.17-1).
   * Refactor packaging files:
     + Use more consistent variable naming
     + Resolve packaging hints more elegantly.
     + Expand packaging hint files from templates before build (not
       during install).
     + Fix clean properly after build.
     + Avoid use of CURDIR where unneeded.
   * Fix use JAVA_ARCH (not DEB_HOST_ARCH) to resolve java paths (broken
     since 1.2.3+dfsg-2~experimental1).
   * Include CDBS utils snippet, to enable copyright check (and ensure it
     is done before packaging hint file expansion).
   * Add placeholder to ease excluding broken plugins.
   * Add TODO file.
   * Fix unapply patches (applied since 2.0.2-1~experimental1).
   * Unfuzz patches.
   * Extend V8-supported architectures to include hurd-i386 and mips.
   * Auto-resolve plugin list in long description of uwsgi-core package.
   * Update watch file:
     + Strip trailing ~dfsg.
     + Drop comments about obsolete version scheme for pre-releases.
   * Add patch 1006 to fix link alarm_speech plugin against GNUstep
     libraries.
     Closes: bug#753724. Thanks to Yavor Doganov.
   * Build-depend on ruby-all-dev, and build rack package for Ruby 2.1
     (not Ruby 1.9.1).
     Closes: bug#743994. Thanks to Christian Hofstaedtler, Antonio
     Terceiro and Neil Williams.
   * Enable rados plugin.
   * Build Lua plugin linked with LuaJIT (where available).
Checksums-Sha1:
 3358a20da6f3f6e1d762b83f40478e771981563f 6244 uwsgi_2.0.6~dfsg-1.dsc
 ecc73aeeb4b27b6af187a72adea9203eb9e4e3c5 772397 uwsgi_2.0.6~dfsg.orig.tar.gz
 8cedef89832ba87f7090372f3888c534f91f0f63 40992 uwsgi_2.0.6~dfsg-1.debian.tar.xz
 5675d3f3d2cea037b17bbbb71755e765976dce7e 22472 python-uwsgidecorators_2.0.6~dfsg-1_all.deb
 4dd3c8a38d19d5d31b7dce3204d96f4b8e78fb5f 22616 python3-uwsgidecorators_2.0.6~dfsg-1_all.deb
 fe7cd21adb69ec06a0f0e08f755f50d0c7fe3c79 37132 uwsgi-extra_2.0.6~dfsg-1_all.deb
 37ad957a81b3f0ce44f54e32d366f04ee3777446 32820 uwsgi_2.0.6~dfsg-1_amd64.deb
 5ed05e5d08d8f8974e478d1cb24d4c80297cc3cd 1571098 uwsgi-dbg_2.0.6~dfsg-1_amd64.deb
 d5b73a658f1ba5a89f680c7fbb31c3f97c2f41bb 441436 uwsgi-core_2.0.6~dfsg-1_amd64.deb
 69f897ac4b7b32234394b168075bcad345a7eebf 23004 uwsgi-emperor_2.0.6~dfsg-1_amd64.deb
 bf9a326eec010992211c9823b3d359c3d94abfba 20410 uwsgi-plugins-all_2.0.6~dfsg-1_amd64.deb
 8dbff2375f1182a54fbf92511414cfc3fe4b76c7 20424 uwsgi-infrastructure-plugins_2.0.6~dfsg-1_amd64.deb
 2145695aa707f46c9049e4d0f72839d2c466e477 20432 uwsgi-app-integration-plugins_2.0.6~dfsg-1_amd64.deb
 bd1540b1ecee3378d1e34961e71d042e1d33aaab 37222 uwsgi-plugin-alarm-curl_2.0.6~dfsg-1_amd64.deb
 2cf0675988836e7c8fc6db4ec3373a5672c69636 38286 uwsgi-plugin-alarm-xmpp_2.0.6~dfsg-1_amd64.deb
 fcbd76d32d5623e3760c6574fae4e34fbf6f0d71 35120 uwsgi-plugin-curl-cron_2.0.6~dfsg-1_amd64.deb
 7ce4c808084afced0dfe338f043f237e9f6a6f95 35844 uwsgi-plugin-emperor-pg_2.0.6~dfsg-1_amd64.deb
 cf42cab17da4efa58e9069df30b5611245ba916a 22904 uwsgi-plugin-rbthreads_2.0.6~dfsg-1_amd64.deb
 6f28dbabb7b79a58f8f92c692276d043bb158eb0 22738 uwsgi-plugin-fiber_2.0.6~dfsg-1_amd64.deb
 4df8f0efb139484d40c4418d0820a47f9c7d1ab2 36088 uwsgi-plugin-geoip_2.0.6~dfsg-1_amd64.deb
 f3dd39456fabc1ef148d19d10ac5e6c29947f881 35848 uwsgi-plugin-graylog2_2.0.6~dfsg-1_amd64.deb
 ad52c127f201fc3520136bee4e5621cc3cfa7b11 24828 uwsgi-plugin-greenlet-python_2.0.6~dfsg-1_amd64.deb
 9e61b2b171e91acba38792187c2b460a6add7ba9 45434 uwsgi-plugin-jvm-openjdk-7_2.0.6~dfsg-1_amd64.deb
 bdc32ac1d59f24fae7529e1e182cccbf914ed68e 24350 uwsgi-plugin-jwsgi-openjdk-7_2.0.6~dfsg-1_amd64.deb
 8150afd3415a1abbdf263bae274d4d6bd49698a9 39498 uwsgi-plugin-ldap_2.0.6~dfsg-1_amd64.deb
 03a927355fe6ac6737b31e9d5226a8b5602b7f6e 42128 uwsgi-plugin-lua5.1_2.0.6~dfsg-1_amd64.deb
 34ca630df0cffaf8315c6753c201626efc9017fe 42132 uwsgi-plugin-lua5.2_2.0.6~dfsg-1_amd64.deb
 7c1d9fc6cacf18174ac43de9b865543c6fa88a35 42142 uwsgi-plugin-luajit_2.0.6~dfsg-1_amd64.deb
 30cf46b5046314f429dfe7459ceeb1942e2ece7f 76236 uwsgi-plugin-psgi_2.0.6~dfsg-1_amd64.deb
 9a4b6ba22ed84380b30cf899f72718a8b06c9941 87470 uwsgi-plugin-python_2.0.6~dfsg-1_amd64.deb
 820827c461aa24a6000ab9a0b2dba6d648da127f 88134 uwsgi-plugin-python3_2.0.6~dfsg-1_amd64.deb
 41701e405fafd80d3f7028aadb57ba81d8ae4d4c 55696 uwsgi-plugin-rack-ruby2.1_2.0.6~dfsg-1_amd64.deb
 053b1f00dd6a727c1dc91a299053c630f6bf8054 35324 uwsgi-plugin-router-access_2.0.6~dfsg-1_amd64.deb
 216dfd86ad0639d548fab206d1c8bbee03fdb5b6 35364 uwsgi-plugin-sqlite3_2.0.6~dfsg-1_amd64.deb
 d391d810322561d24bcab182013d3a68faadcf96 42396 uwsgi-plugin-v8_2.0.6~dfsg-1_amd64.deb
 63b39916306a3042704dffcceeae85901881bf5e 42492 uwsgi-plugin-php_2.0.6~dfsg-1_amd64.deb
 ba24ab159a6dfa8e81dbee5d61dfeb9a230085bd 38628 uwsgi-plugin-xslt_2.0.6~dfsg-1_amd64.deb
 4f19c8114c2e9ed34622412af7c7d7582ab789c7 26428 libapache2-mod-proxy-uwsgi_2.0.6~dfsg-1_amd64.deb
 68558c94f02fbaffbaccb8e3ce697b463f64cb73 33734 libapache2-mod-proxy-uwsgi-dbg_2.0.6~dfsg-1_amd64.deb
 b9e340964f2183ef935aa5fce1eb0268f17109e4 28020 libapache2-mod-uwsgi_2.0.6~dfsg-1_amd64.deb
 094eebb26212e64835c980c5aea68382c8cfc51f 34570 libapache2-mod-uwsgi-dbg_2.0.6~dfsg-1_amd64.deb
 020d157e54bd10ad35fc7cee869526e187018090 28790 libapache2-mod-ruwsgi_2.0.6~dfsg-1_amd64.deb
 732c8b91cfc418a12ad74e12007a5ab8aa619ab0 36564 libapache2-mod-ruwsgi-dbg_2.0.6~dfsg-1_amd64.deb
Checksums-Sha256:
 6551cd5c82f9c85cdcfa88450d7adda08a60eb47e040d47e351a3d59e91a143c 6244 uwsgi_2.0.6~dfsg-1.dsc
 ae826ac26540c1ca892be0d2f61611e96906860c64783abff38028aaf6eea91a 772397 uwsgi_2.0.6~dfsg.orig.tar.gz
 68b8ed5c089e80820c49a1d70f386acf4b70dd3b845ff680e82ff3fc99cd7b19 40992 uwsgi_2.0.6~dfsg-1.debian.tar.xz
 640c53b0a37beb759a94971e4dba120ac25e43a147a6f2c54a8901824b02d1cd 22472 python-uwsgidecorators_2.0.6~dfsg-1_all.deb
 877a5a72bc502e8992f118ad34e7c8e9f2c65cde7a685b3b17ff54beeefe50a8 22616 python3-uwsgidecorators_2.0.6~dfsg-1_all.deb
 bd2d93b2990efdcf51cb4a025d60fe43e9b7ef6319a0eaa6108105067c546662 37132 uwsgi-extra_2.0.6~dfsg-1_all.deb
 71fb550ded7641a360a22f755262c9b199bfa8762e65c949eed1b4ca116e04e0 32820 uwsgi_2.0.6~dfsg-1_amd64.deb
 80987bb77432632e1fffb060835f6388625252fc43d92196ecd7ae4cf47df496 1571098 uwsgi-dbg_2.0.6~dfsg-1_amd64.deb
 e32ac68f714de89e1afb72c8a2924b3a83a08160d74e3664502833b9fda6beb6 441436 uwsgi-core_2.0.6~dfsg-1_amd64.deb
 6d052f485df71228447fb4fbc682b72ccfbc574e079479df652b8bff2e4ceba4 23004 uwsgi-emperor_2.0.6~dfsg-1_amd64.deb
 08a54db5824203b50ff468b31d04d27c2bae9b8d72ccecef253e0290ac3540dc 20410 uwsgi-plugins-all_2.0.6~dfsg-1_amd64.deb
 45716571d752858ada93f76b98d7b99ef7a7d130e2ec88b0c52e49b5c6dd573b 20424 uwsgi-infrastructure-plugins_2.0.6~dfsg-1_amd64.deb
 ff90f49821ca5ba933e9b07e9c4d9a0c904799981a195e9da309145e9d63330f 20432 uwsgi-app-integration-plugins_2.0.6~dfsg-1_amd64.deb
 d60dab0419643524cbc76efaa6f243376fed3fb67c4dab35bf471f839966c54c 37222 uwsgi-plugin-alarm-curl_2.0.6~dfsg-1_amd64.deb
 8c0f8e020068fa548b7d4a1dd99ac83705f259066e04fb7f1696fa8e8688f41b 38286 uwsgi-plugin-alarm-xmpp_2.0.6~dfsg-1_amd64.deb
 ebbe0f77e2c7b0de73ef95ba59684dfce72f088a25ab80be70de1ef2664e112e 35120 uwsgi-plugin-curl-cron_2.0.6~dfsg-1_amd64.deb
 f98247fc3592c1a2cb48601dc1928a0b79f8023bfd818dbc01da9d258a85e8b3 35844 uwsgi-plugin-emperor-pg_2.0.6~dfsg-1_amd64.deb
 655c523066093d4fe277132fb07520c66550ec2992eab5b7c4b1eae63e09acd1 22904 uwsgi-plugin-rbthreads_2.0.6~dfsg-1_amd64.deb
 821929ca261ed8ae36fb11c067cb9932f3aa1235c29cf908cf4c857f3712ff21 22738 uwsgi-plugin-fiber_2.0.6~dfsg-1_amd64.deb
 e1de473d84cb92c3f39fcf5f4678eaaea9e4c0e2d68214d1b4070651ed3ed803 36088 uwsgi-plugin-geoip_2.0.6~dfsg-1_amd64.deb
 60ffd90720d18856ea01dee654956aaf1542e5ac177865bfb57b3699e606459c 35848 uwsgi-plugin-graylog2_2.0.6~dfsg-1_amd64.deb
 171b422f30d34c2cd9965ac25ecb8fb87d8e9ebd59fa6aab6f377f0e72cfd7a0 24828 uwsgi-plugin-greenlet-python_2.0.6~dfsg-1_amd64.deb
 58966bc11f315275688f190a4259481e4a0709655df8d30b3c3ca39a41c988a9 45434 uwsgi-plugin-jvm-openjdk-7_2.0.6~dfsg-1_amd64.deb
 449bb78c1c7626aa1d82ce0a3e3f746343cb392c563f196a5edbea55196b5c7e 24350 uwsgi-plugin-jwsgi-openjdk-7_2.0.6~dfsg-1_amd64.deb
 fab2ca8d12e1970e4f6230e7bcf5fbfc04b4d6a681adef00847c23f07199c407 39498 uwsgi-plugin-ldap_2.0.6~dfsg-1_amd64.deb
 a1609d0ddde70138c39653507d8c2b73caac68e42d635af3ecc70a8e223fd044 42128 uwsgi-plugin-lua5.1_2.0.6~dfsg-1_amd64.deb
 6d45832c292a9c099548ccd25cf1bad4bdfb0b16c8ba261c81dd4c7a153b5c3a 42132 uwsgi-plugin-lua5.2_2.0.6~dfsg-1_amd64.deb
 37bcd11addd7220667d0595cb730706a32a446994ae92e8908206cdf51f030ee 42142 uwsgi-plugin-luajit_2.0.6~dfsg-1_amd64.deb
 da127bedee68d392b7af1945be76f2d08c7015a66314ae409b2d049628b96d85 76236 uwsgi-plugin-psgi_2.0.6~dfsg-1_amd64.deb
 69962f09578b7252c81276ff9da604d9446d090030bac2a38f0f868a053c9084 87470 uwsgi-plugin-python_2.0.6~dfsg-1_amd64.deb
 7471bf0bc77fb4b520d00ca8ebca3b44c887385856ef169f9aad804a26268bfc 88134 uwsgi-plugin-python3_2.0.6~dfsg-1_amd64.deb
 86ed9cc1348aa6a6e61901a6c2668784b7bf7d0a3caf9ee2a3e0020c363b5bce 55696 uwsgi-plugin-rack-ruby2.1_2.0.6~dfsg-1_amd64.deb
 c837e3c0dc790dbc9315002f732542c2879a04dd4c9218aba4380b82f95c982b 35324 uwsgi-plugin-router-access_2.0.6~dfsg-1_amd64.deb
 7754bda047cf6eec83e3099f223bd0f4c35ab781b78a6aed530936d67648869a 35364 uwsgi-plugin-sqlite3_2.0.6~dfsg-1_amd64.deb
 5ecb19a00fe8a2c600abf5c7e9a0b5af55b4f668833dd74b6c36e69a379a614c 42396 uwsgi-plugin-v8_2.0.6~dfsg-1_amd64.deb
 c41baac6f00e5d7184d86f01ca9d4f5a1b7f85861d4367d00e1092fec2cd7f48 42492 uwsgi-plugin-php_2.0.6~dfsg-1_amd64.deb
 81fab0dbe743284d65f1114500094b05249b4fb71cc8a04a6d311f02a77f3c4f 38628 uwsgi-plugin-xslt_2.0.6~dfsg-1_amd64.deb
 7412017daef9a842f5934db496b975877ed3f75ff7166c8ef60a14617b07aa68 26428 libapache2-mod-proxy-uwsgi_2.0.6~dfsg-1_amd64.deb
 fbe8429cad61412af83537b829bcdcc7b6d2575c7d219dbaf9143abc7b8003ac 33734 libapache2-mod-proxy-uwsgi-dbg_2.0.6~dfsg-1_amd64.deb
 1274c489fbb767e918a62bef94e84948250b4e053f3cc904dc66d4994746e488 28020 libapache2-mod-uwsgi_2.0.6~dfsg-1_amd64.deb
 d89b152942884b0fb8d781a8924aa6a0e8730d9564b1fa9c4e8d73dd660f16a0 34570 libapache2-mod-uwsgi-dbg_2.0.6~dfsg-1_amd64.deb
 17d2db4b30000af0535049729d5fe11567a1ee540c9ed7c62eb904cede2362b7 28790 libapache2-mod-ruwsgi_2.0.6~dfsg-1_amd64.deb
 029385649b927f1cdcfb58926646434d6c296005e691387fdae690cec5d05bd5 36564 libapache2-mod-ruwsgi-dbg_2.0.6~dfsg-1_amd64.deb
Files:
 0904885b015f4000689381b3b5d327cb 22472 python extra python-uwsgidecorators_2.0.6~dfsg-1_all.deb
 449397c27ca4534ee12c4dde561abba9 22616 python extra python3-uwsgidecorators_2.0.6~dfsg-1_all.deb
 970884b4940db07264c398e967dd445a 37132 web extra uwsgi-extra_2.0.6~dfsg-1_all.deb
 5b3e5ebc516052914ab74604c13951cf 32820 web optional uwsgi_2.0.6~dfsg-1_amd64.deb
 231ea0694a61adb10c8828e76429ca9e 1571098 debug extra uwsgi-dbg_2.0.6~dfsg-1_amd64.deb
 b6b98392e975b4d02427ca72b4cbaa77 441436 web optional uwsgi-core_2.0.6~dfsg-1_amd64.deb
 c318560d75c933455f6550eb5b4ac4b4 23004 web optional uwsgi-emperor_2.0.6~dfsg-1_amd64.deb
 dfffc7401fd7fb62bd8527fab24b6fda 20410 web extra uwsgi-plugins-all_2.0.6~dfsg-1_amd64.deb
 14707046f8043f706f67962ee07cd97a 20424 web extra uwsgi-infrastructure-plugins_2.0.6~dfsg-1_amd64.deb
 73dbabcd95565aad04eb0c5f8710e26f 20432 web extra uwsgi-app-integration-plugins_2.0.6~dfsg-1_amd64.deb
 e98693203ec1c1a42d63b7746c645e41 37222 web extra uwsgi-plugin-alarm-curl_2.0.6~dfsg-1_amd64.deb
 9f6629c434b5868d23f30ef670ca65d3 38286 web extra uwsgi-plugin-alarm-xmpp_2.0.6~dfsg-1_amd64.deb
 c569a5852d6493409f164f4233904a4c 35120 web extra uwsgi-plugin-curl-cron_2.0.6~dfsg-1_amd64.deb
 ff8209a48347fb1d23991fa5e9a81887 35844 web extra uwsgi-plugin-emperor-pg_2.0.6~dfsg-1_amd64.deb
 baf5c13240527f7beddc7bfbc118117d 22904 web extra uwsgi-plugin-rbthreads_2.0.6~dfsg-1_amd64.deb
 d363da2192c45a0ca2f3a4a673999698 22738 web extra uwsgi-plugin-fiber_2.0.6~dfsg-1_amd64.deb
 6c324a66cb5473d236841782691d7a20 36088 web extra uwsgi-plugin-geoip_2.0.6~dfsg-1_amd64.deb
 f312b5089ec6a30210aa84ff0947f833 35848 web extra uwsgi-plugin-graylog2_2.0.6~dfsg-1_amd64.deb
 819e18f8932ae79b4fc93a1fe4248201 24828 web extra uwsgi-plugin-greenlet-python_2.0.6~dfsg-1_amd64.deb
 92a583c61634370488955e243369f662 45434 web extra uwsgi-plugin-jvm-openjdk-7_2.0.6~dfsg-1_amd64.deb
 3a0264da5b99322a469bb5e659b79129 24350 web extra uwsgi-plugin-jwsgi-openjdk-7_2.0.6~dfsg-1_amd64.deb
 3ca2f34af43c370d192982e7f7d059d1 39498 web extra uwsgi-plugin-ldap_2.0.6~dfsg-1_amd64.deb
 70e527e862cb251087a828251bfc7402 42128 web extra uwsgi-plugin-lua5.1_2.0.6~dfsg-1_amd64.deb
 79eeffd0cb1c8460be4882af2b3b8869 42132 web extra uwsgi-plugin-lua5.2_2.0.6~dfsg-1_amd64.deb
 ea8c2b505375a64409a2ccc51a8ec1e7 42142 web extra uwsgi-plugin-luajit_2.0.6~dfsg-1_amd64.deb
 a297b016e05311bf739b5d05f806d05e 76236 web extra uwsgi-plugin-psgi_2.0.6~dfsg-1_amd64.deb
 c88491fc80e3c35f2dce1bdf7e359a83 87470 web extra uwsgi-plugin-python_2.0.6~dfsg-1_amd64.deb
 c660f8419857c3b477a5374d01e029cb 88134 web extra uwsgi-plugin-python3_2.0.6~dfsg-1_amd64.deb
 0e64f58b4c8f582866d7dc2cf9a2d512 55696 web extra uwsgi-plugin-rack-ruby2.1_2.0.6~dfsg-1_amd64.deb
 e63c36e42f7788de6c1d77f1ad5747da 35324 web extra uwsgi-plugin-router-access_2.0.6~dfsg-1_amd64.deb
 3ddf1b2f8da15a51ac241e61b102eb32 35364 web extra uwsgi-plugin-sqlite3_2.0.6~dfsg-1_amd64.deb
 a3222f4ce05b75670150135fa3e110b7 42396 web extra uwsgi-plugin-v8_2.0.6~dfsg-1_amd64.deb
 6fa22d7420365928b2bd5dd394160c12 42492 web extra uwsgi-plugin-php_2.0.6~dfsg-1_amd64.deb
 8667f0c6ce06cb8cd11a8756c284d900 38628 web extra uwsgi-plugin-xslt_2.0.6~dfsg-1_amd64.deb
 e3ba22c0fd825216cfe49d3a7f0609be 26428 web extra libapache2-mod-proxy-uwsgi_2.0.6~dfsg-1_amd64.deb
 355b1f5d27e6f5371e3b709712a54252 33734 debug extra libapache2-mod-proxy-uwsgi-dbg_2.0.6~dfsg-1_amd64.deb
 104a37c149fb69216474d7bb4dc4683b 28020 httpd extra libapache2-mod-uwsgi_2.0.6~dfsg-1_amd64.deb
 52ccea65d03ab76234cbc826c4e5d165 34570 debug extra libapache2-mod-uwsgi-dbg_2.0.6~dfsg-1_amd64.deb
 4a06b0ca3e8679c303319fe9ed1be646 28790 httpd extra libapache2-mod-ruwsgi_2.0.6~dfsg-1_amd64.deb
 47c02211744d2dad954762f1cdca1214 36564 debug extra libapache2-mod-ruwsgi-dbg_2.0.6~dfsg-1_amd64.deb
 2b134c8454788c29d272d4f4ff4fd47f 6244 web extra uwsgi_2.0.6~dfsg-1.dsc
 743f0662fe167cc566c32199e449af87 772397 web extra uwsgi_2.0.6~dfsg.orig.tar.gz
 2f020d7df34034257ae91598bf26c394 40992 web extra uwsgi_2.0.6~dfsg-1.debian.tar.xz

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQJ8BAEBCgBmBQJTwnkeXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ5RkUzRTlDMzY2OTFBNjlGRjUzQ0M2ODQy
QzdDMzE0NkMxQTAwMTIxAAoJECx8MUbBoAEhKnAQAKvQY8iGHUSj6hMS5xEZRk1t
mTBoFhQnA10QOgYK3a8r+D1ux/O7kKYgj4XWun37oHCxWk4RfRSJjCXcb74CJFZr
aAD4v9K+7K6zt7WeLIBZLvYcC5LVJxoEy6v/eH0daKDDK6Qd0KQFecOda8TAqwR9
kthGbKZ4NK42zECxpaqWUVGWEgfDL3nrqnM7D55jvDvmlEE3b9XdAdCEkrRobjkq
/C/EMTpRy2hRcwdiuH/vDqJGrtWOGOI9xN2JEJm1FscGqEAF4KjsZ1PklTZ9MGGB
lTSjrs+UJ6+9D9aKbJSEa33TG6TOdhpold1BqKGM5kGxrsWEc38jp2bY4FEUlTrp
mMrLTuW1ov1pe3Njzp/dWVYWoB8otLW0WCkyGacPMn406r2JnSO2E6Ikf7pM64UQ
kPfX3fZNQdjSyQf3NrUsVYYDa1/Io+jG7dTR83+fk86FodS+xGtkedxtM+XM2PcS
D7zXDkTwuGoUwt6f5dqic5iLT2xPcSNyb5Rt1wUXAEmJrW2JeUt/mw+yH7Gu7sR3
aiJEsW+rnFYfL8S/uTNTTB8QwHat7OCDo0T0pCzmIPLN1JVWtP2XjDhPkXUxBkfS
UnjwZJKg1p4SXvcHh1BmqgRr12z+Jc3F8Glur46OrvX4upwhZ1B4yBKAtUBR/9it
nh/cTUyhFG+JfuOJqVjw
=VmK5
-----END PGP SIGNATURE-----