[SCM] Debian packaging for apache2 branch, next, updated. debian/2.4.4-2-6-ga8e4033
Stefan Fritsch
sf at sfritsch.de
Sat May 11 12:01:29 UTC 2013
The following commit has been merged in the next branch:
commit a8e4033e45f891a71646704a58661ee66db1d327
Author: Stefan Fritsch <sf at sfritsch.de>
Date: Sat May 11 14:01:12 2013 +0200
Enable mod_authn_core when upgrading from wheezy
diff --git a/debian/apache2.postinst b/debian/apache2.postinst
index 23b2ff3..71ff944 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_wheezy $@; then
- for module in authz_core filter access_compat ; do
+ for module in authn_core authz_core filter access_compat ; do
a2enmod -m -q $module
done
fi
diff --git a/debian/changelog b/debian/changelog
index 30d39f0..b3bcfd7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,7 @@ apache2 (2.4.4-3) UNRELEASED; urgency=low
[ Stefan Fritsch ]
* Remove paragraph about MaxMemFree in README.Debian. The issue should be
fixed in 2.4.
+ * Enable mod_authn_core when upgrading from wheezy (Closes: #702866)
-- Arno Töll <arno at debian.org> Wed, 08 May 2013 17:28:22 +0200
--
Debian packaging for apache2
More information about the Pkg-apache-commits
mailing list