8
0

Accepting request 1125704 from home:david.anes:branches:Apache:Modules

- Update to 2.0.13: 
  * Use get_server_banner() instead of deprecated get_server_version() in
    Apache2::Status.  
  * Avoid generating APR precompiled headers.
  * Fix build for perl >= 5.37.1.
- Removed apache2-mod_perl-perl-5.38.patch (fix already upstream)

OBS-URL: https://build.opensuse.org/request/show/1125704
OBS-URL: https://build.opensuse.org/package/show/Apache:Modules/apache2-mod_perl?expand=0&rev=82
This commit is contained in:
2023-11-13 17:07:39 +00:00
committed by Git OBS Bridge
parent 84c66906f6
commit d23f5edb0c
7 changed files with 31 additions and 35 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Mon Nov 13 16:41:31 UTC 2023 - David Anes <david.anes@suse.com>
- Update to 2.0.13:
* Use get_server_banner() instead of deprecated get_server_version() in
Apache2::Status.
* Avoid generating APR precompiled headers.
* Fix build for perl >= 5.37.1.
- Removed apache2-mod_perl-perl-5.38.patch (fix already upstream)
-------------------------------------------------------------------
Tue Aug 8 09:38:00 UTC 2023 - Dominique Leuenberger <dimstar@opensuse.org>