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

gregor herrmann gregoa at debian.org
Mon Jun 3 18:43:49 UTC 2013


The following commit has been merged in the master branch:
commit 8a4778e53e10db9a259c137d7178f9df0a93d61b
Author: gregor herrmann <gregoa at debian.org>
Date:   Mon Jun 3 19:53:55 2013 +0200

    Load the mod_auth_digest module in debian/apache2.conf
    
    and remove the TODOs from the t/hooks/authen_digest.t in
    debian/patches/290-httpd-transition-test-todo.patch.
    
    This addresses parts of #710327.
    
    Thanks: Niko Tyni for the pointer.

diff --git a/debian/apache2.conf b/debian/apache2.conf
index 34a7970..60bb009 100644
--- a/debian/apache2.conf
+++ b/debian/apache2.conf
@@ -2,6 +2,7 @@
 LoadModule mpm_worker_module "/usr/lib/apache2/modules/mod_mpm_worker.so"
 LoadModule authn_core_module "/usr/lib/apache2/modules/mod_authn_core.so"
 LoadModule auth_basic_module "/usr/lib/apache2/modules/mod_auth_basic.so"
+LoadModule auth_digest_module "/usr/lib/apache2/modules/mod_auth_digest.so"
 LoadModule authz_core_module "/usr/lib/apache2/modules/mod_authz_core.so"
 LoadModule access_compat_module "/usr/lib/apache2/modules/mod_access_compat.so"
 LoadModule authz_user_module "/usr/lib/apache2/modules/mod_authz_user.so"
diff --git a/debian/patches/290-httpd-transition-test-todo.patch b/debian/patches/290-httpd-transition-test-todo.patch
index e6c17c3..8457799 100644
--- a/debian/patches/290-httpd-transition-test-todo.patch
+++ b/debian/patches/290-httpd-transition-test-todo.patch
@@ -3,7 +3,7 @@ Origin: vendor
 Forwarded: no
 Author: Dominic Hargreaves <dom at earth.li>
 Reviewed-by: gregor herrmann <gregoa at debian.org>
-Last-Update: 2013-05-31
+Last-Update: 2013-06-03
 
 diff --git a/t/directive/perlloadmodule3.t b/t/directive/perlloadmodule3.t
 index 8c1d0dc..92d7199 100644
@@ -18,16 +18,3 @@ index 8c1d0dc..92d7199 100644
  
  t_debug("connecting to $base_hostport");
  {
-diff --git a/t/hooks/authen_digest.t b/t/hooks/authen_digest.t
-index 2a54726..d9c7520 100644
---- a/t/hooks/authen_digest.t
-+++ b/t/hooks/authen_digest.t
-@@ -5,7 +5,7 @@ use Apache::Test;
- use Apache::TestRequest;
- use Apache::TestUtil;
- 
--plan tests => 7, need need_lwp, need_auth, 'HTML::HeadParser';
-+plan tests => 7, todo => [4, 5, 6, 7], need need_lwp, need_auth, 'HTML::HeadParser';
- 
- my $location = '/TestHooks__authen_digest';
- 

-- 
Debian packaging of libapache2-mod-perl2



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