Path to this page:
./
www/contao211,
Contao Open Source CMS
Branch: pkgsrc-2012Q2,
Version: 2.11.5,
Package name: contao211-2.11.5,
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 2012/02/19 10:54:07 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] [
graphics/php-gd] [
databases/php-mysqli] [
security/php-mcrypt] [
textproc/php-dom] [
net/php-soap]
Master sites:
SHA1: c90593d99daaff84895f1e14e4cb9f108901d687
RMD160: a6a5c42fa66bc46d1136e1d3e72b7d00f84f4b35
Filesize: 5213.97 KB
Version history: (Expand)
- (2012-07-26) Updated to version: contao211-2.11.5
- (2012-07-05) Package added to pkgsrc.se, version contao211-2.11.4 (created)
CVS history: (Expand)
2012-07-26 11:44:12 by Matthias Scheler | Files touched by this commit (2) | |
Log message:
Pullup ticket #3875 - requested by taca
www/contao211: security update
Revisions pulled up:
- www/contao/Makefile.common 1.19
- www/contao211/Makefile 1.4
- www/contao211/distinfo 1.9
---
Module Name: pkgsrc
Committed By: taca
Date: Thu Jul 26 03:06:05 UTC 2012
Modified Files:
pkgsrc/www/contao: Makefile.common
pkgsrc/www/contao211: Makefile distinfo
Log message:
Update contao211 package to 2.11.5.
It also fixes a little security problem of permission check about undo
processing.
Quote from release announce: http://www.contao.org/en/news/contao-2_11_5.html
The bugfix release fixes a couple of issues, including the SOAP
compression problem in PHP 5.4, the IDNA URL converting issue and
the TinyMCE relative URLs problem.
|