summaryrefslogtreecommitdiff
path: root/www/contao
diff options
context:
space:
mode:
authortaca <taca>2011-10-10 16:32:59 +0000
committertaca <taca>2011-10-10 16:32:59 +0000
commitb534b0946ebc934ba2df5ffbb5bf85cffbf6d86d (patch)
treee0d184c5542140fc02ae352080a7e6882bea11b6 /www/contao
parent10885d3c417f864e7b6a9bd037512bf07c317ee2 (diff)
downloadpkgsrc-b534b0946ebc934ba2df5ffbb5bf85cffbf6d86d.tar.gz
Update contao210 package to 2.10.2.
It is really fix the XSS problem. Version 2.10.2 (2011-10-10) --------------------------- - Updated: updated TinyMCE to version 3.4.6 - Fixed: do not remove slashes just because get_magic_quotes_gpc() exists - Fixed: CSS units were not always applied when used with global variables (#3464) - Fixed: the task deadline field did not show the date picker (#3351) - Fixed: do not return empty lines in the compileDefinition hook (#3440) - Fixed: the TinyMCE spellchecker did not work anymore (#3487) - Fixed: the regexp for validating phone numbers accepted invalid values (#3493) - Fixed: added the new HTML5 elements to the valid TinyMCE tags (#3479) - Fixed: the style sheet generator did not support absolute URLs (#3512) - Fixed: fixed a potential XSS vulnerability (thanks to sschurtz) - Fixed a few minor issues
Diffstat (limited to 'www/contao')
-rw-r--r--www/contao/Makefile.common4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/contao/Makefile.common b/www/contao/Makefile.common
index 4ab577ddd34..619ca49e115 100644
--- a/www/contao/Makefile.common
+++ b/www/contao/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.3 2011/08/31 14:33:22 taca Exp $
+# $NetBSD: Makefile.common,v 1.4 2011/10/10 16:32:59 taca Exp $
#
# used by www/contao29/Makefile
# used by www/contao29-example/Makefile
@@ -10,7 +10,7 @@
# current release
CT29_VERSION= 2.9.5
-CT210_VERSION= 2.10.1
+CT210_VERSION= 2.10.2
CT_VERS?= 210