Path to this page:
./
www/contao35,
Contao Open Source CMS 3.5.31
Branch: pkgsrc-2017Q3,
Version: 3.5.31,
Package name: php56-contao35-3.5.31,
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:[
net/php-soap] [
www/php-curl] [
shells/bash] [
archivers/php-zlib] [
graphics/php-gd] [
security/php-mcrypt] [
converters/php-mbstring] [
databases/php-mysqli]
Required to build:[
pkgtools/cwrappers]
Master sites:
SHA1: 26b37675d0dd99337118ba3b20e4099c41b46e4e
RMD160: 03d03f064e0b3353767672ac3648c5cf5eff489c
Filesize: 10969.695 KB
Version history: (Expand)
- (2017-11-25) Updated to version: php56-contao35-3.5.31
- (2017-09-28) Package added to pkgsrc.se, version php56-contao35-3.5.28 (created)
CVS history: (Expand)
2017-11-25 09:49:25 by Benny Siegert | Files touched by this commit (3) | |
Log message:
Pullup ticket #5647 - requested by taca
www/contao35: security fix
Revisions pulled up:
- www/contao35/Makefile 1.33-1.35
- www/contao35/PLIST 1.16-1.17
- www/contao35/distinfo 1.25-1.27
---
Module Name: pkgsrc
Committed By: taca
Date: Thu Sep 28 12:46:25 UTC 2017
Modified Files:
pkgsrc/www/contao35: Makefile PLIST distinfo
Log message:
www/contao35: update to 3.5.29
Version 3.5.29 (2017-09-27)
---------------------------
### Fixed
Correctly handle unencoded data images in the Combiner (see #8788).
### Fixed
Correctly show multi-day events if the shortened view is disabled (see #8782).
### Fixed
Do not add a suffix when copying if the "doNotCopy" flag is set \
(see #8610).
### Fixed
Use the module type as group header if sorted by type (see #8402).
### Fixed
Always show the "show from" and "show until" fields (see \
#8766).
### Fixed
Encode the username when opening the front end preview as a member (see #8762).
---
Module Name: pkgsrc
Committed By: taca
Date: Sat Oct 7 13:01:17 UTC 2017
Modified Files:
pkgsrc/www/contao35: Makefile distinfo
Log message:
www/contao35: Update to 3.5.30.
Version 3.5.30 (2017-10-06)
---------------------------
### Fixed
Filter multi-day events outside the scope in the event list (see #8792).
### Fixed
Correctly show multi-day events if the shortened view is disabled (see #8782).
---
Module Name: pkgsrc
Committed By: taca
Date: Wed Nov 15 14:07:53 UTC 2017
Modified Files:
pkgsrc/www/contao35: Makefile PLIST distinfo
Log message:
Update contaoet to 3.5.31.
Version 3.5.31 (2017-11-15)
---------------------------
### Fixed
Prevent SQL injections in the back end search panel (see CVE-2017-16558).
|