Path to this page:
NOTICE: This package has been removed from pkgsrc./
www/typo3_45,
The TYPO3 content management system LTS release
Branch: CURRENT,
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:[
textproc/php-json] [
databases/php-mysql] [
archivers/php-zlib]
Master sites:
SHA1: 290acdeac2dc1937ce0cfb1d7ea982cd1b0b7398
RMD160: e70ccfc002b59ab88334e2293dc4665e56d4e50a
Filesize: 20236.324 KB
Version history: (Expand)
- (2015-08-03) Package deleted from pkgsrc
- (2015-02-19) Updated to version: typo3-4.5.40
- (2014-12-14) Updated to version: typo3-4.5.39
- (2014-10-22) Updated to version: typo3-4.5.37
- (2014-07-19) Updated to version: typo3-4.5.35
- (2014-05-27) Updated to version: typo3-4.5.34
CVS history: (Expand)
2015-08-02 17:45:19 by Takahiro Kambe | Files touched by this commit (7) | |
Log message:
Remove typo3_45, it was EOL on Mar. 2015.
Please use typo3_62.
|
2015-03-18 14:47:26 by Takahiro Kambe | Files touched by this commit (2) |
Log message:
Clean up: remove (php)53.
|
2015-02-19 10:41:01 by Takahiro Kambe | Files touched by this commit (2) |
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-core-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 all \
branches (Benjamin Mack)
2015-01-29 38e1cb1 #64573 [BUGFIX] Travis tests for PHP 5.5 (Stephan \
GroÃberndt)
2015-01-19 fc33980 [TASK] Post travis notification to \
#typo3-cms-coredev channel (Helmut Hummel)
2015-01-15 c7615b6 #63896 [BUGFIX] Fix regression in \
prefixLocalAchors feature (Helmut Hummel)
2014-12-17 583d1bf #59186 [BUGFIX] Add case insensitive flag to \
trustedHostsPattern (Dietrich Heise)
|
2015-02-07 23:06:52 by Tobias Nygren | Files touched by this commit (8) |
Log message:
Drop trailing '/' from DEPENDS lines. Found by Bernhard Riedel.
|
2014-12-14 12:58:29 by Takahiro Kambe | Files touched by this commit (2) |
Log message:
Update typo345 package to 4.5.39.
2014-12-10 d72f00c [RELEASE] Release of TYPO3 4.5.39 (TYPO3 \
Release Team)
2014-12-10 63ae7dd #62723 [!!!][SECURITY] Fix link spoofing in \
prefixLocalAnchors (Helmut Hummel)
2014-12-08 5c267d2 #62967 [BUGFIX] Exclude CDATA from \
t3lib_parsehtml->XHTML_clean (Nicole Cordes)
2014-11-27 7d66912 [RELEASE] Release of TYPO3 4.5.38 (TYPO3 \
Release Team)
2014-11-19 61d8b25 #58053 [BUGFIX] Handle opacity for IE in \
prototype.js (Jigal van Hemert)
2014-11-15 42de3e0 #62984 [BUGFIX] PHP warning on saving TypoScript \
with t3editor (Oliver Hader)
2014-11-13 152b14b #62032 [BUGFIX] Fix PHP warning with date function \
in FormEngine (Oliver Hader)
2014-11-03 79ba882 #62391 [BUGFIX] Ensure PHP 5.2 compatibility in \
php-openid (Michael Stucki)
2014-10-31 f56c52f #62513 [BUGFIX] Too many tags by identifier in \
CacheBackends (Michael Stucki)
2014-10-23 528429b #57006 [BUGFIX] softrefproc typolink lacks support \
for separation by line feed (Marc Bastian Heinrichs)
2014-10-22 a62c19e #62391 [BUGFIX] Ensure PHP 5.2 compatibility in \
makeInstance (Helmut Hummel)
|
2014-10-22 17:03:10 by Takahiro Kambe | Files touched by this commit (3) |
Log message:
Update typo3_45 pacakge to 4.5.37 (TYPO3 4.5.37).
2014-10-22 01fee1f [RELEASE] Release of TYPO3 4.5.37 (TYPO3 \
Release Team)
2014-10-22 da32b50 #62357 [SECURITY] Fix DoS in openid (Markus Klein)
2014-10-22 dbdd9f2 #59573 [SECURITY] Fix RCE in swiftmailer (Helmut \
Hummel)
2014-10-14 5c8081a #53682 [TASK] Optimize speed for instantiating \
class with arguments (Helmut Hummel)
2014-09-23 95c2cc4 [RELEASE] Release of TYPO3 4.5.36 (TYPO3 \
Release Team)
2014-09-20 ad8c5c4 #37946 [BUGFIX] Check if TER dump exists before \
modify time check (Jigal van Hemert)
2014-09-20 b2597fd #55457 [BUGFIX] RTE on first new IRRE record keeps \
loading in IE (Stanislas Rolland)
2014-08-23 3f3c45e #60199 [BUGFIX] Collect correct information on \
elements in page (Jigal van Hemert)
|
2014-07-19 07:17:02 by Takahiro Kambe | Files touched by this commit (2) |
Log message:
Update typo3_45 to 4.5.35, it is not security release but normal maintenance
release.
2014-07-08 6ca633d [RELEASE] Release of TYPO3 4.5.35 (TYPO3 \
Release Team)
2014-07-08 ebdd15e #48939,#49055 [BUGFIX] Movements pollute colPos value of \
content elements (Nicole Cordes)
2014-06-29 021526a [TASK] Improve travis notifications to \
channels (Helmut Hummel)
2014-06-29 4f13b3a #59838 [TASK] Update Travis CI notification \
settings (Michael Stucki)
2014-06-23 64a43ca #59825 [BUGFIX] AbstractBackendViewHelper uses \
namespaces (Markus Klein)
2014-06-05 05bbf37 #59059 [BUGFIX] New content elements are always \
stored on pid 0 (Markus Klein)
2014-06-03 4fbb250 #59034 [BUGFIX] Fix double ? in eID url for \
encryption key (Markus Klein)
2014-05-23 418e313 #58936 [BUGFIX] Wrong HTML in \
locallang_csh_pages.xlf (Markus Klein)
2014-05-23 81e31f1 #58484 [BUGFIX] SoftReferenceIndex support for \
more values in class attribute (Marc Bastian Heinrichs)
|
2014-05-27 15:47:25 by Takahiro Kambe | Files touched by this commit (3) |
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)
|