diff options
author | taca <taca@pkgsrc.org> | 2014-04-07 13:30:06 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2014-04-07 13:30:06 +0000 |
commit | 868c126401d871e63ea7a53ea0445ed68bbf08c9 (patch) | |
tree | 8dea3ea18348ffc5b923b167d5267c774b94cc9e /www/contao | |
parent | 43c8b93184079cb36b88aa38c2996ac7eb85fad9 (diff) | |
download | pkgsrc-868c126401d871e63ea7a53ea0445ed68bbf08c9.tar.gz |
Update contao32 to 3.2.9.
Version 3.2.9 (2014-04-07)
--------------------------
### Fixed
Fixed a critical vulnerability of the install tool (see #6855).
### Fixed
Filter disabled groups in the registration module in the front end (see #6757).
### Fixed
Work around a bug in SimplePie with the "skip items" option (see #6107).
### Fixed
Fix the Swipe "continuous" option if there are exactly two slides (see #6812).
### Fixed
Apply `addslashes()` to strings in the `Config` class (see #6808).
### Fixed
Do not empty all fallback fields in sorting mode 4 (see #6498).
### Fixed
Do not allow template names to be longer than the DB fields (see #6819).
### Fixed
Correctly set the start time of a multi-day event (see #6802).
### Fixed
Correctly handle OR queries in the listing module (see #6344).
### Fixed
Use a monospaced font for the plain text newsletter preview (see #6790).
### Fixed
Adjust the `vScrollTo()` offset if the paste hint is visible (see #6478).
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 e77e99198e5..e71386f01dc 100644 --- a/www/contao/Makefile.common +++ b/www/contao/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.63 2014/04/07 13:27:56 taca Exp $ +# $NetBSD: Makefile.common,v 1.64 2014/04/07 13:30:06 taca Exp $ # # used by www/contao/Makefile.example" # used by www/contao211/Makefile @@ -9,7 +9,7 @@ CT_MASTER_SITE= https://github.com/contao/core/archive/ # current release CT211_VERSION= 2.11.17 -CT32_VERSION= 3.2.8 +CT32_VERSION= 3.2.9 CT_VERS?= 211 |