[libapache-ssllookup-perl] 03/04: Patch to make tests work with Apache 2.4

Christopher Hoskin christopher.hoskin at gmail.com
Sun Mar 15 17:16:05 UTC 2015


This is an automated email from the git hooks/post-receive script.

grinorcole-guest pushed a commit to branch master
in repository libapache-ssllookup-perl.

commit b09609c0c59d2904f7d0b352749f12d80294c648
Author: Christopher Hoskin <christopher.hoskin at gmail.com>
Date:   Sun Mar 15 11:47:25 2015 +0000

    Patch to make tests work with Apache 2.4
---
 .gitignore                   |  1 +
 debian/patches/MP_dTHX.patch |  5 +++++
 debian/patches/series        |  1 +
 debian/patches/tests.patch   | 15 +++++++++++++++
 4 files changed, 22 insertions(+)

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..224e7f0
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+.pc/
diff --git a/debian/patches/MP_dTHX.patch b/debian/patches/MP_dTHX.patch
index 281200a..73e51de 100644
--- a/debian/patches/MP_dTHX.patch
+++ b/debian/patches/MP_dTHX.patch
@@ -1,3 +1,8 @@
+Description: Include MP_dTHX macro removed from recent versions of mod_perl
+Author: Christopher Hoskin <christopher.hoskin at gmail.com>
+Forwarded: no
+Last-Update: 2015-03-15
+
 --- a/SSLLookup.xs
 +++ b/SSLLookup.xs
 @@ -5,6 +5,8 @@
diff --git a/debian/patches/series b/debian/patches/series
index 3da8fd7..e0b1ef0 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 MP_dTHX.patch
+tests.patch
diff --git a/debian/patches/tests.patch b/debian/patches/tests.patch
new file mode 100644
index 0000000..bb82c66
--- /dev/null
+++ b/debian/patches/tests.patch
@@ -0,0 +1,15 @@
+Description: Additions to Apache Test config to work with Apache 2.4
+Author: Christopher Hoskin <christopher.hoskin at gmail.com>
+Forwarded: no
+Last-Update: 2015-03-15
+
+
+--- /dev/null
++++ b/t/conf/extra.conf.in
+@@ -0,0 +1,6 @@
++<IfModule !mod_mpm_event.c>
++    LoadModule mpm_event_module /usr/lib/apache2/modules/mod_mpm_event.so
++</IfModule>
++<IfModule !mod_authz_core.c>
++    LoadModule authz_core_module /usr/lib/apache2/modules/mod_authz_core.so
++</IfModule>

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libapache-ssllookup-perl.git



More information about the Pkg-perl-cvs-commits mailing list