DFSG NEW Queue

DFSG, Licensing & New Packages Team

uwsgi 2.0.31-5

Package Information

Descriptionfast, 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 provides core uWSGI binary (built without any embedded plugins) and plugins with no or few dependencies:

${uwsgi:corepluginlist}

forkptyrouter, systemd and tuntap are provided only on supported architectures.

Developing external uWSGI plugin requires the package uwsgi-dev.

MaintaineruWSGI packaging team <pkg-uwsgi-devel@lists.alioth.debian.org>
Changed ByAlexandre Rossi <niol@zincube.net>
Sponsorjvalleroy@debian.org
Distributionunstable
Architectureany all
VCSgit: https://salsa.debian.org/uwsgi-team/uwsgi.git (browse)
Closes#1130481
Popcon Installs2589
Binary NEWYes (binary-only upload)
Trackerhttps://tracker.debian.org/pkg/uwsgi
Uploaded3 hours ago

New Package Report

.changes
DateSun, 31 May 2026 10:56:07 +0200
Sourceuwsgi
Version2.0.31-5
Changed-ByAlexandre Rossi
Architecturesource all amd64
Distributionunstable
Changelog
uwsgi (2.0.31-5) unstable; urgency=medium
 .
   * doc: remove useless advice to enable uwsgi-app service (triggered by socket)
   * document migration from legacy initscript to systemd (Closes: #1130481)
   * rename uwsgi-core pkg to uwsgi and move sysv scripts to uwsgi-initscripts
   * declare compliance to policy 4.7.4 (no change)
   * fix underflow when using mountpoints with trailing-/ (Closes: #1133977)
   * add transitional package for better handling of uwsgi-core rename
.dsc
Sectionhttpd
Priorityoptional
Componentmain
Package-Listuwsgi deb httpd optional arch=any
uwsgi-core deb oldlibs optional arch=all
uwsgi-dev deb libdevel optional arch=any
uwsgi-emperor deb httpd optional arch=all
uwsgi-extra deb httpd optional arch=all
uwsgi-initscripts deb httpd optional arch=all
uwsgi-plugin-alarm-curl deb httpd optional arch=any
uwsgi-plugin-alarm-xmpp deb httpd optional arch=any
uwsgi-plugin-curl-cron deb httpd optional arch=any
uwsgi-plugin-emperor-pg deb httpd optional arch=any
uwsgi-plugin-geoip deb httpd optional arch=any
uwsgi-plugin-graylog2 deb httpd optional arch=any
uwsgi-plugin-ldap deb httpd optional arch=any
uwsgi-plugin-router-access deb httpd optional arch=any
uwsgi-plugin-sqlite3 deb httpd optional arch=any
uwsgi-plugin-xslt deb httpd optional arch=any
uwsgi-src deb libdevel optional arch=all
debian/copyright
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: uWSGI
Upstream-Contact: https://github.com/unbit/uwsgi/issues
Source: https://github.com/unbit/uwsgi

Files: *
Copyright:
  2009-2016  Unbit S.a.s <info@unbit.it>
License-Grant:
 GPL-2
License: GPL-2
Comment:
 Source mentions a linking exception,
 but it is uncertain for which code it aplies,
 and whether it applies to derived works as well.

Files:
 apache2/*
 core/uwsgi.c
 plugins/router_xmldir/router_xmldir.c
Copyright:
  2013       Guido Berhoerster <guido+uwsgi@berhoerster.name>
  2009-2010  Roger Florkowski <rflorkowski@mypublisher.com>
  2009-2017  Unbit S.a.s <info@unbit.it>
License-Grant:
 This program is free software;
 you can redistribute it and/or modify it
 under the terms of the GNU General Public License
 as published by the Free Software Foundation;
 either version 2 of the License,
 or (at your option) any later version.
License: GPL-2+

Files:
 apache2/mod_proxy_uwsgi.c
Copyright:
  2009-2017  Unbit S.a.s. <info@unbit.it>
License-Grant:
 Licensed under the Apache License, Version 2.0
 (the "License");
 you may not use this file
 except in compliance with the License.
 You may obtain a copy of the License
 at <http://www.apache.org/licenses/LICENSE-2.0>
 .
 Unless required by applicable law or agreed to in writing,
 software distributed under the License is distributed
 on an "AS IS" BASIS,
 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
 either express or implied.
 See the License for the specific language
 governing permissions and limitations under the License.
License: Apache-2.0

Files:
 core/rb_timers.c
Copyright:
  Igor Sysoev
  Nginx, Inc.
  Unbit S.a.s.
License: GPL-2
Comment:
 Contains copyright but no license.
 Licensing assumed same as generally for the project.

Files:
 core/hash.c
Copyright:
  Austin Appleby
License-grant:
 adapted from nginx
License: GPL-2
Comment:
 Contains copyright but no license.
 Licensing assumed same as generally for the project.

Files:
 debian/*
Copyright:
  2024-2025  Alexandre Rossi <niol@zincube.net>
  2012-2013  Janos Guljas <janos@debian.org>
  2013-2025  Jonas Smedegaard <dr@jones.dk>
  2010       Leonid Borisenko <leo.borisenko@gmail.com>
License-grant:
 This program is free software;
 you can redistribute it and/or modify it
 under the terms of the GNU General Public License
 as published by the Free Software Foundation;
 either version 3,
 or (at your option) any later version.
License: GPL-3+
Reference: debian/copyright

Files:
 debian/patches/0*
Copyright:
  Unbit S.a.s <info@unbit.it>
License: GPL-2

Files:
 debian/patches/1*
 debian/patches/2*
Copyright:
  Janos Guljas <janos@debian.org>
  Jonas Smedegaard <dr@jones.dk>
License-grant:
 This packaging is free software;
 you can redistribute it and/or modify it
 under the terms of the GNU General Public License
 as published by the Free Software Foundation;
 either version 2,
 or (at your option) any later version.
License: GPL-2+
Reference: debian/copyright

License: Apache-2.0
Reference: /usr/share/common-licenses/Apache-2.0

License: GPL-2
Reference: /usr/share/common-licenses/GPL-2

License: GPL-2+
Reference: /usr/share/common-licenses/GPL-2

License: GPL-3+
Reference: /usr/share/common-licenses/GPL-3

Back to Dashboard | View all reviews for this package