Sun Sep 20 13:11:38 2015 UTC ()
Update to 2.9.2(security update)
Oked by wiz@

Upstream changes:
Moodle 2.9.2
Highlights

    MDL-50062 - Changing grading category aggregation method no longer results in unexpected "Extra credit" items
    MDL-34938 - Enrolment expiration dates are now respected in meta course enrolments
    MDL-35148 - Course/Category themes are respected when viewing website on tablets or mobile devices
    MDL-45772 - Forms such as "Create new group" are no longer populated with passwords and usernames by the browsers

UI changes

    MDL-37832 - Course overview block on "My" ("Dashboard") page indicates that activities are expandable/collapsible
    MDL-46860 - Filepicker is displayed correctly inside Manage Files popup in Atto
    MDL-49536 - "Clean" and "More" theme's logo removes all header information.
    MDL-45841 - Blog-style forums better indicate unread posts
    MDL-50293 - File name wraps properly in the Navigation block
    MDL-50323 - Unordered lists are styled in course sections properly
    MDL-50869 - Increased contract of warning colours for AA accessibility
    MDL-50801 - Allow to set the caption side in Atto table
    MDL-50525 - Improve placement of preventsubmissionnotingroup on settings page

Functional changes

    MDL-49826 - Single view now requires capability moodle/grade:edit and not moodle/grade:manage
    MDL-35027 - Forum's subscribers list shows participants with no access to forum
    MDL-51179 - Atto autosave restore is disabled if the content is modified by somebody else
    MDL-49629 - Possible to specify icon URL for a named external tool
    MDL-50868 - Allow to use ruby tags

API changes

    MDL-49085 - Block tag_youtube is converted to the new YouTube API
    MDL-49360 - Function get_local_referer() should be used rather than HTTP_REFERER directly

Security issues

A number of security related issues were resolved. Details of these issues will be released after a period of approximately one week to allow system administrators to safely update to the latest version.
Fixes and improvements

    MDL-46232 - Fixed "Only lowercase letters allowed" error on deleting users with empty email
    MDL-30315 - Uploading feedback from CSV no longer overrides local assigned grades
    MDL-50446 - Main menu block no longer throws error if there is a resource to be opened in a new window
    MDL-49440 - Date picker correctly displays names for week days in all locales
    MDL-42670 - Recent activity block no longer shows student name when assignment blind marking is on
    MDL-49864 - Assignment PDF Pen annotations are always visible even if there are draft pen annotations
    MDL-43785 - Corrected error message text about expired sessions when clicking on AJAX elements such as expanding admin menu
    MDL-44962 - Fixed error when using HTML tags inside wiki headers
    MDL-50649 - Optimised database query for Course Participation report
    MDL-50714 - Posting in a forum does not unnecessarily require capability 'mod/forum:movediscussions'
    MDL-50799 - Improve question bank "questions per page" string behaviou


(wen)
diff -r1.40 -r1.41 pkgsrc/www/moodle/Makefile
diff -r1.29 -r1.30 pkgsrc/www/moodle/distinfo

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

--- pkgsrc/www/moodle/Makefile 2015/07/08 15:51:56 1.40
+++ pkgsrc/www/moodle/Makefile 2015/09/20 13:11:38 1.41
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.40 2015/07/08 15:51:56 wen Exp $ 1# $NetBSD: Makefile,v 1.41 2015/09/20 13:11:38 wen Exp $
2 2
3DISTNAME= moodle-2.9.1 3DISTNAME= moodle-2.9.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.29 -r1.30 pkgsrc/www/moodle/distinfo (expand / switch to unified diff)

--- pkgsrc/www/moodle/distinfo 2015/07/08 15:51:56 1.29
+++ pkgsrc/www/moodle/distinfo 2015/09/20 13:11:38 1.30
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.29 2015/07/08 15:51:56 wen Exp $ 1$NetBSD: distinfo,v 1.30 2015/09/20 13:11:38 wen Exp $
2 2
3SHA1 (moodle-2.9.1.tgz) = f0c72e54843a35399842d35a83bc61865f0f3ea9 3SHA1 (moodle-2.9.2.tgz) = 5ddcf28f118bcaad057a90fe0a72a398960c9c49
4RMD160 (moodle-2.9.1.tgz) = 881a9a86811127b709a48bdc02fe1a81e2242427 4RMD160 (moodle-2.9.2.tgz) = d3d8d3734d2a1dfaa2a6784587ee296f6344af42
5Size (moodle-2.9.1.tgz) = 36340544 bytes 5Size (moodle-2.9.2.tgz) = 36435068 bytes