[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Stable update proposal: sitesummary 0.0.30



Ref item 9 on <URL:http://wiki.debian.org/DebianEdu/Meeting/20070813>,
here is a update proposal for the stable release.

I propose to update the version of sitesummary in the stable
repository from 0.0.29 to 0.0.30.  The solves an usability issue
discovered during this weekends development gathering, where admins
are confused about the access limitations for sitesummary when munin
information is more available.

Here is the diff -r output between the two versions:

diff -ur sitesummary-0.0.29/debian/changelog sitesummary-0.0.30/debian/changelog
--- sitesummary-0.0.29/debian/changelog 2007-10-13 10:02:57.000000000 +0200
+++ sitesummary-0.0.30/debian/changelog 2007-11-04 13:42:39.000000000 +0100
@@ -1,3 +1,11 @@
+sitesummary (0.0.30) unstable; urgency=low
+
+  * Change default apache setup to allow everyone read access to
+    /sitesummary/ instead of only localhost, as the default report do
+    not include very sensible information.
+
+ -- Petter Reinholdtsen <pere@debian.org>  Sun,  4 Nov 2007 13:41:11 +0100
+
 sitesummary (0.0.29) unstable; urgency=low

   * Add get_hostclass() to the SiteSummary perl module API.
diff -ur sitesummary-0.0.29/apache.conf sitesummary-0.0.30/apache.conf
--- sitesummary-0.0.29/apache.conf      2006-08-31 08:09:54.000000000 +0200
+++ sitesummary-0.0.30/apache.conf      2007-11-04 13:40:51.000000000 +0100
@@ -10,8 +10,8 @@
     AllowOverride None
     Options +SymLinksIfOwnerMatch -MultiViews

-    # allow only localhost per default
+    # everyone have access
     Order deny,allow
-    Deny from all
-    Allow from 127.0.0.1
+    Deny from none
+    Allow from all
 </Directory>



Reply to: