Path to this page:
./
www/contao35,
Contao Open Source CMS 3.5.15
Branch: pkgsrc-2016Q2,
Version: 3.5.15,
Package name: php55-contao35-3.5.15,
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:[
www/php-curl] [
archivers/php-zlib] [
databases/php-mysqli] [
graphics/php-gd] [
net/php-soap] [
security/php-mcrypt] [
textproc/php-dom] [
shells/bash] [
converters/php-mbstring]
Master sites:
SHA1: 4d2c3833d9415dfa8e23868c82919063bfd72429
RMD160: 8d453c1c7c56542ac70c0158f43874e94117e61f
Filesize: 11602.485 KB
Version history: (Expand)
- (2016-07-28) Updated to version: php55-contao35-3.5.15
- (2016-07-07) Package has been reborn
- (2016-07-06) Package added to pkgsrc.se, version php55-contao35-3.5.14 (created)
CVS history: (Expand)
2016-07-28 18:11:34 by S.P.Zeidler | Files touched by this commit (3) | |
Log message:
Pullup ticket #5061 - requested by taca
www/contao35: security update
Revisions pulled up:
- www/contao35/Makefile 1.15
- www/contao35/PLIST 1.9
- www/contao35/distinfo 1.12
-------------------------------------------------------------------
Module Name: pkgsrc
Committed By: taca
Date: Sun Jul 17 13:58:00 UTC 2016
Modified Files:
pkgsrc/www/contao35: Makefile PLIST distinfo
Log message:
Update contao35 to 3.5.15, including fix for CVE-2016-4567.
Version 3.5.15 (2016-07-15)
---------------------------
### Fixed
Strip soft hyphens when indexing a page (see #8389).
### Fixed
Update mediaelement.js to version 2.21.2 (fixes CVE-2016-4567).
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/www/contao35/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/www/contao35/PLIST
cvs rdiff -u -r1.11 -r1.12 pkgsrc/www/contao35/distinfo
|