Thu Feb 13 00:37:27 2014 UTC ()
Update contao211 to Contao 2.11.15.

Version 2.11.15 (2014-02-12)
----------------------------

### Fixed
Further harden the `deserialize()` function and the `Input` class (see #6724).


(taca)
diff -r1.57 -r1.58 pkgsrc/www/contao/Makefile.common

cvs diff -r1.57 -r1.58 pkgsrc/www/contao/Makefile.common (expand / switch to unified diff)

--- pkgsrc/www/contao/Makefile.common 2014/02/03 15:23:22 1.57
+++ pkgsrc/www/contao/Makefile.common 2014/02/13 00:37:27 1.58
@@ -1,24 +1,24 @@ @@ -1,24 +1,24 @@
1# $NetBSD: Makefile.common,v 1.57 2014/02/03 15:23:22 taca Exp $ 1# $NetBSD: Makefile.common,v 1.58 2014/02/13 00:37:27 taca Exp $
2# 2#
3# used by www/contao/Makefile.example" 3# used by www/contao/Makefile.example"
4# used by www/contao211/Makefile 4# used by www/contao211/Makefile
5# used by www/contao32/Makefile 5# used by www/contao32/Makefile
6 6
7# Contao master site (on GitHub). 7# Contao master site (on GitHub).
8CT_MASTER_SITE= https://github.com/contao/core/archive/ 8CT_MASTER_SITE= https://github.com/contao/core/archive/
9 9
10# current release 10# current release
11CT211_VERSION= 2.11.14 11CT211_VERSION= 2.11.15
12CT32_VERSION= 3.2.5 12CT32_VERSION= 3.2.5
13 13
14CT_VERS?= 211 14CT_VERS?= 211
15 15
16.if ${CT_VERS} == "211" 16.if ${CT_VERS} == "211"
17CT_VERSION= ${CT211_VERSION} 17CT_VERSION= ${CT211_VERSION}
18.elif ${CT_VERS} == "32" 18.elif ${CT_VERS} == "32"
19CT_VERSION= ${CT32_VERSION} 19CT_VERSION= ${CT32_VERSION}
20.else 20.else
21.error "Illegal version specified: ${CT_VERS}" 21.error "Illegal version specified: ${CT_VERS}"
22.endif 22.endif
23 23
24.if ${CT_VERS} == "211" 24.if ${CT_VERS} == "211"