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
|
2023-08-01 14:33:17 by Adam Ciarcinski | Files touched by this commit (3) | |
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)
|
2023-04-19 10:12:01 by Adam Ciarcinski | Files touched by this commit (2359) | |
Log message:
revbump after textproc/icu update
|