8
0

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

- update to 2.0.12:
  * Add bug tracker information to README, and add CONTRIBUTING.md.
  * Fix detection of APR's threading support on RHEL 8.
  * Fix build for perl >= 5.33.7.
  * Fix SIGSEGV crash due to wrong use of perl_parse().
  * Improve installation instructions for AIX.
- remove patch:
  * fix_perl_5.34_build.patch (there is a fix already upstreamed)
- refreshed patches:
  * avoid-broken-provides.diff
  * apache2-mod_perl-prctl-short-name.patch

OBS-URL: https://build.opensuse.org/request/show/971875
OBS-URL: https://build.opensuse.org/package/show/Apache:Modules/apache2-mod_perl?expand=0&rev=78
This commit is contained in:
2022-04-21 15:48:27 +00:00
committed by Git OBS Bridge
parent bbd2008586
commit ec1d88852a
9 changed files with 43 additions and 54 deletions

View File

@@ -1,7 +1,7 @@
Index: mod_perl-2.0.10/src/modules/perl/mod_perl.c
Index: mod_perl-2.0.12/src/modules/perl/mod_perl.c
===================================================================
--- mod_perl-2.0.10.orig/src/modules/perl/mod_perl.c 2016-10-27 22:11:11.000000000 +0200
+++ mod_perl-2.0.10/src/modules/perl/mod_perl.c 2018-07-17 10:47:27.962807330 +0200
--- mod_perl-2.0.12.orig/src/modules/perl/mod_perl.c
+++ mod_perl-2.0.12/src/modules/perl/mod_perl.c
@@ -15,6 +15,7 @@
*/