[SCM] Debian packaging for apache2 branch, next, updated. debian/2.4.2-2-36-g0de9e70

Arno Töll arno at debian.org
Thu Aug 2 21:33:52 UTC 2012


The following commit has been merged in the next branch:
commit 0de9e70330b8d030835bb98afbc25888bbe521d4
Author: Arno Töll <arno at debian.org>
Date:   Thu Aug 2 23:33:23 2012 +0200

    Be more careful when removing the disk cache directory

diff --git a/debian/changelog b/debian/changelog
index 2f06a99..f2b0be2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -24,8 +24,11 @@ apache2 (2.4.2-3) UNRELEASED; urgency=low
   * Implement -q (quiet) option for a2query (Closes: #681541).
   * Properly honor -p/-N options as understood by debhelper (Closes: 681542).
     Thanks Russ Allbery for the hint.
+  * Be more careful regarding link attacks when for the the cache disk
+    directory.
+
 
- -- Arno Töll <arno at debian.org>  Sun, 29 Jul 2012 22:51:11 +0200
+ -- Arno Töll <arno at debian.org>  Thu, 02 Aug 2012 23:32:36 +0200
 
 apache2 (2.4.2-2) experimental; urgency=low
 
diff --git a/debian/rules b/debian/rules
index a4e4671..4b982b3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -108,7 +108,7 @@ override_dh_fixperms-arch:
 	chmod 4754 debian/apache2-suexec-custom/usr/lib/apache2/suexec-custom
 	chgrp www-data debian/apache2-suexec-custom/usr/lib/apache2/suexec-custom
 	dh_fixperms -a -Xusr/lib/apache2/suexec-custom -Xusr/lib/apache2/suexec-pristine
-	chown -R www-data:www-data debian/apache2/var/cache/apache2
+	chown -R www-data:www-data debian/apache2/var/cache/apache2/mod_cache_disk
 	chown root:adm debian/apache2/var/log/apache2
 	chmod o-rx debian/apache2/var/log/apache2
 

-- 
Debian packaging for apache2



More information about the Pkg-apache-commits mailing list