Path to this page:
./
www/contao35,
Contao Open Source CMS 3.5.28
Branch: pkgsrc-2017Q2,
Version: 3.5.28,
Package name: php56-contao35-3.5.28,
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] [
security/php-mcrypt] [
databases/php-mysqli] [
graphics/php-gd] [
net/php-soap] [
www/php-curl] [
converters/php-mbstring] [
archivers/php-zlib]
Required to build:[
pkgtools/cwrappers]
Master sites:
SHA1: aa0686b67cce429e830621cdcc80f41f07ddb221
RMD160: 0489e34930db87aec5a7c9083758e106d38f724e
Filesize: 10918.268 KB
Version history: (Expand)
- (2017-07-16) Updated to version: php56-contao35-3.5.28
- (2017-07-04) Package added to pkgsrc.se, version php56-contao35-3.5.27 (created)
CVS history: (Expand)
2017-07-16 10:16:42 by Benny Siegert | Files touched by this commit (2) |
Log message:
Pullup ticket #5513 - requested by taca
www/contao35: security fix
Revisions pulled up:
- www/contao35/Makefile 1.31
- www/contao35/distinfo 1.24
---
Module Name: pkgsrc
Committed By: taca
Date: Wed Jul 12 14:42:55 UTC 2017
Modified Files:
pkgsrc/www/contao35: Makefile distinfo
Log message:
Update contao35 to 3.5.28.
Version 3.5.28 (2017-07-12)
---------------------------
### Fixed
Prevent arbitrary PHP file inclusions in the back end (see CVE-2017-10993).
### Fixed
Improve the accessibility of the CAPTCHA widget (see #8709).
### Fixed
Fixed the iOS scrolling bug in the simple modal script (see #8708).
### Fixed
Correctly cache the unique keys in the SQL cache (see #8712).
|