diff options
author | taca <taca@pkgsrc.org> | 2014-02-13 14:09:47 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2014-02-13 14:09:47 +0000 |
commit | aac90482400928ada6d469d47862185e23f05ffd (patch) | |
tree | 350a955fe2ccb73023b2557bcaf3b7369515e6d1 /www/contao | |
parent | 4c57083fc1aeeea66036772fde411bce0eb6822e (diff) | |
download | pkgsrc-aac90482400928ada6d469d47862185e23f05ffd.tar.gz |
Update contao211 to 2.11.16.
Version 2.11.16 (2014-02-13)
----------------------------
### Fixed
Fix another weakness in the `Input` class and further harden the `deserialize()`
function. Thanks to Martin Auswöger for his input.
Diffstat (limited to 'www/contao')
-rw-r--r-- | www/contao/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/contao/Makefile.common b/www/contao/Makefile.common index 3461a909c0c..8717ecf5f92 100644 --- a/www/contao/Makefile.common +++ b/www/contao/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.59 2014/02/13 00:38:14 taca Exp $ +# $NetBSD: Makefile.common,v 1.60 2014/02/13 14:09:47 taca Exp $ # # used by www/contao/Makefile.example" # used by www/contao211/Makefile @@ -8,7 +8,7 @@ CT_MASTER_SITE= https://github.com/contao/core/archive/ # current release -CT211_VERSION= 2.11.15 +CT211_VERSION= 2.11.16 CT32_VERSION= 3.2.6 CT_VERS?= 211 |