[Pkg-tcltk-commits] r1109 - dotlrn/trunk/debian

geox-guest at alioth.debian.org geox-guest at alioth.debian.org
Mon Dec 13 11:50:59 UTC 2010


Author: geox-guest
Date: 2010-12-13 11:50:58 +0000 (Mon, 13 Dec 2010)
New Revision: 1109

Modified:
   dotlrn/trunk/debian/changelog
   dotlrn/trunk/debian/control
   dotlrn/trunk/debian/postinst
Log:
Security fix and policy bumped.


Modified: dotlrn/trunk/debian/changelog
===================================================================
--- dotlrn/trunk/debian/changelog	2010-11-25 13:09:46 UTC (rev 1108)
+++ dotlrn/trunk/debian/changelog	2010-12-13 11:50:58 UTC (rev 1109)
@@ -1,3 +1,10 @@
+dotlrn (2.5.0+dfsg-3) unstable; urgency=low
+
+  * Policy bumped to 3.9.1 without changes.
+  * Removed recursive chown in postinst (see #606554). 
+
+ -- Hector Romojaro <hromojaro at dia.uned.es>  Mon, 13 Dec 2010 12:14:25 +0100
+
 dotlrn (2.5.0+dfsg-2) unstable; urgency=high
 
   * Fixed severe vulnerability in the api-browser: it was possible to pass  

Modified: dotlrn/trunk/debian/control
===================================================================
--- dotlrn/trunk/debian/control	2010-11-25 13:09:46 UTC (rev 1108)
+++ dotlrn/trunk/debian/control	2010-12-13 11:50:58 UTC (rev 1109)
@@ -5,7 +5,7 @@
 Uploaders: Francesco Paolo Lovergine <frankie at debian.org>
 Build-Depends-Indep: po-debconf
 Build-Depends: debhelper (>= 7), dpatch
-Standards-Version: 3.8.4
+Standards-Version: 3.9.1
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-tcltk/dotlrn/trunk
 Vcs-Svn: svn://svn.debian.org/svn/pkg-tcltk/dotlrn/trunk
 Homepage: http://www.dotlrn.org/

Modified: dotlrn/trunk/debian/postinst
===================================================================
--- dotlrn/trunk/debian/postinst	2010-11-25 13:09:46 UTC (rev 1108)
+++ dotlrn/trunk/debian/postinst	2010-12-13 11:50:58 UTC (rev 1109)
@@ -67,15 +67,15 @@
         repository=/var/lib/dotlrn
         if [ -d $repository ]; then
             # set the owner and change rights accordingly
-            chown -R www-data:www-data $repository
-            chmod 0755 $repository
+            chown www-data:www-data $repository $repository/content-repository-content-files/
+            chmod 0755 $repository $repository/content-repository-content-files/
         fi
 
 	# Care about the log directory
 	logdir=/var/log/aolserver4/dotlrn
         if [ -d $logdir ]; then
             # set the owner and change rights accordingly
-            chown -R www-data:www-data $logdir
+            chown www-data:www-data $logdir
             chmod 0755 $logdir
         fi
 	




More information about the Pkg-tcltk-commits mailing list