./www/py-uwsgi, Feature-rich WSGI server

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 2.0.24, Package name: py311-uwsgi-2.0.24, Maintainer: pkgsrc-users

uWSGI 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: 791.562 KB

Version history: (Expand)


CVS history: (Expand)


   2024-02-12 11:31:55 by Thomas Klausner | Files touched by this commit (1)
Log message:
py-uwsgi: move python 2 exclusion earlier to fix pbulk-scan
   2024-02-11 12:02:48 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-uwsgi: updated to 2.0.24

uWSGI 2.0.24

Maintenance release

Changes
properly init cache for purge_lru (Alexandre Rossi)
fix linking with php8 (Remi Collet)
remove unused variables to fix compilation (László Károlyi)
fix function parameter type to avoid overflow in harakiri (Shai Bentov)
fix socket queue stats for ipv6 (Riccardo Magliocchetti)
fixup -Wformat-signedness warnings (Riccardo Magliocchetti)
Avoid strncpy from null in pyloader (Ben Kallus)
add clang to compile test matrix in ci (Riccardo Magliocchetti)
   2023-11-08 14:21:43 by Thomas Klausner | Files touched by this commit (2377)
Log message:
*: recursive bump for icu 74.1
   2023-11-02 10:05:51 by Adam Ciarcinski | Files touched by this commit (4) | Package updated
Log message:
py-uwsgi: updated to 2.0.23

uWSGI 2.0.23

Maintenance release

Changes
Add support for Python 3.12 (Ralf Ertzinger)
plugins/php: ini_entries is read-only since PHP 8.3 (Remi Collet)
Silence glibc warnings against pthread robust mutex functions (Riccardo \ 
Magliocchetti)
Fixup jvm library path detection (Riccardo Magliocchetti)
Use sysconfig if distutils is not available (Steve Kowalik, Terence D. Honles, \ 
Riccardo Magliocchetti)
   2023-10-29 19:18:23 by Thomas Klausner | Files touched by this commit (1)
Log message:
py-uwsgi: bump PKGREVISION

for the Python 3.12 support code change, to be on the safe side
   2023-10-29 19:18:04 by Thomas Klausner | Files touched by this commit (4)
Log message:
py-uwsgi: add Python 3.12 support

From https://github.com/unbit/uwsgi/pull/2542
   2023-10-25 00:11:51 by Thomas Klausner | Files touched by this commit (2298)
Log message:
*: bump for openssl 3
   2023-08-01 14:33:17 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-uwsgi: updated to 2.0.22

uWSGI 2.0.22

Changes

Add graceful harakiri to give more slack to workers in order to do cleanup \ 
actions (Filipe Felisbino) The following options have been added:
harakiri-graceful-timeout to control the timeout for the worker to attempt a \ 
graceful shutdown
harakiri-graceful-signal, to choose which signal to use for graceful harakiri \ 
(default: SIGTERM)
harakiri-graceful-queue-threshold in order to trigger harakiri only when the \ 
listen queue crosses a threshold
plugins/php: Fix PHP 8.2 compilation (Alexandre Rossi)
plugins/python: Use “backslashreplace” on stderr initialization (Nicolas Evrard)
Fix typo (Young Ziyi)
Fix use after free with DEBUG (Alexandre Rossi)
apache2/mod_proxy_uwsgi: stricter backend HTTP response parsing/validation (Eric \ 
Covener, via Freexian)
ci: update to ubuntu 20.04 since 18.04 is unsupported (Riccardo Magliocchetti)
plugins/rack: fix compilation with Ruby 3.1, this breaks compilation for Ruby \ 
< 2.x (Lalufu, Riccardo Magliocchetti)