[Pkg-moodle-commits] rev 8 - trunk/packages/moodle/debian

Isaac Clerencia isaac at costa.debian.org
Sun Jan 8 17:29:10 UTC 2006


Author: isaac
Date: 2006-01-08 17:29:09 +0000 (Sun, 08 Jan 2006)
New Revision: 8

Modified:
   trunk/packages/moodle/debian/changelog
   trunk/packages/moodle/debian/control
   trunk/packages/moodle/debian/postinst
Log:
New Debian upload to fix a security bug and some other bugs, new tarball
taken from 1.5.3+ (2006-01-08)


Modified: trunk/packages/moodle/debian/changelog
===================================================================
--- trunk/packages/moodle/debian/changelog	2005-12-16 11:46:00 UTC (rev 7)
+++ trunk/packages/moodle/debian/changelog	2006-01-08 17:29:09 UTC (rev 8)
@@ -1,3 +1,13 @@
+moodle (1.5.3+20060108-1) unstable; urgency=low
+
+  * New package created from 1.5.3+ branch, which closes: #346509, a
+    security bug in the ADODB code included in Moodle
+  * Check for /usr/share/moodle/admin/cron.php existence in the cronjob,
+    closes: #342304
+  * Use php4-cli instead of wget to run the cronjob, closes: #345930
+
+ -- Isaac Clerencia <isaac at debian.org>  Sun,  8 Jan 2006 17:09:57 +0100
+
 moodle (1.5.3-1) unstable; urgency=low
 
   * New upstream release

Modified: trunk/packages/moodle/debian/control
===================================================================
--- trunk/packages/moodle/debian/control	2005-12-16 11:46:00 UTC (rev 7)
+++ trunk/packages/moodle/debian/control	2006-01-08 17:29:09 UTC (rev 8)
@@ -7,7 +7,7 @@
 
 Package: moodle
 Architecture: all
-Depends: ${misc:Depends}, php4 (>= 4.1.0) | php4-cgi (>= 4.1.0), php4-pgsql (>= 4.1.0) | php4-mysql (>= 4.1.0), php4-gd, apache | httpd, wget, wwwconfig-common (>= 0.0.7), mimetex
+Depends: ${misc:Depends}, php4 (>= 4.1.0) | php4-cgi (>= 4.1.0), php4-pgsql (>= 4.1.0) | php4-mysql (>= 4.1.0), php4-gd, apache | httpd, php4-cli, wwwconfig-common (>= 0.0.7), mimetex
 Recommends: postgresql | mysql-server
 Description: Course Management System for Online Learning
  Moodle (Modular Object-Oriented Dynamic Learning Environment) is a course 

Modified: trunk/packages/moodle/debian/postinst
===================================================================
--- trunk/packages/moodle/debian/postinst	2005-12-16 11:46:00 UTC (rev 7)
+++ trunk/packages/moodle/debian/postinst	2006-01-08 17:29:09 UTC (rev 8)
@@ -112,7 +112,8 @@
     cat > $tempcronfile <<EOF
 #
 # Regular cron jobs for the moodle package
-*/5 * * * * nobody wget -q -O /dev/null ${protocol}://localhost/moodle/admin/cron.php
+*/5 * * * * www-data [ -f /usr/share/moodle/admin/cron.php ] && /usr/bin/php4 -f /usr/share/moodle/admin/cron.php
+ EOF
 EOF
     ucf $tempcronfile $cronfile
 }




More information about the Pkg-moodle-commits mailing list