diff options
author | gls <gls> | 2011-12-06 19:42:37 +0000 |
---|---|---|
committer | gls <gls> | 2011-12-06 19:42:37 +0000 |
commit | 960aa8600bc4b4d12aa8308d6e2da4b40ad02f27 (patch) | |
tree | 0b46d2d3389f29155fb41479d2b8467bb8f42ae3 /www/moodle/Makefile | |
parent | ca2c6123eebdb8d60d2a1acbe32cace367e1dcd8 (diff) | |
download | pkgsrc-960aa8600bc4b4d12aa8308d6e2da4b40ad02f27.tar.gz |
Update www/moodle to 2.1.3
Upstream highlights:
--------------------
Highlights
MDL-27037 - Wiki 2.0 respects 'visible groups' functionality
MDL-29960 - Dropbox repository now functioning with new API
Functional changes
MDL-27516 - RTL Theme fixes for Moodle 2
Security issues
MSA-11-0042 - Information leak in Wiki
MSA-11-0043 - Possible link redirect in Calendar
MSA-11-0044 - Expired identification information shown in Web services
MSA-11-0045 - Potential to masquerade through MNet
MSA-11-0047 - Possible injection attack in Calendar
MSA-11-0048 - Password loss issue
MSA-11-0050 - Backup capability issue
MSA-11-0051 - Authentication issue with Web services
MSA-11-0052 - Potential to exploit developer debugging scripts
MSA-11-0053 - Security and system administration conflict
MSA-11-0054 - Personal information leak
Fixes and improvements
MDL-28292 - Removed possibility to 'lose' a block by docking it
MDL-29542 - Lesson no longer gets corrupted after creating a new question
MDL-30010 - Core themes which have pagelayout problems when moving blocks have been fixed
MDL-27790 - Temporary course remains after restore
MDL-29529 - Fixed database error when assignments were sorted by status
MDL-30375 - Comments block no longer disappears when cancel is clicked
MDL-30398 - Lesson no longer accepts blank password
Diffstat (limited to 'www/moodle/Makefile')
-rw-r--r-- | www/moodle/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/moodle/Makefile b/www/moodle/Makefile index f19d4c4c0b2..ee52a2f23e9 100644 --- a/www/moodle/Makefile +++ b/www/moodle/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.7 2011/10/22 11:05:30 gls Exp $ +# $NetBSD: Makefile,v 1.8 2011/12/06 19:42:37 gls Exp $ -DISTNAME= moodle-2.1.2 +DISTNAME= moodle-2.1.3 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=moodle/} EXTRACT_SUFX= .tgz |