Path to this page:
./
www/contao29,
Contao Open Source CMS
Branch: pkgsrc-2011Q3,
Version: 2.9.5nb5,
Package name: contao29-2.9.5nb5,
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 XHTML pages.
DEINSTALL [+/-]# $NetBSD: DEINSTALL,v 1.1.1.1 2010/07/05 14:45:21 taca Exp $
CT_WEBDIR="@PREFIX@/@CT_WEBDIR@"
CT_DIRS="system/config system/drivers system/libraries system/logs \
system/modules system/themes system/config system templates"
case ${STAGE} in
DEINSTALL)
# remove cache files.
${FIND} ${CT_WEBDIR}/system/html -type f ! -name index.html \
-exec ${RM} -f {} \;
${FIND} ${CT_WEBDIR}/plugins/tcpdf/cache -type f ! -name .htaccess \
-exec ${RM} -f {} \;
;;
POST-DEINSTALL)
(cd ${CT_WEBDIR}
for d in ${CT_DIRS}; do
${RMDIR} $d >/dev/null 2>&1
done)
${RMDIR} ${CT_WEBDIR} >/dev/null 2>&1
;;
esac
Required to run:[
converters/php-mbstring] [
databases/php-mysql] [
graphics/php-gd] [
net/php-soap] [
textproc/php-dom] [
security/php-mcrypt]
Master sites:
SHA1: 93c1fb67a396f057eb700ec181aaed839c10cb1d
RMD160: 0a7229382d50f1d08dd05c10274d08b0bdb1b12c
Filesize: 4487.126 KB
Version history: (Expand)
- (2011-10-11) Updated to version: contao29-2.9.5nb5
- (2011-10-08) Updated to version: contao29-2.9.5nb4
- (2011-10-04) Package added to pkgsrc.se, version contao29-2.9.5nb3 (created)
CVS history: (Expand)
2011-10-10 20:03:11 by Matthias Scheler | Files touched by this commit (5) | |
Log message:
Pullup ticket #3551 - requested by taca
www/contao29: security patch
Revisions pulled up:
- www/contao29/Makefile 1.18
- www/contao29/distinfo 1.11
- www/contao29/patches/patch-system_libraries_Input.php 1.1
- www/contao29/patches/patch-system_modules_frontend_Frontend.php 1.2
- www/contao29/patches/patch-system_modules_frontend_ModuleArticlenav.php 1.1
---
Module Name: pkgsrc
Committed By: taca
Date: Mon Oct 10 16:35:11 UTC 2011
Modified Files:
pkgsrc/www/contao29: Makefile distinfo
pkgsrc/www/contao29/patches: patch-system_modules_frontend_Frontend.php
Added Files:
pkgsrc/www/contao29/patches: patch-system_libraries_Input.php
patch-system_modules_frontend_ModuleArticlenav.php
Log message:
Add update patche to fix XSS from Contao's repository.
Bump PKGREVISION.
|
2011-10-08 11:29:09 by Matthias Scheler | Files touched by this commit (3) |
Log message:
Pullup ticket #3533 - requested by taca
www/contao29: security patch
Revisions pulled up:
- www/contao29/Makefile 1.17
- www/contao29/distinfo 1.10
- www/contao29/patches/patch-system_modules_frontend_Frontend.php 1.1
---
Module Name: pkgsrc
Committed By: taca
Date: Fri Oct 7 12:28:55 UTC 2011
Modified Files:
pkgsrc/www/contao29: Makefile distinfo
Added Files:
pkgsrc/www/contao29/patches: patch-system_modules_frontend_Frontend.php
Log message:
Add a patch based r1041 from the repository of Contao to fix potential
XSS vulnerability.
Bump PKGREVISION.
|