diff options
author | taca <taca@pkgsrc.org> | 2012-03-14 16:24:35 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2012-03-14 16:24:35 +0000 |
commit | b81e40379545f8bf83fcf4ab13b378a93cd6709f (patch) | |
tree | 54ede8eeb425e334c201fc451691101a2b40a5df /www | |
parent | 12ee94d7727266bdbf92494aff2b9f0d2f39bd53 (diff) | |
download | pkgsrc-b81e40379545f8bf83fcf4ab13b378a93cd6709f.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')
-rw-r--r-- | www/contao/Makefile.common | 5 | ||||
-rw-r--r-- | www/contao211/distinfo | 8 |
2 files changed, 6 insertions, 7 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 diff --git a/www/contao211/distinfo b/www/contao211/distinfo index 2865ae7ae59..e35daac29fa 100644 --- a/www/contao211/distinfo +++ b/www/contao211/distinfo @@ -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 |