[Pkg-apache-commits] [SCM] Debian packaging for apache2 (Apache HTTPD 2.x) branch, next, updated. 43eff14b7884d4378e2732474cc4cd1190a97544

Stefan Fritsch sf at sfritsch.de
Sat Apr 21 17:13:39 UTC 2012


The following commit has been merged in the next branch:
commit 43eff14b7884d4378e2732474cc4cd1190a97544
Author: Stefan Fritsch <sf at sfritsch.de>
Date:   Sat Apr 21 19:12:41 2012 +0200

    Explicitly enable mod_authz_core on upgrades.
    
    It can happen that it is not pulled in by any of the enabled modules,
    but we need it in any case for apache2.conf. Closes: #669876

diff --git a/debian/apache2.postinst b/debian/apache2.postinst
index fbc9178..a8ae25d 100644
--- a/debian/apache2.postinst
+++ b/debian/apache2.postinst
@@ -206,7 +206,7 @@ enable_default_modules()
 			a2enmod -m -q $module
 		done
 	elif we_are_upgrading_from_squeeze $@; then
-		for module in filter access_compat ; do
+		for module in authz_core filter access_compat ; do
 			a2enmod -m -q $module
 		done
 	fi
diff --git a/debian/changelog b/debian/changelog
index 47a43b4..186ee3b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,9 @@ apache2 (2.4.2-2) experimental; urgency=low
   * UNRELEASED
 
   [ Stefan Fritsc ]
+  * Explicitly enable mod_authz_core on upgrades. It can happen that it is
+    not pulled in by any of the enabled modules, but we need it in any case
+    for apache2.conf. Closes: #669876
   * Don't ship the changelogs in the apache2-mpm-itk transitional package.
 
   [ Arno Töll ]

-- 
Debian packaging for apache2 (Apache HTTPD 2.x)



More information about the Pkg-apache-commits mailing list