Path to this page:
./
www/typo3_45,
The TYPO3 content management system LTS release
Branch: pkgsrc-2014Q1,
Version: 4.5.34,
Package name: typo3-4.5.34,
Maintainer: tacaTYPO3 is a free Open Source content management system for enterprise
purposes on the web and in intranets. It offers full flexibility and
extendability while featuring an accomplished set of ready-made
interfaces, functions and modules.
And this TYPO3 4.5 based release is mared as LTS, "Long Term Support".
It will supported for at least 3 years.
DEINSTALL [+/-]# $NetBSD: DEINSTALL,v 1.1.1.1 2011/12/15 12:36:38 taca Exp $
TYPO3_DIR="@PREFIX@/@TYPO3DIR@"
TYPO3_SITEDIR="${TYPO3_DIR}/@SITEDIR@"
TYPO3_SUBDIRS="uploads/tf uploads/pics uploads/media uploads typo3temp \
typo3conf/l10n typo3conf/ext typo3conf \
fileadmin/user_upload/_temp_ fileadmin/user_upload fileadmin/_temp_ \
fileadmin ${DIR}"
case ${STAGE} in
DEINSTALL)
(
cd ${TYPO3_SITEDIR}
${RM} -f typo3conf/ENABLE_INSTALL_TOOL
${RM} -f typo3conf/temp*.php
${RM} -fr typo3temp/*
for d in ${TYPO3_SUBDIRS}; do
test -d $d && ${RMDIR} $d 2>/dev/null
done
)
${RMDIR} ${TYPO3_SITEDIR} 2>/dev/null
${RMDIR} ${TYPO3_DIR} 2>/dev/null
;;
esac
Required to run:[
textproc/php-json] [
databases/php-mysql]
Master sites:
SHA1: 7e55eb941871406d8f97fc9389b8273813c8e430
RMD160: cb28ee42851f1af00b8ca305db401b62b0372995
Filesize: 20230.374 KB
Version history: (Expand)
- (2014-05-29) Updated to version: typo3-4.5.34
- (2014-04-04) Package has been reborn
- (2014-04-03) Package added to pkgsrc.se, version typo3-4.5.32 (created)
CVS history: (Expand)
2014-05-28 21:00:35 by Matthias Scheler | Files touched by this commit (3) | |
Log message:
Pullup ticket #4418 - requested by taca
www/typo3_45: security update
Revisions pulled up:
- www/typo3_45/Makefile 1.30
- www/typo3_45/PLIST 1.14
- www/typo3_45/distinfo 1.25
---
Module Name: pkgsrc
Committed By: taca
Date: Tue May 27 13:47:25 UTC 2014
Modified Files:
pkgsrc/www/typo3_45: Makefile PLIST distinfo
Log message:
Update typo3_45 to 4.5.34 (TYPO4 4.5.34), contains several security fixes.
2014-05-22 2ee368c [RELEASE] Release of TYPO3 4.5.34 (TYPO3 \
Release Team)
2014-05-22 55d5f38 #30377 [SECURITY] Add trusted HTTP_HOST \
configuration (Helmut Hummel)
2014-05-22 efb098b #54111,#54113 [SECURITY] XSS in (old) extension \
manager information function (Marc Bastian Heinrichs)
2014-05-22 94011a3 #48695 [SECURITY] XSS in new content element \
wizard (Markus Klein)
2014-05-22 b62651b #54109 [SECURITY] XSS in template tools on root \
page (Marc Bastian Heinrichs)
2014-05-22 a98ae3c #57576 [SECURITY] XSS in Backend Layout Wizard \
(Nicole Cordes)
2014-05-22 4f7258c #48693 [SECURITY] Encode URL for use in \
JavaScript (Markus Klein)
2014-05-22 742ad49 #56458 [SECURITY] Fix insecure unserialize in \
colorpicker (Helmut Hummel)
2014-05-22 9bd7776 #54526 [SECURITY] Remove charts.swf to get rid \
of XSS vulnerability (Helmut Hummel)
2014-05-08 6ffdcee #58187 [BUGFIX] Solve stackoverflow in \
prototype in IE8 (Jigal van Hemert)
2014-04-16 5d6a16e [TASK] Set TYPO3 version to 4.5.34-dev \
(TYPO3 Release Team)
2014-04-16 5bd6b52 [RELEASE] Release of TYPO3 4.5.33 (TYPO3 \
Release Team)
2014-04-15 aebc244 #51768 [TASK] Updates prototype and \
scriptaculous, fixing IE9+ issues (Ernesto Baschny)
2014-04-15 51a3897 #57934 [BUGFIX] Use validEmail() instead of \
deprecated checkEmail() (Stefan Neufeind)
2014-04-15 fcdaec0 #56580 [BUGFIX] SoftReferenceIndex typolink \
lacks support for title attributes (Marc Bastian Heinrichs)
2014-04-04 4316e98 #57656 [TASK] Integrate default README.txt \
(Oliver Hader)
2014-04-04 9d36515 #57603 [SECURITY] Prevent XSS in scheduler form \
(Nicole Cordes)
2014-02-27 e34a90b #55966 [BUGFIX] Revert "[TASK] Use a 401 \
header if login is not successful" (Markus Klein)
2014-02-25 5c4554b #23984 [BUGFIX] felogin reset password links \
not clickable (Jigal van Hemert)
2014-02-09 7d6a8cc #55811 [BUGFIX] Namespace usage in test \
(Christian Kuhn)
2014-02-08 44d7cfc #16491 [BUGFIX] CSV-Download not working in IE \
and HTTPS backend (Christian Kuhn)
2014-01-30 138b13a #55458 [BUGFIX] DocumentTemplate class inserts \
inDocStyles twice (Stefan Neufeind)
2014-01-28 b867b04 #55350 [BUGFIX] Invalid constant in the domain \
redirect function (Tim Lochmueller)
2014-01-17 ab6256f Revert "[TASK] Optimize speed for \
instantiating class with arguments" (Ernesto Baschny)
2014-01-17 2526bdd #53682 [TASK] Optimize speed for instantiating \
class with arguments (Helmut Hummel)
2014-01-16 102307f #54748 [BUGFIX] Fix PHP fatal error in \
be.tableList view helper (Marc Bastian Heinrichs)
2014-01-09 e6643e1 #52554 [TASK] Change list view delete icon if \
record is deleted in WS (Sascha Egerer)
2014-01-08 765882e #52133 [BUGFIX] Display relations' titles when \
TCA label field is type inline (Stefan Froemken)
2013-12-12 d3e9494 #53818 [BUGFIX] Cleanly unset cookies on login \
in cookie-check (Stefan Neufeind)
|