1
0

4 Commits

Author SHA256 Message Date
0fc081160d Accepting request 1320129 from Apache:Modules
- Don't enable the module by default. Instead, include instructions in the
  description, consistent with other comparable modules, such as
  apache2-mod_fcgid, apache2-mod_jk and apache2-mod_mono.  If a reverse
  dependency of this module requires it, that package may execute
  `a2enmod wsgi`. (forwarded request 1318897 from wfrisch)

OBS-URL: https://build.opensuse.org/request/show/1320129
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/apache2-mod_wsgi?expand=0&rev=39
2025-11-26 17:50:01 +00:00
b741d4e6cb - Don't enable the module by default. Instead, include instructions in the
description, consistent with other comparable modules, such as
  apache2-mod_fcgid, apache2-mod_jk and apache2-mod_mono.  If a reverse
  dependency of this module requires it, that package may execute
  `a2enmod wsgi`.

OBS-URL: https://build.opensuse.org/package/show/Apache:Modules/apache2-mod_wsgi?expand=0&rev=85
2025-11-26 09:01:24 +00:00
3dac2dd974 Accepting request 1256210 from Apache:Modules
OBS-URL: https://build.opensuse.org/request/show/1256210
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/apache2-mod_wsgi?expand=0&rev=38
2025-03-26 20:22:10 +00:00
47deca1fd0 - Update to 5.0.2 includes changes from 5.0.1:
* Eliminate noise in logs under Python 3.13 when Python garbage collection
    decides to delay destruction of objects until a second phase, resulting in
    the wsgi.errors log object being accessed after the request had been
    completed and the log object marked as invalid. This resulted due to changes
    in garbage collection behaviour in Python 3.13.
  * Internally, when using Python 3.8 or newer, the PyConfig API will now be
    used due to deprecation and future removal of older C API alternatives.
    This was required to support Python 3.13.
  * Fix issue which could result in process crashing when values were supplied
    for user/password/realm of HTTP basic authentication which weren’t
    compliant with UTF-8 encoding format.
  * Fix memory leak in check_password() authentication hook handler.
  * Change use of deprecated thread.setDaemon to thread.daemon.

OBS-URL: https://build.opensuse.org/package/show/Apache:Modules/apache2-mod_wsgi?expand=0&rev=83
2025-03-26 12:30:53 +00:00

Diff Content Not Available