summaryrefslogtreecommitdiff
path: root/www/contao
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2012-03-14 16:24:35 +0000
committertaca <taca@pkgsrc.org>2012-03-14 16:24:35 +0000
commit5f1696fb594875236ca2a6460e9b34a6ff6a77a4 (patch)
tree54ede8eeb425e334c201fc451691101a2b40a5df /www/contao
parent9a0447ceded0bb067f7e4a2b76956002f7022e0b (diff)
downloadpkgsrc-5f1696fb594875236ca2a6460e9b34a6ff6a77a4.tar.gz
Update contao211 pacakge to 2.11.2.
Security release. Version 2.11.2 (2012-03-14) --------------------------- ### Fixed Fixed an issue with the CSS3PIE url being incorrectly rewritten (see #4074). ### Fixed Fixed a security vulnerability in the file manager which allowed back end users to download files from the `tl_files` directory even if they were not mounted in their profile (thanks to Marko Cupic). ### Fixed Fixed a potential XSS vulnerability in the undo module (thanks to Oliver Klee). The issue is not considered critical, because it requires the script tag to be in the list of allowed HTML tags, which is not the case by default. ### Fixed The IDNA convert class did not run under PHP 5.2 (see #4044).
Diffstat (limited to 'www/contao')
-rw-r--r--www/contao/Makefile.common5
1 files changed, 2 insertions, 3 deletions
diff --git a/www/contao/Makefile.common b/www/contao/Makefile.common
index c5f5fb6c0f7..42f22f55e6a 100644
--- a/www/contao/Makefile.common
+++ b/www/contao/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.12 2012/03/11 13:16:55 taca Exp $
+# $NetBSD: Makefile.common,v 1.13 2012/03/14 16:24:35 taca Exp $
#
# used by www/contao29/Makefile
# used by www/contao29-example/Makefile
@@ -14,7 +14,7 @@
# current release
CT29_VERSION= 2.9.5
CT210_VERSION= 2.10.4
-CT211_VERSION= 2.11.1
+CT211_VERSION= 2.11.2
CT_VERS?= 210
@@ -25,7 +25,6 @@ CT_VERSION= ${CT210_VERSION}
CT_DIST_SUBDIR= contao210-201201020
.elif ${CT_VERS} == "211"
CT_VERSION= ${CT211_VERSION}
-CT_DIST_SUBDIR= contao211-201203090
.else
.error "Illegal version specified: ${CT_VERS}"
.endif