[SCM] Debian packaging of libapache2-mod-perl2 branch, master, updated. debian/2.0.8+httpd24-r1449661-5-2-g047b62b

gregor herrmann gregoa at debian.org
Fri Jun 21 13:59:22 UTC 2013


The following commit has been merged in the master branch:
commit 047b62be8b4b7ad409a7847c36639372819e60f7
Author: gregor herrmann <gregoa at debian.org>
Date:   Fri Jun 21 15:49:06 2013 +0200

    Add patch from Jorge Manuel B. S. Vicetto to adjust proxy test module
    
    configuration to mod_authz_core changes in 2.4.
    
    Currently disabled since it doesn't seem to be needed.

diff --git a/debian/patches/330-proxy-test-auth.patch b/debian/patches/330-proxy-test-auth.patch
new file mode 100644
index 0000000..aae5d04
--- /dev/null
+++ b/debian/patches/330-proxy-test-auth.patch
@@ -0,0 +1,20 @@
+Description: adjust test config to mod_authz_core changes in 2.4
+Origin: Gentoo
+Forwarded: no
+Author: Jorge Manuel B. S. Vicetto
+Reviewed-by: gregor herrmann <gregoa at debian.org>
+Last-Update: 2013-06-21
+
+--- a/t/response/TestModules/proxy.pm
++++ b/t/response/TestModules/proxy.pm
+@@ -47,9 +47,7 @@
+     <IfModule mod_proxy.c>
+         <Proxy http://@servername@:@port@/*>
+             <IfModule @ACCESS_MODULE@>
+-                Order Deny,Allow
+-                Deny from all
+-                Allow from @servername@
++                Require host @servername@
+             </IfModule>
+         </Proxy>
+ 
diff --git a/debian/patches/series b/debian/patches/series
index d0b6deb..2983932 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -14,3 +14,4 @@ avoid-db-linkage.patch
 300-http-headers-version.patch
 310-defaultruntimedir.patch
 320-cleanup-authn-authz-providers.patch
+#330-proxy-test-auth.patch

-- 
Debian packaging of libapache2-mod-perl2



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