Tue Sep 23 07:06:10 2014 UTC ()
Update to 2.7.2(security update)

Upstream changes:
Highlights
MDL-45780 - Atto now working with form change checker and quiz autosave
MDL-46748 - Mathjax address that changed, that caused Atto to fail to load, has been updated in Moodle
MDL-35984 - Gradebook Sum of grades shows correct total if items are hidden
Functional changes
MDL-45724 - Warning given when the same memcached instance is used for both sessions and MUC
MDL-46681 - For Multiple choices questions in the quiz / question bank, the options "Clear incorrect responses" and "Show the number of correct responses" did not make sense for "One answer only" questions. It is now impossible to select that combination of options on the form.
Security issues
MSA-14-0033 URL parameter injection in CAS authentication
MSA-14-0034 Identity information revealed early in Q&A forum
Fixes and improvements
MDL-37509 - Description of assignment hidden in calendar if "always show description" = NO
MDL-46545 - Weekly stats now working again
MDL-46589 - Automatic emails now sent after users import from CSV
MDL-43197 - Parent role only sees course total and no longer individual grades
MDL-46236 - Start New Attempt option is now followed if SCORM is set to appear in a popup

Approved by:	wiz@


(wen)
diff -r1.30 -r1.31 pkgsrc/www/moodle/Makefile
diff -r1.21 -r1.22 pkgsrc/www/moodle/distinfo

cvs diff -r1.30 -r1.31 pkgsrc/www/moodle/Makefile (expand / switch to unified diff)

--- pkgsrc/www/moodle/Makefile 2014/07/18 13:34:17 1.30
+++ pkgsrc/www/moodle/Makefile 2014/09/23 07:06:10 1.31
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.30 2014/07/18 13:34:17 wen Exp $ 1# $NetBSD: Makefile,v 1.31 2014/09/23 07:06:10 wen Exp $
2 2
3DISTNAME= moodle-2.7.1 3DISTNAME= moodle-2.7.2
4CATEGORIES= www 4CATEGORIES= www
5MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=moodle/} 5MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=moodle/}
6EXTRACT_SUFX= .tgz 6EXTRACT_SUFX= .tgz
7 7
8MAINTAINER= wenheping@gmail.com 8MAINTAINER= wenheping@gmail.com
9HOMEPAGE= http://www.moodle.org/ 9HOMEPAGE= http://www.moodle.org/
10COMMENT= Course management system based on social constructionism 10COMMENT= Course management system based on social constructionism
11LICENSE= gnu-gpl-v3 11LICENSE= gnu-gpl-v3
12 12
13DEPENDS+= ${PHP_PKG_PREFIX}-gd>=5.4.4:../../graphics/php-gd 13DEPENDS+= ${PHP_PKG_PREFIX}-gd>=5.4.4:../../graphics/php-gd
14DEPENDS+= ${PHP_PKG_PREFIX}-iconv>=5.4.4:../../converters/php-iconv 14DEPENDS+= ${PHP_PKG_PREFIX}-iconv>=5.4.4:../../converters/php-iconv
15DEPENDS+= ${PHP_PKG_PREFIX}-mbstring>=5.4.4:../../converters/php-mbstring 15DEPENDS+= ${PHP_PKG_PREFIX}-mbstring>=5.4.4:../../converters/php-mbstring
16DEPENDS+= ${PHP_PKG_PREFIX}-curl>=5.4.4:../../www/php-curl 16DEPENDS+= ${PHP_PKG_PREFIX}-curl>=5.4.4:../../www/php-curl

cvs diff -r1.21 -r1.22 pkgsrc/www/moodle/distinfo (expand / switch to unified diff)

--- pkgsrc/www/moodle/distinfo 2014/07/18 13:34:17 1.21
+++ pkgsrc/www/moodle/distinfo 2014/09/23 07:06:10 1.22
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.21 2014/07/18 13:34:17 wen Exp $ 1$NetBSD: distinfo,v 1.22 2014/09/23 07:06:10 wen Exp $
2 2
3SHA1 (moodle-2.7.1.tgz) = b0474b2cac4d05897b181f1db7d921586a771903 3SHA1 (moodle-2.7.2.tgz) = 396d985a12d6b34bc25028ecd34e5e1ab6fc2faf
4RMD160 (moodle-2.7.1.tgz) = deed447a568a71a5b137ee97356900f8a3707eb9 4RMD160 (moodle-2.7.2.tgz) = 96decaf48c3659c49a3db4f30e895b4d944ad9e2
5Size (moodle-2.7.1.tgz) = 34818166 bytes 5Size (moodle-2.7.2.tgz) = 34850996 bytes