Package Release Info

apache2-mod_wsgi-5.0.0-bp160.1.12

Update Info: Base Release
Available in Package Hub : 16.0

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

apache2-mod_wsgi

Change Logs

* Thu Jun 20 2024 pgajdos@suse.com
- drop unmaintained apache-rex usage
* Mon Mar 25 2024 pgajdos@suse.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 <dimstar@opensuse.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 Latini <marina.latini@suse.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 Dominique Leuenberger <dimstar@opensuse.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 Ludwig Nussel <lnussel@suse.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 Matej Cepl <mcepl@suse.com>
- Add missing bug reference to allow inclusion in SLE-15:SP4.
* Wed Nov 25 2020 pgajdos@suse.com
- use /usr/sbin/apxs for build, not -prefork
* Wed May 06 2020 Dominique Leuenberger <dimstar@opensuse.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 Neal Gompa <ngompa13@gmail.com>
- Add Python-native build so Python metadata and wrapper is present
  (bsc#1189467).