SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for apache2-mod_wsgi-debugsource-4.9.4-3.4.i586.rpm :

* Fri Oct 20 2023 Dominique Leuenberger - Do not generate empty postun/posttrans scriptlets in case of non-openSUSE: guard the entire script by the condition, not only the entire content of the script.
* Thu Oct 19 2023 Marina Latini - Use %posttrans instead of %post while adding the wsgi keyword. (bsc#1216411)
* In systems where the former apache2-mod_wsgi-python3 is installed, the removal of the obsoleted apache2-mod_wsgi-python3 and the installation of the new apache2-mod_wsgi did not preserve the keyword wsgi in the APACHE_MODULES variable.
* Wed Nov 23 2022 Dominique Leuenberger - Update to version 4.9.4: + Apache 2.4.54 changed the default value for LimitRequestBody from 0, which indicates there is no limit, to 1Gi. If the Apache configuration supplied with a distribution wasn’t explicitly setting LimitRequestBody to 0 at global server scope for the purposes of documenting the default, and it was actually relying on the compiled in default, then when using mod_wsgi daemon mode, if a request body size greater than 1Gi was encountered the mod_wsgi daemon mode process would crash. + Fix ability to build mod_wsgi against Apache 2.2. Do note that in general only recent versions of Apache 2.4 are supported- Changes from version 4.9.3 (CVE-2022-2255, boo#1201634):
* See https://modwsgi.readthedocs.io/en/latest/release-notes/version-4.9.3.html
* Wed Jun 22 2022 Ludwig Nussel - New version 4.9.2
* see https://modwsgi.readthedocs.io/en/latest/release-notes/version-4.9.2.html
* dropped wsgi_fixVersionCheck.patch
* Fri Oct 01 2021 Matej Cepl - Add missing bug reference to allow inclusion in SLE-15:SP4.
* Wed Nov 25 2020 pgajdosAATTsuse.com- use /usr/sbin/apxs for build, not -prefork
* Wed May 06 2020 Dominique Leuenberger - Update to version 4.7.1: + Use Python 3 style print. + Mostly changes around distribtion from PyPi, where mod_wsgi is completented by a mod_wsgi-standalone with an own apache instance.- Drop the python2 based package (py2 is EOL): Move the content of the former apache2-mod_wsgi-python3 package into apache-mod_wsgi. Provide/Obsolete the old -python3 package for ease of upgrade.
* Thu Apr 09 2020 Neal Gompa - Add Python-native build so Python metadata and wrapper is present (bsc#1189467).
* Mon Feb 10 2020 Petr Gajdos - add %apache_rex_deps
* Wed Dec 04 2019 pgajdosAATTsuse.com- version update to 4.6.8
* If no system mime types file can be found, fall back to ``/dev/null`` so that Apache can still at least start up.
* Fix compilation failures when using Python 3.8.
* The Apache request ID is accessible in request events as ``request_id``.
* The per request data dictionary accessible using ``mod_wsgi.request_data()`` is now also accessible in events as ``request_data``.
* When the queue timeout was triggered for requests sent to daemon mode processes, the error response wasn\'t being flushed out correctly resulting in the connection still being held up to the time of the socket timeout.
 
ICM