Path to this page:
./
www/contao35,
Contao Open Source CMS 3.5.39
Branch: pkgsrc-2019Q1,
Version: 3.5.39,
Package name: php71-contao35-3.5.39,
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.5 stable, LTS (Long Term Support) release.
DEINSTALL [+/-]# $NetBSD: DEINSTALL,v 1.1 2015/06/06 03:41:24 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:[
shells/bash] [
converters/php-mbstring] [
databases/php-mysqli] [
archivers/php-zlib] [
net/php-soap] [
security/php-pecl-mcrypt]
Master sites:
SHA1: 21426862e2ea79c4361115d16cf8f5d3d51d3efd
RMD160: 034ad0a91bd8d314de589d0564d042905f67c3a3
Filesize: 10942.046 KB
Version history: (Expand)
- (2019-04-11) Package added to pkgsrc.se, version php71-contao35-3.5.39 (created)
CVS history: (Expand)
2019-04-10 13:45:57 by Benny Siegert | Files touched by this commit (2) | |
Log message:
Pullup ticket #5940 - requested by taca
www/contao35: security fix
Revisions pulled up:
- www/contao/Makefile.common 1.111
- www/contao/files/README deleted
- www/contao/files/contao.conf deleted
- www/contao35/Makefile 1.43
- www/contao35/distinfo 1.35
---
Module Name: pkgsrc
Committed By: taca
Date: Tue Apr 9 13:07:42 UTC 2019
Modified Files:
pkgsrc/www/contao: Makefile.common
Removed Files:
pkgsrc/www/contao/files: README contao.conf
Log message:
www/contao: clean up
Remove support files for Contao 4 and later.
---
Module Name: pkgsrc
Committed By: taca
Date: Tue Apr 9 13:09:17 UTC 2019
Modified Files:
pkgsrc/www/contao35: Makefile distinfo
Log message:
www/contao35: update to 3.5.39
pkgsrc change: use SUBST_VARS.
Version 3.5.39 (2019-04-09)
---------------------------
### Fixed
Invalidate the user sessions if a password changes (see CVE-2019-10641).
|