Debian Patches
Status for uwsgi/2.0.31-1
Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
1001_avoid_setting_RPATH.patch | Remove value assignments to environment variable LD_RUN_PATH Value assignment to environment variable LD_RUN_PATH leads to setting RPATH in compiled binary/shared library. . And then Lintian reports about error (E: binary-or-shlib-defines-rpath). |
Janos Guljas <janos@debian.org> | not-needed | 2016-02-08 | ||
1002_fix-reload-process-name.patch | Preserve process name on reload Function uwsgi_reload is using uwsgi.binary_path as first argument in execvp(). If the daemon is started through a symlink, uwsgi_reload will use that link's target and change the process name. With a different process name start-stop-daemon, used in init scripts, is unable to control the daemon. |
Janos Guljas <janos@debian.org> | not-needed | 2013-04-23 | ||
1011_backlog_uds.patch | Handle backlog of UNIX socket too The cheaper subsystem specifies that "backlog is only available on Linux and only on TCP sockets (not UNIX domain sockets)." This commit specifically implement this: UNIX domain socket support for backlog on Linux, using Netlink to call the kernel and get the queue status. |
Pierre Ducroquet <pducroquet@entrouvert.com> | yes | |||
2001_ensure_verbose_build.patch | Ensure verbose build in the uwsgi build systems This gets compiler command line logs in the build log which is nice for debugging. |
Alexandre Rossi <alexandre.rossi@gmail.com> | not-needed | 2020-06-05 | ||
2002_rename_py_plugins.patch | Debian renames python related plugins for historical reasons. Rather than annoying users with a visible change, patch source to ensure all is ok with Debian names: python => python3 (as referred to in integration tests) pypy => pypy3 (as referred to in integration tests and in plugin published symbols) -- |
Alexandre Rossi <niol@zincube.net> | not-needed | 2024-09-28 | ||
2003_plugin_builder_py3.patch | Use python3 to build plugins as default | Alexandre Rossi <niol@zincube.net> | not-needed |
All known versions for source package 'uwsgi'
- 2.0.31-1 (forky, sid)
- 2.0.28-9 (trixie)
- 2.0.21-5.1 (bookworm)