Path to this page:
./
www/contao34,
Contao Open Source CMS 3.4.5
Branch: pkgsrc-2015Q1,
Version: 3.4.5nb1,
Package name: contao34-3.4.5nb1,
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.4 stable release.
DEINSTALL [+/-]# $NetBSD: DEINSTALL,v 1.1 2014/11/25 17:07:20 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:[
security/php-mcrypt] [
graphics/php-gd] [
archivers/php-zlib] [
databases/php-mysqli] [
net/php-soap] [
textproc/php-dom] [
www/php-curl] [
converters/php-mbstring] [
shells/bash]
Master sites:
SHA1: 0ae1b47a85f33e74550a77fa4fa44fa5c3b6e674
RMD160: dcca780d1d67d71e5cbeade268608e296d4d847b
Filesize: 11273.564 KB
Version history: (Expand)
- (2015-06-13) Updated to version: contao34-3.4.5nb1
- (2015-04-03) Package added to pkgsrc.se, version contao34-3.4.5 (created)
CVS history: (Expand)
2015-06-13 00:44:26 by Matthias Scheler | Files touched by this commit (6) |
Log message:
Pullup ticket #4740 - requested by taca
www/contao34: security patch
Revisions pulled up:
- www/contao34/Makefile 1.5
- www/contao34/distinfo 1.6
- www/contao34/patches/patch-system_helper_functions.php 1.1
- www/contao34/patches/patch-system_modules_core_classes_BackendUser.php 1.1
- www/contao34/patches/patch-system_modules_core_controllers_BackendPopup.php 1.1
- www/contao34/patches/patch-system_modules_core_dca_tl__files.php 1.1
---
Module Name: pkgsrc
Committed By: taca
Date: Sat Jun 6 03:31:01 UTC 2015
Modified Files:
pkgsrc/www/contao34: Makefile distinfo
Added Files:
pkgsrc/www/contao34/patches: patch-system_helper_functions.php
patch-system_modules_core_classes_BackendUser.php
patch-system_modules_core_controllers_BackendPopup.php
patch-system_modules_core_dca_tl__files.php
Log message:
Add several security related fixes from Contao 3.2.21.
Bump PKGREVISION.
|