Path to this page:
./
www/contao32,
Contao Open Source CMS 3.2.9
Branch: pkgsrc-2014Q1,
Version: 3.2.9,
Package name: contao32-3.2.9,
Maintainer: tacaContao is an Open Source Content Management Framework developed by Leo Feyer
and distributed under the LGPL license (see GPL.txt and LGPL.txt for more
information). It was formerly known as TYPOlight Open Source CMS.
Its open architecture allows everybody to extend the system to fit his
needs. Contao specializes in accessible websites and is accessbile
itself (front end and back end), rendering valid HTML5 or XHTML pages.
This is version 3.2 LTS (long term support) release.
DEINSTALL [+/-]# $NetBSD: DEINSTALL,v 1.1 2013/11/21 16:52:43 taca Exp $
CT_WEBDIR="@PREFIX@/@CT_WEBDIR@"
CT_DIRS="assets system"
case ${STAGE} in
DEINSTALL)
# remove cache files.
rm -f ${CT_WEBDIR}/assets/css/*.css
rm -f ${CT_WEBDIR}/assets/js/*.js
(cd ${CT_WEBDIR}/system/cache && rm -fr *)
(cd ${CT_WEBDIR}/system/tmp && rm -f *)
;;
POST-DEINSTALL)
(cd ${CT_WEBDIR}
for d in ${CT_DIRS}; do
for s in $d/*; do
${RMDIR} $s >/dev/null 2>&1
done
${RMDIR} $d >/dev/null 2>&1
done)
${RMDIR} ${CT_WEBDIR} >/dev/null 2>&1
;;
esac
Required to run:[
textproc/php-dom] [
converters/php-mbstring] [
databases/php-mysqli] [
graphics/php-gd] [
net/php-soap] [
security/php-mcrypt]
Master sites:
Version history: (Expand)
- (2014-04-09) Updated to version: contao32-3.2.9
- (2014-04-04) Package has been reborn
- (2014-04-03) Package added to pkgsrc.se, version contao32-3.2.8 (created)
CVS history: (Expand)
2014-04-09 13:10:15 by Matthias Scheler | Files touched by this commit (2) | |
Log message:
Pullup ticket #4358 - requested by taca
www/contao32: security update
Revisions pulled up:
- www/contao/Makefile.common 1.64
- www/contao32/distinfo 1.10
- www/contao32/patches/patch-system_bin_sqldump 1.2
---
Module Name: pkgsrc
Committed By: taca
Date: Mon Apr 7 13:30:06 UTC 2014
Modified Files:
pkgsrc/www/contao: Makefile.common
pkgsrc/www/contao32: distinfo
pkgsrc/www/contao32/patches: patch-system_bin_sqldump
Log message:
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).
|