summaryrefslogtreecommitdiff
path: root/www/contao
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2014-02-03 15:23:22 +0000
committertaca <taca@pkgsrc.org>2014-02-03 15:23:22 +0000
commit97f5b9019b83908ee24f93b27492711354b1550e (patch)
treeae91cdf31ff32ec8ea9bf28cf7185fb93514891b /www/contao
parente8d37c06d4aaa3fe1d4d0f2429a2614a6d2652c4 (diff)
downloadpkgsrc-97f5b9019b83908ee24f93b27492711354b1550e.tar.gz
Update contao32 to 3.2.5, including fix for CVE-2014-1860.
* pkgsrc change: remove obsolete lines for contao31. Version 3.2.5 (2014-02-03) -------------------------- ### Fixed Correctly load the parent pages in the navigation modules (see #6696). ### Fixed Correctly encode URLs with GET parameters in the syndication links (see #6683). ### Fixed Do not pass POST data to the `deserialize()` function, so it is not vulnerable to PHP object injection. Thanks to Pedro Ribeiro for his input (see #6695). ### Fixed Allow any character in passwords, especially the less-than symbol (see #6447). ### Fixed Purge the image cache if a file is being renamed (see #6641). ### Fixed Preserve tags in custom CSS definitions (see #6667). ### Fixed Make the swipe CSS selectors more specific (see #6666). ### Fixed Correctly optimize floating-point numbers in style sheets (see #6674).
Diffstat (limited to 'www/contao')
-rw-r--r--www/contao/Makefile.common7
1 files changed, 2 insertions, 5 deletions
diff --git a/www/contao/Makefile.common b/www/contao/Makefile.common
index ec28903381b..a3d6394c676 100644
--- a/www/contao/Makefile.common
+++ b/www/contao/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.56 2014/02/03 15:20:39 taca Exp $
+# $NetBSD: Makefile.common,v 1.57 2014/02/03 15:23:22 taca Exp $
#
# used by www/contao/Makefile.example"
# used by www/contao211/Makefile
@@ -9,15 +9,12 @@ CT_MASTER_SITE= https://github.com/contao/core/archive/
# current release
CT211_VERSION= 2.11.14
-CT31_VERSION= 3.1.5
-CT32_VERSION= 3.2.4
+CT32_VERSION= 3.2.5
CT_VERS?= 211
.if ${CT_VERS} == "211"
CT_VERSION= ${CT211_VERSION}
-.elif ${CT_VERS} == "31"
-CT_VERSION= ${CT31_VERSION}
.elif ${CT_VERS} == "32"
CT_VERSION= ${CT32_VERSION}
.else