Link [ pkgsrc | NetBSD | pkgsrc git mirror | PR fulltext-search | netbsd commit viewer ]


   
        usage: [branch:branch] [user:user] [path[@revision]] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN pkgtools/pkg)




switch to index mode

recent branches: MAIN (24m)  pkgsrc-2024Q1 (9d)  pkgsrc-2023Q4 (56d)  pkgsrc-2023Q2 (88d)  pkgsrc-2023Q3 (167d) 

2024-05-26 16:20:54 UTC Now

2023-08-01 12:33:17 UTC MAIN commitmail json YAML

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)

(adam)