[apache2] 01/02: Don't treat mod_access_compat as essential

Stefan Fritsch sf at moszumanska.debian.org
Sat Mar 26 09:07:49 UTC 2016


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

sf pushed a commit to branch master
in repository apache2.

commit 07ea9061f243dc118732130b5a7611fcab251cea
Author: Stefan Fritsch <sf at sfritsch.de>
Date:   Sat Mar 26 10:02:06 2016 +0100

    Don't treat mod_access_compat as essential
---
 debian/a2enmod   | 2 +-
 debian/changelog | 2 ++
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/a2enmod b/debian/a2enmod
index 12e241b..e0a540d 100755
--- a/debian/a2enmod
+++ b/debian/a2enmod
@@ -32,7 +32,7 @@ my $act        = $1;
 my $obj        = $2;
 my $dir_suffix = $3;
 
-my @essential_module_list = (qw/access_compat alias auth_basic authn_file/,
+my @essential_module_list = (qw/alias auth_basic authn_file/,
     qw/authz_host authz_user autoindex deflate dir env filter logio/,
     qw/mime negotiation setenvif unixd version watchdog/);
 my $env_file = $ENV{APACHE_ENVVARS}
diff --git a/debian/changelog b/debian/changelog
index 9568d37..dceec89 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,8 @@ apache2 (2.4.18-2) UNRELEASED; urgency=medium
   * Remove ssl work-arounds for MSIE. Newer versions of IE work without them
     and older versions are no longer supported by MS. Closes: #815852
   * Give a hint about systemd in README.multiple-instances. Closes: #818904
+  * Don't treat mod_access_compat as essential. It's essentially broken,
+    anyway.
 
  -- Stefan Fritsch <sf at debian.org>  Sat, 09 Jan 2016 23:35:20 +0100
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-apache/apache2.git



More information about the Pkg-apache-commits mailing list