Path to this page:
./
www/contao32,
Contao Open Source CMS 3.2.21
Branch: pkgsrc-2015Q1,
Version: 3.2.21,
Package name: contao32-3.2.21,
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:[
security/php-mcrypt] [
graphics/php-gd] [
archivers/php-zlib] [
databases/php-mysqli] [
net/php-soap] [
textproc/php-dom] [
converters/php-mbstring] [
shells/bash]
Master sites:
Version history: (Expand)
- (2015-06-13) Updated to version: contao32-3.2.21
- (2015-04-03) Package added to pkgsrc.se, version contao32-3.2.20 (created)
CVS history: (Expand)
2015-06-13 00:02:26 by Matthias Scheler | Files touched by this commit (1) | |
Log message:
Pullup ticket #4739 - requested by taca
www/contao32: security update
Revisions pulled up:
- www/contao/Makefile.common 1.96
- www/contao32/distinfo 1.22
---
Module Name: pkgsrc
Committed By: taca
Date: Sat Jun 6 03:29:33 UTC 2015
Modified Files:
pkgsrc/www/contao: Makefile.common
pkgsrc/www/contao32: distinfo
Log message:
Update contao32 to 3.2.21.
Version 3.2.21 (2015-06-05)
---------------------------
### Fixed
Back-ported two security related changes from the upstream versions.
|