Path to this page:
./
www/typo3_45,
The TYPO3 content management system LTS release
Branch: pkgsrc-2014Q4,
Version: 4.5.40,
Package name: typo3-4.5.40,
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:[
archivers/php-zlib] [
databases/php-mysql] [
textproc/php-json]
Master sites:
SHA1: 290acdeac2dc1937ce0cfb1d7ea982cd1b0b7398
RMD160: e70ccfc002b59ab88334e2293dc4665e56d4e50a
Filesize: 20236.324 KB
Version history: (Expand)
- (2015-02-21) Updated to version: typo3-4.5.40
- (2014-12-30) Package added to pkgsrc.se, version typo3-4.5.39 (created)
CVS history: (Expand)
2015-02-21 13:57:49 by Matthias Scheler | Files touched by this commit (2) | |
Log message:
Pullup ticket #4627 - requested by taca
www/typo3_45: security update
Revisions pulled up:
- www/typo3_45/Makefile 1.34-1.35
- www/typo3_45/distinfo 1.29
---
Module Name: pkgsrc
Committed By: tnn
Date: Sat Feb 7 22:06:52 UTC 2015
Modified Files:
pkgsrc/databases/p5-Search-QueryParser-SQL: Makefile
pkgsrc/databases/py-elixir: Makefile
pkgsrc/ham/gnuradio-companion: Makefile
pkgsrc/net/py-softlayer: Makefile
pkgsrc/www/typo3_45: Makefile
pkgsrc/www/typo3_47: Makefile
pkgsrc/www/typo3_60: Makefile
pkgsrc/www/typo3_61: Makefile
Log message:
Drop trailing '/' from DEPENDS lines. Found by Bernhard Riedel.
---
Module Name: pkgsrc
Committed By: taca
Date: Thu Feb 19 09:41:01 UTC 2015
Modified Files:
pkgsrc/www/typo3_45: Makefile distinfo
Log message:
Update typo3_45 package to 4.5.20.
pkgsrc change: supports PHP < 5.6.
Fix security problem:
* TYPO3-CORE-SA-2015-001: Authentication Bypass in TYPO3 CMS 4.5
http://typo3.org/teams/security/security-bulletins/typo3-core/typo3-cor=
e-sa-2015-001/
2015-02-19 1b8a673 [RELEASE] Release of TYPO3 4.5.40 =
(TYPO3 Release Team)
2015-02-19 3fbd91c #65113 [SECURITY] Prevent login with semi=
-empty values (Nicole Cordes)
2015-01-29 6cf78f6 #64597 [TASK] Update TYPO3 copyright in a=
ll branches (Benjamin Mack)
2015-01-29 38e1cb1 #64573 [BUGFIX] Travis tests for PHP 5.5 =
(Stephan Gro=DFberndt)
2015-01-19 fc33980 [TASK] Post travis notification to=
#typo3-cms-coredev channel (Helmut Hummel)
2015-01-15 c7615b6 #63896 [BUGFIX] Fix regression in prefixL=
ocalAchors feature (Helmut Hummel)
2014-12-17 583d1bf #59186 [BUGFIX] Add case insensitive flag=
to trustedHostsPattern (Dietrich Heise)
|