diff options
author | taca <taca@pkgsrc.org> | 2013-02-06 15:56:55 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2013-02-06 15:56:55 +0000 |
commit | eb0910c84d29a94f9d9653fcc48e9ece794c4bf5 (patch) | |
tree | 8a6e4d52567409a290546bbb733e94c65d8a352b | |
parent | 5fd8ddb754621d6071798183729c5aa801f0c267 (diff) | |
download | pkgsrc-eb0910c84d29a94f9d9653fcc48e9ece794c4bf5.tar.gz |
Update contao211 to 2.11.9.
This relase contains fix for CVE-2012-6112(TinyMCE), too.
Version 2.11.9 (2013-02-05)
---------------------------
### Fixed
Support numeric front end dates in the form generator (see #5238).
### Fixed
Support whitespace characters when parsing simple tokens (see #5323).
### Fixed
Allow to run multiple TinyMCE instances with different configurations on the
same page (thanks to Andreas Schempp) (see #4453).
### Fixed
Correctly trigger the "saveNewPassword" hook (see #5247).
### Fixed
Consider the `save_callback` of the password field in `tl_user` when a back end
user is forced to change his password (see #5138).
### Fixed
Do not group standalone lightbox elements on HTML5 pages (see #3742).
### Fixed
Anonymize IP addresses in `Form::processFormData()` (see #5255).
### Fixed
Replaced the 1200 pixel limit when resizing images with the values defined in
the system settings (see #5268).
### Fixed
Make sure there is an array in `Controller::generateMargin()` (see #5217).
### Fixed
More robust input validation in the back end filter menu and no more absolute
paths in error messages printed to the screen (thanks to aulmn) (see #4971).
### Fixed
Unset non-existing fields when restoring versions (see #5219).
-rw-r--r-- | www/contao211/PLIST | 3 | ||||
-rw-r--r-- | www/contao211/distinfo | 8 |
2 files changed, 6 insertions, 5 deletions
diff --git a/www/contao211/PLIST b/www/contao211/PLIST index ad418795117..7c891d9384a 100644 --- a/www/contao211/PLIST +++ b/www/contao211/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2012/11/30 03:37:25 taca Exp $ +@comment $NetBSD: PLIST,v 1.4 2013/02/06 15:56:55 taca Exp $ ${CT_WEBDIR}/CHANGELOG.md ${CT_WEBDIR}/GPL.txt ${CT_WEBDIR}/LGPL.txt @@ -2051,6 +2051,7 @@ ${CT_WEBDIR}/system/themes/default/images/root_1.gif ${CT_WEBDIR}/system/themes/default/images/select.gif ${CT_WEBDIR}/system/themes/default/images/settings.gif ${CT_WEBDIR}/system/themes/default/images/show.gif +${CT_WEBDIR}/system/themes/default/images/store.gif ${CT_WEBDIR}/system/themes/default/images/su.gif ${CT_WEBDIR}/system/themes/default/images/tablewizard.gif ${CT_WEBDIR}/system/themes/default/images/theme_export.gif diff --git a/www/contao211/distinfo b/www/contao211/distinfo index 42c352ae41a..608c773376c 100644 --- a/www/contao211/distinfo +++ b/www/contao211/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.12 2013/01/07 14:30:30 taca Exp $ +$NetBSD: distinfo,v 1.13 2013/02/06 15:56:55 taca Exp $ -SHA1 (contao-2.11.8.tar.gz) = a4470185cfa5f842e2288ed1f86c22dc0fc9c702 -RMD160 (contao-2.11.8.tar.gz) = 62e6422c2f503dca916e9aa076953c48209c5c3b -Size (contao-2.11.8.tar.gz) = 5330929 bytes +SHA1 (contao-2.11.9.tar.gz) = d9775a777e3c6c585f530e6749f06685e6db4722 +RMD160 (contao-2.11.9.tar.gz) = d6b65e760889b2d51312df7dea85bf23ebea086f +Size (contao-2.11.9.tar.gz) = 5333067 bytes SHA1 (patch-system_initialize.php) = 109f381bef4bae32617549709601eb2a30bbb01a |