Path to this page:
./
www/typo3,
The typo3 content management system
Branch: pkgsrc-2011Q3,
Version: 4.5.7,
Package name: typo3-4.5.7,
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.
DEINSTALL [+/-]# $NetBSD: DEINSTALL,v 1.3 2008/09/25 02:22:12 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: 140dfe379ad5572d76daeafb139e3741cbb4eb80
RMD160: f0a0ae0f654798917a724b1baa880830dffa137d
Filesize: 20034.221 KB
Version history: (Expand)
- (2011-10-19) Updated to version: typo3-4.5.7
- (2011-10-04) Package added to pkgsrc.se, version typo3-4.5.6nb1 (created)
CVS history: (Expand)
2011-10-18 23:37:53 by Steven Drake | Files touched by this commit (3) | |
Log message:
Pullup ticket #3568 - requested by taca
www/typo3 security update
Revisions pulled up:
- www/typo3/Makefile 1.36
- www/typo3/PLIST 1.21
- www/typo3/distinfo 1.27
---
Module Name: pkgsrc
Committed By: taca
Date: Tue Oct 18 13:24:37 UTC 2011
Modified Files:
pkgsrc/www/typo3: Makefile PLIST distinfo
Log message:
Update TYPO3 package to 4.5.7.
>From release announce:
Dead TYPO3 community,
the TYPO3 core team has just released TYPO3 version 4.5.7, which is now
ready for you to download. This is a maintenance release of the LTS
version of TYPO3v4 and contains bugfixes and a security fix which is
only exploitable by admins.
See this article about the new policy of security team for this situation:
\
http://buzz.typo3.org/teams/security/article/incident-handling-of-typo3-core-issues/
|