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 (2426) |
Log message:
*: revbump for icu downgrade
|
2024-11-01 01:54:33 by Thomas Klausner | Files touched by this commit (2427) |
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)
|
2024-06-04 13:50:46 by Joerg Sonnenberger | Files touched by this commit (5) |
Log message:
Fix SOCK_NONBLOCK handling for NetBSD. Bump revision.
XXX This likely affects other non-Linux platforms just as well.
|
2024-05-29 18:35:19 by Adam Ciarcinski | Files touched by this commit (1929) | |
Log message:
revbump after icu and protobuf updates
|
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)
|