Back to uwsgi PTS page

Accepted uwsgi 2.0.17.1-8 (source) into unstable



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

Format: 1.8
Date: Tue, 02 Oct 2018 10:22:00 +0200
Source: uwsgi
Binary: libapache2-mod-ruwsgi libapache2-mod-ruwsgi-dbg libapache2-mod-uwsgi libapache2-mod-uwsgi-dbg python-uwsgidecorators python3-uwsgidecorators uwsgi uwsgi-app-integration-plugins uwsgi-core uwsgi-dbg uwsgi-dev uwsgi-emperor uwsgi-extra uwsgi-infrastructure-plugins uwsgi-plugin-alarm-curl uwsgi-plugin-alarm-xmpp uwsgi-plugin-asyncio-python uwsgi-plugin-asyncio-python3 uwsgi-plugin-curl-cron uwsgi-plugin-emperor-pg uwsgi-plugin-fiber uwsgi-plugin-gccgo uwsgi-plugin-geoip uwsgi-plugin-gevent-python uwsgi-plugin-gevent-python3 uwsgi-plugin-glusterfs uwsgi-plugin-graylog2 uwsgi-plugin-greenlet-python uwsgi-plugin-greenlet-python3 uwsgi-plugin-jvm-openjdk-11 uwsgi-plugin-jwsgi-openjdk-11 uwsgi-plugin-ldap uwsgi-plugin-lua5.1 uwsgi-plugin-lua5.2 uwsgi-plugin-mono uwsgi-plugin-psgi uwsgi-plugin-python uwsgi-plugin-python3 uwsgi-plugin-rack-ruby2.5 uwsgi-plugin-rados uwsgi-plugin-rbthreads uwsgi-plugin-ring-openjdk-11 uwsgi-plugin-router-access uwsgi-plugin-servlet-openjdk-11
 uwsgi-plugin-sqlite3 uwsgi-plugin-tornado-python uwsgi-plugin-tornado-python3 uwsgi-plugin-xslt uwsgi-plugins-all
 uwsgi-src
Architecture: source
Version: 2.0.17.1-8
Distribution: unstable
Urgency: medium
Maintainer: uWSGI packaging team <pkg-uwsgi-devel@lists.alioth.debian.org>
Changed-By: Jonas Smedegaard <dr@jones.dk>
Description:
 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-dev  - fast, self-healing application container server (headers)
 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-asyncio-python - asyncio plugin for uWSGI (Python 2)
 uwsgi-plugin-asyncio-python3 - asyncio plugin for uWSGI (Python 3)
 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-gccgo - GNU Go plugin for uWSGI
 uwsgi-plugin-geoip - GeoIP plugin for uWSGI
 uwsgi-plugin-gevent-python - gevent plugin for uWSGI (Python 2)
 uwsgi-plugin-gevent-python3 - gevent plugin for uWSGI (Python 3)
 uwsgi-plugin-glusterfs - GlusterFS storage plugin for uWSGI
 uwsgi-plugin-graylog2 - graylog2 plugin for uWSGI
 uwsgi-plugin-greenlet-python - greenlet plugin for uWSGI (Python 2)
 uwsgi-plugin-greenlet-python3 - greenlet plugin for uWSGI (Python 3)
 uwsgi-plugin-jvm-openjdk-11 - Java plugin for uWSGI (OpenJDK 11)
 uwsgi-plugin-jwsgi-openjdk-11 - JWSGI plugin for uWSGI (OpenJDK 11)
 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-mono - Mono/ASP.NET plugin for uWSGI
 uwsgi-plugin-psgi - Perl PSGI plugin for uWSGI
 uwsgi-plugin-python - WSGI plugin for uWSGI (Python 2)
 uwsgi-plugin-python3 - WSGI plugin for uWSGI (Python 3)
 uwsgi-plugin-rack-ruby2.5 - Rack plugin for uWSGI ()
 uwsgi-plugin-rados - Ceph/RADOS storage plugin for uWSGI
 uwsgi-plugin-rbthreads - Ruby native threads plugin for uWSGI ()
 uwsgi-plugin-ring-openjdk-11 - Closure/Ring plugin for uWSGI (OpenJDK 11)
 uwsgi-plugin-router-access - Access router plugin for uWSGI
 uwsgi-plugin-servlet-openjdk-11 - JWSGI plugin for uWSGI (OpenJDK 11)
 uwsgi-plugin-sqlite3 - SQLite 3 configurations plugin for uWSGI
 uwsgi-plugin-tornado-python - tornado plugin for uWSGI (Python 2)
 uwsgi-plugin-tornado-python3 - tornado plugin for uWSGI (Python 3)
 uwsgi-plugin-xslt - XSLT request plugin for uWSGI
 uwsgi-plugins-all - all available plugins for uWSGI
 uwsgi-src  - sources for uWSGI plugins
