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).
This commit is contained in:
taca 2012-03-14 16:24:35 +00:00
parent 288320cdd6
commit ab91c31e7f
2 changed files with 6 additions and 7 deletions

View file

@ -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

View file

@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.4 2012/03/11 13:16:55 taca Exp $
$NetBSD: distinfo,v 1.5 2012/03/14 16:24:35 taca Exp $
SHA1 (contao211-201203090/contao-2.11.1.tar.gz) = 131359c47be5a720d4b34eeccab1503cabc9d1c8
RMD160 (contao211-201203090/contao-2.11.1.tar.gz) = 98bed892f4cabeeee262d943886117fd29e9bda4
Size (contao211-201203090/contao-2.11.1.tar.gz) = 5318338 bytes
SHA1 (contao-2.11.2.tar.gz) = 0cf939e6a4c8b49a4d21a51bd50ae718dfbe024e
RMD160 (contao-2.11.2.tar.gz) = 580553e29b92ea7bc5b04e38946edb269bc2ac78
Size (contao-2.11.2.tar.gz) = 5319511 bytes