Path to this page:
./
www/py-uwsgi,
Feature-rich WSGI server
Branch: CURRENT,
Version: 2.0.29,
Package name: py312-uwsgi-2.0.29,
Maintainer: pkgsrc-usersuWSGI is a fast (pure C), self-healing, developer-friendly WSGI server,
aimed for professional python webapps deployment and development.
Backend support exists for Apache, nginx, cherokee and lighttpd.
Some of the features include:
- low memory footprint
- preforking and multithreaded operation
- logging, diagnostic and profiling support
- support for sendfile()
- self-healing
- graceful restart and hot-plug upgrading
Required to run:[
textproc/libxml2] [
security/openssl] [
devel/py-setuptools] [
devel/pcre] [
lang/python37]
Required to build:[
pkgtools/cwrappers]
Package options: libxml2, openssl, pcre
Master sites:
Filesize: 803.237 KB
Version history: (Expand)
- (2025-04-13) Updated to version: py312-uwsgi-2.0.29
- (2024-11-15) Updated to version: py312-uwsgi-2.0.28nb3
- (2024-11-01) Updated to version: py312-uwsgi-2.0.28nb2
- (2024-11-01) Updated to version: py312-uwsgi-2.0.28nb1
- (2024-10-10) Updated to version: py312-uwsgi-2.0.27
- (2024-06-06) Updated to version: py311-uwsgi-2.0.26
CVS history: (Expand)
2025-04-17 23:53:13 by Thomas Klausner | Files touched by this commit (2449) |
Log message:
*: recursive bump for icu 77 and libxml2 2.14
|
2025-04-13 14:46:08 by Thomas Klausner | Files touched by this commit (3) |  |
Log message:
py-uwsgi: update to 2.0.29.
Fix integration tests not running (Alexandre Rossi)
Backport pypy plugin fixes (Alexandre Rossi)
Add support for rack 3 (Alexandre Rossi)
Fix compilation with gcc-15 (Alexandre Rossi)
Backport –max-request-delta from master (Jeremy Goulard)
Disable executable stack (Martin Liška)
Fix uwsgi_request_body_readline without new lines found (Juho Heikkinen)
Fix reload-os-env option (wszak)
Tidy python code (Curtis)
Python3 compat for examples and testing code (Thomas Goirand)
|
2024-11-14 23:22:33 by Thomas Klausner | Files touched by this commit (2428) |
Log message:
*: recursive bump for icu 76 shlib major version bump
|
2024-11-11 08:29:31 by Thomas Klausner | Files touched by this commit (862) |
Log message:
py-*: remove unused tool dependency
py-setuptools includes the py-wheel functionality nowadays
|
2024-11-01 13:55:19 by Thomas Klausner | Files touched by this commit (2425) |
Log message:
*: revbump for icu downgrade
|
2024-11-01 01:54:33 by Thomas Klausner | Files touched by this commit (2426) |
Log message:
*: recursive bump for icu 76.1 shlib bump
|
2024-11-01 01:27:23 by Thomas Klausner | Files touched by this commit (2) |  |
Log message:
py-uwsgi: update to 2.0.28.
Bit more friendly log messages (Janneke Janssen)
Fix reload-on-touch/change regression from 2.0.27 (Lalufu)
Add more integration tests (Alexandre Rossi)
Fix static library not found install error on conda (Yong-Siang Shih)
|
2024-06-06 16:53:41 by Adam Ciarcinski | Files touched by this commit (3) |  |
Log message:
py-uwsgi: updated to 2.0.26
2.0.26
apache2/mod_proxy_uwsgi: let httpd handle CL/TE for non-http handlers \
CVE-2024-24795 (Eric Covener)
remove race-condition over termination of uWSGI process when using need-app and \
lazy-apps (Hanan .T)
fix 32-bit compilation with GCC14 (Rosen Penev)
uwsgiconfig: get compiler version with -dumpfullversion (Riccardo Magliocchetti)
Fix uwsgi_regexp_match() with pcre2 (Alexandre Rossi)
|