Path to this page:
./
www/contao210,
Contao Open Source CMS
Branch: pkgsrc-2011Q3,
Version: 2.10.2,
Package name: contao210-2.10.2,
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.
DEINSTALL [+/-]# $NetBSD: DEINSTALL,v 1.1.1.1 2011/08/12 13:07:45 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: 78db9e1ee385f169ac70e4c9a1e09d5bf1c6ef47
RMD160: d4feedfeadf93384bf3d76f8a380c0772b3a3c92
Filesize: 4757.366 KB
Version history: (Expand)
- (2011-10-11) Updated to version: contao210-2.10.2
- (2011-10-08) Updated to version: contao210-2.10.1nb2
- (2011-10-04) Package added to pkgsrc.se, version contao210-2.10.1nb1 (created)
CVS history: (Expand)
2011-10-10 20:05:35 by Matthias Scheler | Files touched by this commit (3) | |
Log message:
Pullup ticket #3552 - requested by taca
www/contao210: security update
Revisions pulled up:
- www/contao/Makefile.common 1.4
- www/contao210/Makefile 1.4
- www/contao210/distinfo 1.4
- www/contao210/patches/patch-system_modules_frontend_Frontend.php deleted
---
Module Name: pkgsrc
Committed By: taca
Date: Mon Oct 10 16:33:00 UTC 2011
Modified Files:
pkgsrc/www/contao: Makefile.common
pkgsrc/www/contao210: Makefile distinfo
Removed Files:
pkgsrc/www/contao210/patches:
patch-system_modules_frontend_Frontend.php
Log message:
Update contao210 package to 2.10.2.
It is really fix the XSS problem.
Version 2.10.2 (2011-10-10)
---------------------------
- Updated: updated TinyMCE to version 3.4.6
- Fixed: do not remove slashes just because get_magic_quotes_gpc() exists
- Fixed: CSS units were not always applied when used with global variables
(#3464)
- Fixed: the task deadline field did not show the date picker (#3351)
- Fixed: do not return empty lines in the compileDefinition hook (#3440)
- Fixed: the TinyMCE spellchecker did not work anymore (#3487)
- Fixed: the regexp for validating phone numbers accepted invalid values
(#3493)
- Fixed: added the new HTML5 elements to the valid TinyMCE tags (#3479)
- Fixed: the style sheet generator did not support absolute URLs (#3512)
- Fixed: fixed a potential XSS vulnerability (thanks to sschurtz)
- Fixed a few minor issues
|
2011-10-08 11:24:16 by Matthias Scheler | Files touched by this commit (3) |
Log message:
Pullup ticket #3531 - requested by taca
www/contao210: security patch
Revisions pulled up:
- www/contao210/Makefile 1.3
- www/contao210/distinfo 1.3
- www/contao210/patches/patch-system_modules_frontend_Frontend.php 1.1
---
Module Name: pkgsrc
Committed By: taca
Date: Fri Oct 7 12:28:11 UTC 2011
Modified Files:
pkgsrc/www/contao210: Makefile distinfo
Added Files:
pkgsrc/www/contao210/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.
|