Path to this page:
./
www/typo3_45,
The TYPO3 content management system LTS release
Branch: pkgsrc-2014Q3,
Version: 4.5.39,
Package name: typo3-4.5.39,
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: 2288cf2ec430652126fadad9af12509ff0a9b70f
RMD160: 3aaa083fdc87b974342093dac6a2c42fd2a28b4a
Filesize: 20236.324 KB
Version history: (Expand)
- (2014-12-21) Updated to version: typo3-4.5.39
- (2014-10-25) Updated to version: typo3-4.5.37
- (2014-10-01) Package added to pkgsrc.se, version typo3-4.5.35 (created)
CVS history: (Expand)
2014-12-21 11:08:17 by Matthias Scheler | Files touched by this commit (2) | |
Log message:
Pullup ticket #4575 - requested by taca
www/typo3_45: security update
Revisions pulled up:
- www/typo3_45/Makefile 1.33
- www/typo3_45/distinfo 1.28
---
Module Name: pkgsrc
Committed By: taca
Date: Sun Dec 14 11:58:29 UTC 2014
Modified Files:
pkgsrc/www/typo3_45: Makefile distinfo
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-25 18:08:16 by Matthias Scheler | Files touched by this commit (3) | |
Log message:
Pullup ticket #4527 - requested by taca
www/typo3_45: security update
Revisions pulled up:
- www/typo3_45/Makefile 1.32
- www/typo3_45/PLIST 1.15
- www/typo3_45/distinfo 1.27
---
Module Name: pkgsrc
Committed By: taca
Date: Wed Oct 22 15:03:10 UTC 2014
Modified Files:
pkgsrc/www/typo3_45: Makefile PLIST distinfo
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)
|