Changelog for
uwsgi-psgi-2.0.23-1.3.x86_64.rpm :
* Tue Feb 20 2024 Dominique Leuenberger
- Use %autosetup macro. Allows to eliminate the usage of deprecated %patchN
* Sat Jan 06 2024 Ben Greiner - Update to 2.0.23
* 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)
* Wed Oct 18 2023 Dominique Leuenberger - Update to version 2.0.22: + apache2/mod_proxy_uwsgi: stricter backend HTTP response parsing/validation (CVE-2023-27522). + plugins/rack: fix compilation with ruby 3.1. + plugins/php: fix build with PHP >= 8.2.- Drop uwsgi-php82-php_module_startup-signature.patch: fixed upstream.
* Sat Jul 01 2023 Andreas Schneider - Use sle15_python_module_pythons
* Fri May 05 2023 pgajdosAATTsuse.com- added patches fix https://github.com/unbit/uwsgi/commit/509a0fdd12870d0bf5b4c1ef7d1f7f + uwsgi-php82-php_module_startup-signature.patch
* Fri Jan 06 2023 Dirk Müller - update to 2.0.21:
* Python 3.10 support
* Python 3.11 support
* add tests for worker deadlocks
* fix memory corruption in uwsgi_cache
* Fix segfault from GEVENT_SWITCH
* Support php 8.1
* Use parenthesis in print() statement
* Tue Dec 13 2022 svenAATTuebelacker.net- fixing uwsgi-php[78] package description- rpmlint: removing obsolete specfile condition for python which is included in python-rpm-macros
* Mon Dec 12 2022 Dirk Müller - switch to pkgconfig(zlib) so that alternative providers can be used
* Tue Nov 15 2022 pgajdosAATTsuse.com- php8 is supported already
* Mon Jul 04 2022 Ben Greiner - Build python plugins for all flavors on Tumbleweed
* reason: so that we can pin mailman to Python 3.9
* Thu May 12 2022 Martin Liška - Add uwsgi-ld-noexecstack.patch in order to fix gh#unbit/uwsgi#2436.
* Sun Dec 05 2021 Michael Ströder - update 2.0.20:
* Switch default python for build to python3 (Riccardo Magliocchetti)
* Add support for PHP 8 (Riccardo Magliocchetti)
* Drop support for PHP < 7 as it is EOL since end of 2018 (Riccardo Magliocchetti)
* Fix segfaults when using –wsgi-env-behavior=holy (Antonio Cuni)
* Replace uwsgi.h system includes in core and proto dirs for Bazel (Serge Bazanski)
* gevent: fix compilation with clang11 (László Károlyi)
* Fix Python 3.9 deprecations warnings (Riccardo Magliocchetti)
* Add trove classifier for Python 3.9 (Adrian)
* Fix message in Log SIGINT/SIGTERM triggered kill_them_all (Delena Malan)
* Support 7 in weekedays as an alias for sunday to match crontab behaviour (Riccardo Magliocchetti)
* Document http-timeout default of 60 seconds (Etienne H)
* Add option to override python sys.executable using py-executable config
* Allow specifying an iteration to uwsgi::add_rb_timer (Luciano Rocha)
* Allow to compile with Python versions with minor version with 2+ digits (Cyrille Pontvieux)
* Take into account new naming for LIBPL since python 3.6 (ilrico)
* Added missing HTTP status codes messages (James Brown)
* Official support for Python 3.10
* Thu Oct 07 2021 pgajdosAATTsuse.com- greenlet and gevent plugins require uwsgi-python3 instead of uwsgi-python
* Thu Sep 30 2021 pgajdosAATTsuse.com- do not require python2, drop python plugin [bsc#1191174]