[pkg-lighttpd] r303 - lighttpd/trunk/debian

madcoder at alioth.debian.org madcoder at alioth.debian.org
Sun Mar 16 10:06:28 UTC 2008


Author: madcoder
Date: 2008-03-16 10:06:27 +0000 (Sun, 16 Mar 2008)
New Revision: 303

Modified:
   lighttpd/trunk/debian/changelog
   lighttpd/trunk/debian/lighttpd.postinst
Log:
Closes 468297


Modified: lighttpd/trunk/debian/changelog
===================================================================
--- lighttpd/trunk/debian/changelog	2008-03-16 10:02:26 UTC (rev 302)
+++ lighttpd/trunk/debian/changelog	2008-03-16 10:06:27 UTC (rev 303)
@@ -1,16 +1,19 @@
 lighttpd (1.4.19-1) UNRELEASED; urgency=low
 
   * New upstream release.
+
   * debian/patches:
      + migrate to quilt.
      + remove 05_fdevent_fix.patch (merged upstream).
      + remove 06_mod_cgi_vuln_fix.patch (merged upstream).
      + refresh the rest of the series.
+
   * debian/lighty-enable-mod:
      + Reindent and remove trailing spaces.
      + don't fail to remove a module that is already removed.
        Patch from Michal Čihař (Closes: 448682).
      + Allow full stops in module names (Closes: 462199).
+
   * debian/lighttpd.cron.daily: new file, cleanup compressed cache.
     Thanks to Michal Čihař (Closes: 445224).
 
@@ -21,6 +24,11 @@
        automagically (when it's a sane thing to do).
      + Document all that in NEWS.Debian.
 
+  * debian/lighttpd.postinst:
+     + chmod'ing /var/cache/lighttpd recursively is useless and too long. Just
+       chmod the base directory, content is likely to be only created by
+       lighty anyways. (Closes: 468297).
+
  -- Pierre Habouzit <madcoder at debian.org>  Sun, 16 Mar 2008 10:11:45 +0100
 
 lighttpd (1.4.18-4) unstable; urgency=high

Modified: lighttpd/trunk/debian/lighttpd.postinst
===================================================================
--- lighttpd/trunk/debian/lighttpd.postinst	2008-03-16 10:02:26 UTC (rev 302)
+++ lighttpd/trunk/debian/lighttpd.postinst	2008-03-16 10:06:27 UTC (rev 303)
@@ -9,9 +9,8 @@
    		cp /usr/share/lighttpd/index.html /var/www/index.lighttpd.html
 	fi
         mkdir -p /var/run/lighttpd > /dev/null 2> /dev/null
-	chown www-data:www-data /var/log/lighttpd /var/run/lighttpd
+	chown www-data:www-data /var/log/lighttpd /var/run/lighttpd /var/cache/lighttpd
 	chmod 0750 /var/log/lighttpd /var/run/lighttpd
-	chown www-data:www-data -R /var/cache/lighttpd
 fi
 
 #DEBHELPER#




More information about the pkg-lighttpd-maintainers mailing list