Path to this page:
./
www/typo3_45,
The TYPO3 content management system LTS release
Branch: pkgsrc-2013Q2,
Version: 4.5.29,
Package name: typo3-4.5.29,
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: a1b27f10c8115a5e3ac5d8ab0895ae2894397442
RMD160: 5cb97c38eaa13aab613ec1400f9edfcd6eff3107
Filesize: 20245.751 KB
Version history: (Expand)
- (2013-08-05) Updated to version: typo3-4.5.29
- (2013-07-08) Package added to pkgsrc.se, version typo3-4.5.27 (created)
CVS history: (Expand)
2013-08-05 06:40:48 by S.P.Zeidler | Files touched by this commit (3) | |
Log message:
Pullup ticket #4197 - requested by taca
www/typo3_45: security update
Revisions pulled up:
- www/typo3_45/Makefile 1.26
- www/typo3_45/PLIST 1.12
- www/typo3_45/distinfo 1.21
-------------------------------------------------------------------
Module Name: pkgsrc
Committed By: taca
Date: Sun Aug 4 16:23:57 UTC 2013
Modified Files:
pkgsrc/www/typo3_45: Makefile PLIST distinfo
Log message:
Update typo3_45 to 4.5.29 (TYPO3 4.5.29).
4.5.28: maintenance release.
4.5.29: Fix typo3-core-sa-2013-002.
For full changes, please ChangeLog file.
To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 pkgsrc/www/typo3_45/Makefile
cvs rdiff -u -r1.11 -r1.12 pkgsrc/www/typo3_45/PLIST
cvs rdiff -u -r1.20 -r1.21 pkgsrc/www/typo3_45/distinfo
|