Changelog for
apache2-mod_wsgi-5.0.0-150400.97.1.x86_64.rpm :
* Thu Jun 20 2024 pgajdosAATTsuse.com- drop unmaintained apache-rex usage
* 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 dimstarAATTopensuse.org- 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.latiniAATTsuse.com- 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 dimstarAATTopensuse.org- 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 lnusselAATTsuse.de- 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 mceplAATTsuse.com- 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 dimstarAATTopensuse.org- 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 ngompa13AATTgmail.com- Add Python-native build so Python metadata and wrapper is present (bsc#1189467).
* Mon Feb 10 2020 pgajdosAATTsuse.com- 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.
* Tue Dec 03 2019 pgajdosAATTsuse.com- test with %apache_rex_check
* Sat Mar 23 2019 dmuellerAATTsuse.com- update to 4.6.5:
* When running mod_wsgi-express and serving up static files from the document root, and the WSGI application was mounted at a sub URL using --mount-point, the static files in the document root outside of the mount point for the WSGI application would no longer be accessible.
* If no system mime types file can be found, fall back to /dev/null so that Apache can still at least start up.
* Now possible to use mod_wsgi-express in an a zipapp created using shiv. This entailed a special workaround to detect when shiv was used, so that the unpacked site-packages directory could be added to the Python module search path for mod_wsgi-express.
* Fri Apr 06 2018 dmuellerAATTsuse.com- update to 4.6.4:
* see http://modwsgi.readthedocs.io/en/develop/release-notes/version-4.5.19.html
* see http://modwsgi.readthedocs.io/en/develop/release-notes/version-4.5.20.html
* see http://modwsgi.readthedocs.io/en/develop/release-notes/version-4.5.21.html
* see http://modwsgi.readthedocs.io/en/develop/release-notes/version-4.5.22.html
* see http://modwsgi.readthedocs.io/en/develop/release-notes/version-4.5.23.html
* see http://modwsgi.readthedocs.io/en/develop/release-notes/version-4.5.24.html
* see http://modwsgi.readthedocs.io/en/develop/release-notes/version-4.6.0.html
* see http://modwsgi.readthedocs.io/en/develop/release-notes/version-4.6.1.html
* see http://modwsgi.readthedocs.io/en/develop/release-notes/version-4.6.2.html
* see http://modwsgi.readthedocs.io/en/develop/release-notes/version-4.6.3.html
* see http://modwsgi.readthedocs.io/en/develop/release-notes/version-4.6.4.html
* Mon Mar 19 2018 tbechtoldAATTsuse.com- Fix description (bsc#1084882)
* Sat Sep 16 2017 brunoAATTioda-net.ch- update to 4.5.18 see full changes bugfix and new features here: http://modwsgi.readthedocs.io/en/latest/release-notes- specleanup
* Fri Jun 03 2016 mrueckertAATTsuse.de- update to 4.5.2
* Upstream release notes: + http://modwsgi.readthedocs.io/en/latest/release-notes/version-4.5.2.html + http://modwsgi.readthedocs.io/en/latest/release-notes/version-4.5.1.html + http://modwsgi.readthedocs.io/en/latest/release-notes/version-4.5.0.html + http://modwsgi.readthedocs.io/en/latest/release-notes/version-4.4.23.html- minimized delta between spec files- use the #/ trick for the source url
* Sat Feb 20 2016 brunoAATTioda-net.ch- update to 4.4.22
* Upstream release notes: + http://modwsgi.readthedocs.org/en/latest/release-notes/version-4.4.22.html + http://modwsgi.readthedocs.org/en/latest/release-notes/version-4.4.21.html + http://modwsgi.readthedocs.org/en/latest/release-notes/version-4.4.20.html + http://modwsgi.readthedocs.org/en/latest/release-notes/version-4.4.19.html + http://modwsgi.readthedocs.org/en/latest/release-notes/version-4.4.18.html + http://modwsgi.readthedocs.org/en/latest/release-notes/version-4.4.17.html + http://modwsgi.readthedocs.org/en/latest/release-notes/version-4.4.16.html + http://modwsgi.readthedocs.org/en/latest/release-notes/version-4.4.15.html + http://modwsgi.readthedocs.org/en/latest/release-notes/version-4.4.14.html
* Mon Sep 28 2015 mcAATTsuse.de- update to 4.4.13
* Upstream release notes: + http://modwsgi.readthedocs.org/en/latest/release-notes/version-4.4.13.html + http://modwsgi.readthedocs.org/en/latest/release-notes/version-4.4.12.html + http://modwsgi.readthedocs.org/en/latest/release-notes/version-4.4.11.html + http://modwsgi.readthedocs.org/en/latest/release-notes/version-4.4.10.html + http://modwsgi.readthedocs.org/en/latest/release-notes/version-4.4.9.html
* Tue Sep 01 2015 pgajdosAATTsuse.com- test module with %apache_test_module_load
* Sat Aug 15 2015 mcAATTsuse.de- update to 4.4.8
* Upstream release notes: + http://modwsgi.readthedocs.org/en/latest/release-notes/version-4.4.7.html + http://modwsgi.readthedocs.org/en/latest/release-notes/version-4.4.8.html- seperate package for python3 to fix module loading errors- conflict with mod_wsgi-python3
* Thu Aug 06 2015 mcAATTsuse.com- Build subpackage with mod_wsgi_python3 (bsc#939717)
* Thu Jul 16 2015 pgajdosAATTsuse.com- Requries: %{apache_suse_maintenance_mmn} This will pull this module to the update (in released distribution) when apache maintainer thinks it is good (due api/abi changes).
* Fri Jan 30 2015 rjschweiAATTsuse.com- Fix build failure on SLE 12 (Apache 2.4.10) + add wsgi_fixVersionCheck.patch + build failed due to improper version check
* Thu Jan 29 2015 rjschweiAATTsuse.com- Update to version 4.4.6 - Upstream release notes: + http://modwsgi.readthedocs.org/en/latest/release-notes/version-4.4.6.html + http://modwsgi.readthedocs.org/en/latest/release-notes/version-4.4.5.html + http://modwsgi.readthedocs.org/en/latest/release-notes/version-4.4.4.html ..... - As of version 4.2.7 mod_wsgi is effected by https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=758035
* Mon Nov 03 2014 pgajdosAATTsuse.com- call spec-cleaner- use apache rpm macros