diff options
author | wen <wen@pkgsrc.org> | 2012-07-27 12:44:20 +0000 |
---|---|---|
committer | wen <wen@pkgsrc.org> | 2012-07-27 12:44:20 +0000 |
commit | 0e18d9b42ecf2dce1eccac7d4fea209685c2178e (patch) | |
tree | a885b0568ee83225d5436b9e4ec535d0194523f3 /www | |
parent | db9cd9a44895a7cae1669f51e2aeaad6284f9f9c (diff) | |
download | pkgsrc-0e18d9b42ecf2dce1eccac7d4fea209685c2178e.tar.gz |
Update to 2.1.7
Approved by: obache@
Upstream changes:
Highlights
MDL-28557 Group event now appears to teachers, managers and administrators
MDL-33398 MDL-27368 Cron works when course completion is enabled
Functional changes
MDL-24401 Lesson string changes
MDL-33401 Managers can add blocks at the site level
Security issues
MSA-12-0042 File access issue in blocks
MSA-12-0043 Early information access issue in forum
MSA-12-0044 Capability check issue in forum subscriptions
MSA-12-0045 Injection potential in admin for repositories
MSA-12-0046 Insecure protocol redirection in LDAP authentication
MSA-12-0047 SQL injection potential in Feedback module
MSA-12-0048 Possible XSS in cohort administration
MSA-12-0049 Group restricted activity displayed to all users
MSA-12-0050 Potential DOS attack through database activity
Fixes and improvements
MDL-32866 Filemanager in private files now saves changes
MDL-33583 "Keep all" automated backups now works
MDL-33607 Add new wiki page no longer reports error writing to database
MDL-33603 Database activity entries are linked correctly
MDL-26892 Question images not lost during upgrade
MDL-29924 Glossary attachments appear in filter popups
Diffstat (limited to 'www')
-rw-r--r-- | www/moodle/Makefile | 5 | ||||
-rw-r--r-- | www/moodle/PLIST | 8 | ||||
-rw-r--r-- | www/moodle/distinfo | 8 |
3 files changed, 13 insertions, 8 deletions
diff --git a/www/moodle/Makefile b/www/moodle/Makefile index 991a4497c13..874e6016e22 100644 --- a/www/moodle/Makefile +++ b/www/moodle/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.12 2012/06/16 03:05:44 taca Exp $ +# $NetBSD: Makefile,v 1.13 2012/07/27 12:44:20 wen Exp $ -DISTNAME= moodle-2.1.6 -PKGREVISION= 1 +DISTNAME= moodle-2.1.7 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=moodle/} EXTRACT_SUFX= .tgz diff --git a/www/moodle/PLIST b/www/moodle/PLIST index 3fbf8b716e5..25a7f3f182a 100644 --- a/www/moodle/PLIST +++ b/www/moodle/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.9 2012/05/31 12:12:54 obache Exp $ +@comment $NetBSD: PLIST,v 1.10 2012/07/27 12:44:21 wen Exp $ share/examples/moodle/moodle.conf share/moodle/COPYING.txt share/moodle/README.txt @@ -1448,6 +1448,8 @@ share/moodle/install/lang/ca/install.php share/moodle/install/lang/ca/langconfig.php share/moodle/install/lang/ca/moodle.php share/moodle/install/lang/ca_valencia/admin.php +share/moodle/install/lang/ca_valencia/error.php +share/moodle/install/lang/ca_valencia/install.php share/moodle/install/lang/ca_valencia/langconfig.php share/moodle/install/lang/ckb/langconfig.php share/moodle/install/lang/cs/admin.php @@ -1501,7 +1503,11 @@ share/moodle/install/lang/es/langconfig.php share/moodle/install/lang/es/moodle.php share/moodle/install/lang/es_ar/langconfig.php share/moodle/install/lang/es_es/langconfig.php +share/moodle/install/lang/es_mx/admin.php +share/moodle/install/lang/es_mx/error.php +share/moodle/install/lang/es_mx/install.php share/moodle/install/lang/es_mx/langconfig.php +share/moodle/install/lang/es_mx/moodle.php share/moodle/install/lang/et/admin.php share/moodle/install/lang/et/error.php share/moodle/install/lang/et/install.php diff --git a/www/moodle/distinfo b/www/moodle/distinfo index 612c329994e..bbf3566c1ab 100644 --- a/www/moodle/distinfo +++ b/www/moodle/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.9 2012/05/31 12:12:54 obache Exp $ +$NetBSD: distinfo,v 1.10 2012/07/27 12:44:21 wen Exp $ -SHA1 (moodle-2.1.6.tgz) = 167fe992e6a0dcfc6495794521e076d43dd68796 -RMD160 (moodle-2.1.6.tgz) = f216beac815e0f505d6486d54f7670f098f1366c -Size (moodle-2.1.6.tgz) = 24026036 bytes +SHA1 (moodle-2.1.7.tgz) = 55098ffbdeca07fdf02ae1762b6e3fd08ce03c47 +RMD160 (moodle-2.1.7.tgz) = 4031e7eefe685e8dc11a1fc9b70f1c22318ca686 +Size (moodle-2.1.7.tgz) = 24035837 bytes |