Changelog for
apache2-mod_wsgi-5.0.0-1.1.x86_64.rpm :
* Mon Mar 25 2024 pgajdosAATTsuse.com- version update to 5.0.0
* Note that the major version 5.0 was introduced not because of any new major features but because from version 5.0 onwards compatability with Python 2.7 is no longer guaranteed. A minimum Python version of 3.8 will be enforced by the Python package installation configuration.
* Features Changed - ---------------
* The `setuptools` package is now required to be installed in order to use the `pip install` method to install mod_wsgi. This is because `distutils` has been removed in Python 3.12. Bugs Fixed - ---------
* Fix ability to build mod_wsgi against Apache 2.2. Do note that in general only recent versions of Apache 2.4 are supported
* 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