Path to this page:
./
www/contao34,
Contao Open Source CMS 3.4.4
Branch: pkgsrc-2014Q4,
Version: 3.4.4,
Package name: contao34-3.4.4,
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.4 stable release.
DEINSTALL [+/-]# $NetBSD: DEINSTALL,v 1.1 2014/11/25 17:07:20 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] [
net/php-soap] [
security/php-mcrypt] [
converters/php-mbstring] [
databases/php-mysqli] [
graphics/php-gd] [
shells/bash] [
textproc/php-dom] [
www/php-curl]
Master sites:
SHA1: 64aa9bbeef1d91beb5d129478a8cd160b37161c4
RMD160: 304845f3febf913c83eadcd413e159d380ead95c
Filesize: 11288.665 KB
Version history: (Expand)
- (2015-02-14) Updated to version: contao34-3.4.4
- (2015-01-27) Updated to version: contao34-3.4.0nb1
- (2014-12-30) Package added to pkgsrc.se, version contao34-3.4.0 (created)
CVS history: (Expand)
2015-02-14 11:01:33 by Matthias Scheler | Files touched by this commit (2) | |
Log message:
Pullup ticket #4610 - requested by taca
www/contao34: security update
Revisions pulled up:
- www/contao/Makefile.common patch
- www/contao34/Makefile 1.3-1.4
- www/contao34/distinfo 1.2-1.4
---
Module Name: pkgsrc
Committed By: taca
Date: Fri Jan 23 16:16:23 UTC 2015
Modified Files:
pkgsrc/www/contao: Makefile.common
pkgsrc/www/contao34: Makefile distinfo
Log message:
Update to contao34 to 3.4.2.
Version 3.4.2 (2015-01-22)
--------------------------
### Fixed
Fix an infinite recursion problem in the `FilesModel` class (see #7588).
Version 3.4.1 (2015-01-22)
--------------------------
### Fixed
Fix the position of the input field hints (see #7561).
### Fixed
Do not apply the GDlib maximum dimensions to SVG images (see #7435).
### Fixed
Do not show the diff icon if a record has been deleted (see #7429).
### Fixed
Remove a left-over headline from the `ce_text.xhtml` template (see #7502).
### Fixed
Preserve comments when exporting CSS files (see #7482).
### Fixed
Fix the LESS import path in the Combiner (see #7533).
### Fixed
Hide the width and height attributes if there is a sizes attribute (see #7500).
### Fixed
Remove the hardcoded figcaption width (see #7549).
### Fixed
Only load the model in the file/page picker if the class exists (see #7490).
### Fixed
Romanize style sheet names (see #7526).
### Fixed
Add the username to the "account has been locked" log entry (see #7551).
### Fixed
Consider the suhosin.memory_limit when raising the PHP limits (see #7035).
### Fixed
Added two missing `exclude` flags in the `tl_page` data container (see #7522).
### Fixed
Send an UTF-8 charset header in the `die_nicely()` function (see #7519).
### Fixed
Correctly validate dates in the `Widget` class (see #7498).
### Fixed
Back port the fixes from #7475 and #7473.
### Fixed
Send the same cache headers for cached and uncached pages (see #7455).
### Fixed
Fix the `current() expects parameter 1 to be array` issue (see #6739).
### Fixed
Correctly replace the `*_teaser` insert tags (see #7488).
### Fixed
Adjust the last and previous login labels (see #7426).
### Fixed
Unset the `postUnsafeRaw` cache in `Input::setPost()` (see #7481).
---
Module Name: pkgsrc
Committed By: taca
Date: Sun Feb 1 04:51:34 UTC 2015
Modified Files:
pkgsrc/www/contao: Makefile.common
pkgsrc/www/contao34: Makefile distinfo
Log message:
Update contao34 to 3.4.3 (Contao 3.4.3).
* pkgsrc change: change config directory's permission.
Version 3.4.3 (2015-01-30)
--------------------------
### Fixed
Consider the error reporting level in the install tool (see #7593).
### Fixed
Handle variables and functions when importing style sheets (see #7448).
---
Module Name: pkgsrc
Committed By: taca
Date: Fri Feb 13 03:03:57 UTC 2015
Modified Files:
pkgsrc/www/contao: Makefile.common
pkgsrc/www/contao34: distinfo
Log message:
Update contao34 package to 3.4.4 (Contao 3.4.4).
Version 3.4.4 (2015-02-12)
--------------------------
### Fixed
Fixed a directory traversal vulnerability discovered by Arnaud Buchoux. See
CVE-2015-0269 for more information.
|
2015-01-27 20:24:37 by Matthias Scheler | Files touched by this commit (1) |
Log message:
Pullup ticket #4596 - requested by taca
www/contao34: bug fix patch
Revisions pulled up:
- www/contao34/Makefile 1.2
---
Module Name: pkgsrc
Committed By: taca
Date: Wed Jan 7 10:39:02 UTC 2015
Modified Files:
pkgsrc/www/contao34: Makefile
Log message:
Add mimetypes.php as one of the configuration files.
Bump PKGREVISION.
|