Path to this page:
./
www/typo3_45,
The TYPO3 content management system LTS release.
Branch: pkgsrc-2012Q1,
Version: 4.5.15,
Package name: typo3-4.5.15,
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:[
databases/php-mysql] [
textproc/php-json]
Master sites:
SHA1: 3edf004111393c6fa4da69a8323fa296cbf77dc2
RMD160: 9a6a0a6c7ba46e53317977ba9879398be28fc50c
Filesize: 20055.847 KB
Version history: (Expand)
- (2012-04-18) Updated to version: typo3-4.5.15
- (2012-04-10) Package added to pkgsrc.se, version typo3-4.5.14 (created)
CVS history: (Expand)
2012-04-18 01:48:00 by Matthias Scheler | Files touched by this commit (3) | |
Log message:
Pullup ticket #3742 - requested by taca
www/typo3_45: security update
Revisions pulled up:
- www/typo3_45/Makefile 1.9
- www/typo3_45/PLIST 1.4
- www/typo3_45/distinfo 1.8
---
Module Name: pkgsrc
Committed By: taca
Date: Tue Apr 17 12:59:01 UTC 2012
Modified Files:
pkgsrc/www/typo3_45: Makefile PLIST distinfo
Log message:
Update typo3_45 package to 4.5.15 (TYPO3 4.5.15).
Contains fix for XSS, \
https://typo3.org/teams/security/security-bulletins/typo3-core/typo3-core-sa-2012-002/.
2012-04-17 7bd7fa7 [RELEASE] Release of TYPO3 4.5.15 (TYPO3 \
v4 Release Team)
2012-04-17 34cd65d #34348 [SECURITY] XSS in exception handler \
(Oliver Klee)
2012-04-17 03ed1e3 [TASK] Raise submodule pointer (TYPO3 v4 \
Release Team)
2012-04-15 bd08193 #36027 [BUGFIX] Localisation update doesn't \
work (Sebastian Fischer)
2012-04-14 455c288 #34742 [TASK] Change hardcoded URL to constant \
(dkd-egerer Sascha Egerer)
2012-04-13 d92797c #24884 [BUGFIX] Saving Page Tree states issues \
in large environments (cybercraft)
2012-04-12 89232cd #35202 [BUGFIX] Fix the unit tests to work with \
PHPUnit 3.6 (Oliver Klee)
2012-04-12 573c480 #34860,#33685 [BUGFIX] Results from live search and \
opendocs can't be opened (Stefan Galinski)
2012-04-12 df51e20 #35897 [BUGFIX] Failing test in caching \
framework memcache backend (Christian Kuhn)
2012-04-11 174d81f #35847 [BUGFIX] t3lib_div::getUrl() providing \
wrong error information (Ingo Renner)
2012-04-11 8d9854c #35272 [BUGFIX] Enable XClassing of \
t3lib_install by replacing new (Kay Strobach)
2012-04-10 d5b2b13 #35257 [BUGFIX] ext_icon.gif for EXT:impexp \
(Georg Ringer)
2012-04-08 f9fe38e #34695 [BUGFIX] missing parameter for implode \
(Jigal van Hemert)
2012-04-05 c49f742 #31831 [BUGFIX] "Allowed \
excludefields" misses non-tt_content FlexForms (Kai Vogel)
2012-03-29 2a25362 #34625 [BUGFIX] preg_spliti should be \
preg_split (Georg Ringer)
2012-03-28 a2b1f8c #25021 [BUGFIX] Creating new pages via \
drag'n'drop respects page TS (Philipp Kitzberger)
|