Path to this page:
./
www/contao35,
Contao Open Source CMS 3.5.36
Branch: pkgsrc-2018Q2,
Version: 3.5.36,
Package name: php71-contao35-3.5.36,
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:[
archivers/php-zlib] [
graphics/php-gd] [
security/php-pecl-mcrypt] [
www/php-curl] [
databases/php-mysqli] [
net/php-soap] [
converters/php-mbstring] [
shells/bash]
Required to build:[
pkgtools/cwrappers]
Master sites:
SHA1: fe62e98442fa1258bde5853f4e3a4cb5ee61e8b2
RMD160: 6b7760b499b67eeaeb1f22bded114643bad98b51
Filesize: 10940.366 KB
Version history: (Expand)
- (2018-09-19) Updated to version: php71-contao35-3.5.36
- (2018-07-03) Package added to pkgsrc.se, version php71-contao35-3.5.35 (created)
CVS history: (Expand)
2018-09-18 21:12:30 by Benny Siegert | Files touched by this commit (2) | |
Log message:
Pullup ticket #5836 - requested by taca
www/contao35: security fix
Revisions pulled up:
- www/contao35/Makefile 1.40
- www/contao35/distinfo 1.32
---
Module Name: pkgsrc
Committed By: taca
Date: Tue Sep 18 15:10:58 UTC 2018
Modified Files:
pkgsrc/www/contao35: Makefile distinfo
Log message:
www/contao35: update to 3.5.36
Version 3.5.36 (2018-09-18)
---------------------------
### Fixed
Prevent arbitrary code execution through .phar files (see CVE-2018-17057).
### Fixed
Correctly reset the autologin data upon logout (#8868).
### Fixed
Remove support for deprecated user password hashes (see #8889).
|