diff options
author | taca <taca@pkgsrc.org> | 2015-06-06 03:29:33 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2015-06-06 03:29:33 +0000 |
commit | 525a6bfa0d1c3b863149c37ef81c3033340c6fd9 (patch) | |
tree | 4425c738757a06a05accc8531677f6fb38d48a31 /www/contao | |
parent | 4cd5e5c76489ad83e13838d5bf68b25f1a5a1cdf (diff) | |
download | pkgsrc-525a6bfa0d1c3b863149c37ef81c3033340c6fd9.tar.gz |
Update contao32 to 3.2.21.
Version 3.2.21 (2015-06-05)
---------------------------
### Fixed
Back-ported two security related changes from the upstream versions.
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 1200b3f2b9d..057b6da707b 100644 --- a/www/contao/Makefile.common +++ b/www/contao/Makefile.common @@ -1,10 +1,10 @@ -# $NetBSD: Makefile.common,v 1.95 2015/03/28 04:21:41 taca Exp $ +# $NetBSD: Makefile.common,v 1.96 2015/06/06 03:29:33 taca Exp $ # # used by www/contao32/Makefile # used by www/contao34/Makefile # current release -CT32_VERSION= 3.2.20 +CT32_VERSION= 3.2.21 CT34_VERSION= 3.4.5 CT_VERS?= 32 |