Path to this page:
./
www/py-uwsgi,
Feature-rich WSGI server
Branch: CURRENT,
Version: 2.0.28nb2,
Package name: py312-uwsgi-2.0.28nb2,
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: 797.082 KB
Version history: (Expand)
- (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
- (2024-06-04) Updated to version: py311-uwsgi-2.0.25.1nb2
- (2024-05-29) Updated to version: py311-uwsgi-2.0.25.1nb1
CVS history: (Expand)
2024-04-18 11:05:25 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
py-uwsgi: update to 2.0.25.1.
2.0.25.1
Fix build when pcre is not found and is optional (umut)
2.0.25
Update glusterfs io callback function signature for 6.0 (Ralf Ertzinger)
Fix default values in help for min-worker-lifetime & \
legion-skew-tolerance (Thomas Riccardi)
Fix build regression with gcc < 5 (Riccardo Magliocchetti)
Add support for building against prcre2. This changes the regexp internal \
data structures (Alexandre Rossi)
Allow the valgrind generator script to run with a different python version \
(Wynn Wilkes)
Fix a potential error with not releasing the gil in uwsgi_python_rpc (Wynn \
Wilkes)
Rework threading cancellation handling. This can fix issues with threading, \
missing atexit callbacks and whatnot. (Inada Naoki)
|
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) | |
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) | |
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
|