Closes: 825266 846362 910051
Changes:
 uwsgi (2.0.17.1-8) unstable; urgency=medium
 .
   * Fix stop enable flag autoload by default
     in package uwsgi-emperor (not only uwsgi).
     See: Bug#900174.
   * Add shebang to init scripts.
     Closes: Bug#910051. Thanks to Jeremy Bicha.
   * Add patch to fix limit readline output to buffer size.
     Closes: Bug#846362. Thanks to Juho Heikkinen.
   * Improve README.Debian in package uwsgi: Add concrete config example.
     Closes: Bug#825266. Thanks to Geert Stappers.
   * Tidy uwsgi.README.Debian: Fix typo.
Checksums-Sha1:
 33fe042855efaee632a0e4ca8f1a39d7d76d1bbc 8284 uwsgi_2.0.17.1-8.dsc
 cb4895ec768bd9d428cb2313cd3ad63ea466b67b 60840 uwsgi_2.0.17.1-8.debian.tar.xz
 17a0ad647d242929e3ad9e16fb4d03eb5357d930 40848 uwsgi_2.0.17.1-8_amd64.buildinfo
Checksums-Sha256:
 d7d220f8d07ea6c91d55fd4f3d94bdbc679c25da19b5956e5f637148f7ee18b2 8284 uwsgi_2.0.17.1-8.dsc
 1fcc3bef47d43b191b0475654fae9c5ff7ff2017959bcd4f68447c1670093bda 60840 uwsgi_2.0.17.1-8.debian.tar.xz
 75549e415c897639c44f1865b4f0050a5445790403a62bbca62bb838404b01d8 40848 uwsgi_2.0.17.1-8_amd64.buildinfo
Files:
 4abdb5f3653c64723f3850d5dc3d7180 8284 httpd optional uwsgi_2.0.17.1-8.dsc
 138c8abf2bd3cdea2257088d133fd3e4 60840 httpd optional uwsgi_2.0.17.1-8.debian.tar.xz
 4fc82adfee8c2b98c8fa396d0dae8357 40848 httpd optional uwsgi_2.0.17.1-8_amd64.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEn+Ppw2aRpp/1PMaELHwxRsGgASEFAluzM7oACgkQLHwxRsGg
ASEFdg//Zar8CGHGD2Ys2Xv8WDnO/PS3EG5mo452tu71EQpc+8LxmHU1F/9pbmJn
PCjoJDoBWRQoeqeksOGSKdBqZvtgYASoR0NzJgYKmhs66vDAqYbSP0O4tuTpObjC
RR01IDXPwRMm745s673846dF8XXfppyqIetbEtSzlikBBdr+0FtHf5vs3r6BmpDv
AuxGP9/TSbDXSS2luFVuxz7p2Pu8DfQLnSl8RKe0YOptRbxhP4U5sBrSEUOUR4dx
Uz85GETeMhAISArwH/mshN9m4npGYDu2WXPV/U2U6TxfsdSMliVg4SXCHKP8HQGQ
pQngCXd0ZF3GU1D7KAwea3krQVW664LUYkHtjsZESkW1fQq/UCHQ5L5dgupxmsHP
ZytNVgua9eh8JKZaOQB+tmqdCcWuI/46HVRpJKav0TpY2oe3g3VeXKvU6kUG+ZmK
xrNNocVCYBhdNayI8RKuCKmxfms7EV9FAVzFCffgnt0FpV+hML6M+SQAs4cNibYi
FdSVto9vWanA921knVSncW9ItIf5omEyY4sxVkd0EaR2q9P7apK2MGHQj4Ns+1vt
ymSJjOq/xn3BJPVBVowJ2bCXk9RUU3v1rALYoGPEUnLwbeXUNhO9NIac/NvQfsHA
PCMfPbPv2TtIrdAsCjZ6zssRR/3y/9cQ6L7s+vGfo3KVLaOmT7M=
=iWuN
-----END PGP SIGNATURE-----