Path to this page:
./
www/contao33,
Contao Open Source CMS 3.3.7
Branch: pkgsrc-2014Q4,
Version: 3.3.7nb1,
Package name: contao33-3.3.7nb1,
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.3 stable release.
DEINSTALL [+/-]# $NetBSD: DEINSTALL,v 1.1 2014/05/27 15:41:27 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:[
archivers/php-zlib] [
net/php-soap] [
security/php-mcrypt] [
converters/php-mbstring] [
databases/php-mysqli] [
graphics/php-gd] [
shells/bash] [
textproc/php-dom] [
www/php-curl]
Master sites:
SHA1: a865dcf9e18d26868d886aa15a2bc951c4ed8c2e
RMD160: 9f1f6bc4fa30b52c04b3bdc163296c0a5c4f3913
Filesize: 11204.345 KB
Version history: (Expand)
- (2015-02-14) Updated to version: contao33-3.3.7nb1
- (2014-12-30) Package added to pkgsrc.se, version contao33-3.3.7 (created)
CVS history: (Expand)
2015-02-14 11:07:52 by Matthias Scheler | Files touched by this commit (5) |
Log message:
Pullup ticket #4611 - requested by taca
www/contao33: security patch
Revisions pulled up:
- www/contao33/Makefile patch
- www/contao33/distinfo patch
- www/contao33/patches/patch-system_modules_core_classes_Backend.php new file
- www/contao33/patches/patch-system_modules_core_dca_tl__templates.php new file
- www/contao33/patches/patch-system_modules_core_library_Contao_Validator.php \
new file
---
Apply patch to fix directory traversal security problem.
|