Path to this page:
NOTICE: This package has been removed from pkgsrc./
www/contao211,
Contao Open Source CMS 2.11
Branch: CURRENT,
Version: 2.11.17nb2,
Package name: contao211-2.11.17nb2,
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.2 2014/05/27 15:20:13 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 {} \;
test -d ${CT_WEBDIR}/plugins/tcpdf/cache &&
${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:[
graphics/php-gd] [
archivers/php-zlib] [
security/php-mcrypt] [
converters/php-mbstring] [
databases/php-mysqli] [
net/php-soap] [
textproc/php-dom]
Master sites:
Version history: (Expand)
- (2014-06-02) Package deleted from pkgsrc
- (2014-05-29) Updated to version: contao211-2.11.17nb2
- (2014-05-27) Updated to version: contao211-2.11.17nb1
- (2014-04-07) Updated to version: contao211-2.11.17
- (2014-03-05) Updated to version: contao211-2.11.16nb1
- (2014-02-13) Updated to version: contao211-2.11.16
CVS history: (Expand)
2014-06-01 16:14:53 by Takahiro Kambe | Files touched by this commit (10) | |
Log message:
Remove contao211 since Contao 2.11 is EOL.
|
2014-05-29 17:44:31 by Takahiro Kambe | Files touched by this commit (1) |
Log message:
Add dependency to php-zlib since it is needed by core's funcitonality.
Bump PKGREVISION.
|
2014-05-27 17:20:13 by Takahiro Kambe | Files touched by this commit (2) |
Log message:
* Twweak minimum php's version althogh it has no effect with pkgsrc
in these days.
* DEINSTALL: check existence of plugins/tcpdf/cache directory.
Bump PKGREVISION.
|
2014-04-07 15:27:56 by Takahiro Kambe | Files touched by this commit (2) |
Log message:
Update contao211 to 2.11.17.
Version 2.11.17 (2014-04-07)
----------------------------
### Fixed
Fixed a critical vulnerability of the install tool (see #6855).
|
2014-03-05 15:36:12 by Takahiro Kambe | Files touched by this commit (2) |
Log message:
Remove description about php-tidy from MESSAGE since Contao 2.x dosen't
need it from a few years ago.
Bump PKGREVISION.
|
2014-02-13 15:09:47 by Takahiro Kambe | Files touched by this commit (1) |
Log message:
Update contao211 to 2.11.16.
Version 2.11.16 (2014-02-13)
----------------------------
### Fixed
Fix another weakness in the `Input` class and further harden the `deserialize()`
function. Thanks to Martin Auswöger for his input.
|
2014-02-13 01:36:38 by Takahiro Kambe | Files touched by this commit (1) |
Log message:
Update contao211 to 2.11.15.
Version 2.11.15 (2014-02-12)
----------------------------
### Fixed
Further harden the `deserialize()` function and the `Input` class (see #6724).
|
2014-02-03 16:20:39 by Takahiro Kambe | Files touched by this commit (1) |
Log message:
Update contao211 package to 2.11.14, fix for CVE-2014-1860.
Version 2.11.14 (2014-02-03)
----------------------------
### Fixed
Do not pass POST data to the `deserialize()` function, so it is not vulnerable
to PHP object injection. Thanks to Pedro Ribeiro for his input (see #6695).
|