[apache2] 01/02: remove mention of MSIE6

Stefan Fritsch sf at moszumanska.debian.org
Mon Aug 7 01:26:23 UTC 2017


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

sf pushed a commit to branch master
in repository apache2.

commit 04605908b9735f041066fb64220441f0ff978f40
Author: Stefan Fritsch <sf at sfritsch.de>
Date:   Mon Aug 7 02:59:40 2017 +0200

    remove mention of MSIE6
---
 debian/changelog                              | 1 +
 debian/config-dir/mods-available/deflate.conf | 6 +-----
 2 files changed, 2 insertions(+), 5 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 539f270..1334e0d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,6 +11,7 @@ apache2 (2.4.27-4) UNRELEASED; urgency=medium
     any test.
   * Also remove -DBUILD_DATETIME and -fdebug-prefix-map from config_vars.mk
     to avoid them being used by apxs.
+  * deflate.conf: Remove mention of MSIE6
 
  -- Stefan Fritsch <sf at debian.org>  Sat, 05 Aug 2017 20:59:48 +0200
 
diff --git a/debian/config-dir/mods-available/deflate.conf b/debian/config-dir/mods-available/deflate.conf
index 91d7f33..db48f92 100644
--- a/debian/config-dir/mods-available/deflate.conf
+++ b/debian/config-dir/mods-available/deflate.conf
@@ -1,10 +1,6 @@
 <IfModule mod_deflate.c>
 	<IfModule mod_filter.c>
-		# these are known to be safe with MSIE 6
-		AddOutputFilterByType DEFLATE text/html text/plain text/xml
-
-		# everything else may cause problems with MSIE 6
-		AddOutputFilterByType DEFLATE text/css
+		AddOutputFilterByType DEFLATE text/html text/plain text/xml text/css
 		AddOutputFilterByType DEFLATE application/x-javascript application/javascript application/ecmascript
 		AddOutputFilterByType DEFLATE application/rss+xml
 		AddOutputFilterByType DEFLATE application/xml

-- 
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