[mailman] fix #745411 - remove Indexes from httpd config

Jan Kaluža jkaluza at fedoraproject.org
Wed Oct 12 10:31:12 UTC 2011


commit 5f94464a96b40b06108d1e501113420d653a4584
Author: Jan Kaluza <hanzz.k at gmail.com>
Date:   Wed Oct 12 12:28:31 2011 +0200

    fix #745411 - remove Indexes from httpd config

 httpd-mailman.conf |    2 +-
 mailman.spec       |    5 ++++-
 2 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/httpd-mailman.conf b/httpd-mailman.conf
index 1a50b9d..06acd9d 100644
--- a/httpd-mailman.conf
+++ b/httpd-mailman.conf
@@ -13,7 +13,7 @@ ScriptAlias /mailman/ @MMDIR@/cgi-bin/
 
 Alias /pipermail/ @VARMMDIR@/archives/public/
 <Directory @VARMMDIR@/archives/public>
-    Options Indexes MultiViews FollowSymLinks
+    Options MultiViews FollowSymLinks
     AllowOverride None
     Order allow,deny
     Allow from all
diff --git a/mailman.spec b/mailman.spec
index c36a7ee..2df535b 100644
--- a/mailman.spec
+++ b/mailman.spec
@@ -1,7 +1,7 @@
 Summary: Mailing list manager with built in Web access
 Name: mailman
 Version: 2.1.14
-Release: 9%{?dist}
+Release: 10%{?dist}
 Epoch: 3
 Group: Applications/Internet
 Source0: ftp://ftp.gnu.org/pub/gnu/mailman/mailman-%{version}.tgz
@@ -540,6 +540,9 @@ exit 0
 %attr(2770,%{cgiuser},%{mmgroup}) %{archivesdir}/private
 
 %changelog
+* Wed Oct 12 2011 Jan Kaluza <jkaluza at redhat.com> - 3:2.1.14-10
+- fix #745411 - remove Indexes from httpd config
+
 * Wed Jul 13 2011 Jan Kaluza <jkaluza at redhat.com> - 3:2.1.14-9
 - fix #719371 - added native systemd unit file
 


More information about the scm-commits mailing list