Path to this page:
./
www/typo3,
The typo3 content management system
Branch: pkgsrc-2008Q3,
Version: 4.2.3,
Package name: typo3-4.2.3,
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]
Master sites: (Expand)
SHA1: 6e0a984536108be9aa63cb5a97d384ec18d4e99b
RMD160: c9cfb96ee3f6e37489a103f1458f503ac192235d
Filesize: 8168.725 KB
Version history: (Expand)
- (2008-11-20) Updated to version: typo3-4.2.3
- (2008-11-13) Updated to version: typo3-4.2.2
- (2008-10-06) Package added to pkgsrc.se, version typo3-4.2.1nb3 (created)
CVS history: (Expand)
2008-11-20 16:58:22 by Matthias Scheler | Files touched by this commit (2) | |
Log message:
Pullup ticket #2586 - requested by taca
typo3: security update
Revisions pulled up:
- www/typo3/Makefile 1.8-1.9
- www/typo3/distinfo 1.4
---
Module Name: pkgsrc
Committed By: taca
Date: Thu Nov 13 13:28:37 UTC 2008
Modified Files:
pkgsrc/www/typo3: Makefile distinfo
Log message:
Update TYPO3 package to 4.2.3.
Initially it was simply bug fix release and please refer the URL for
full changes: http://wiki.typo3.org/TYPO3_4.2.3.
And now, it found out that two Cross Site Scripting (XSS) problem was
fixed by this release.
Regarding the issue in backend module "file": TYPO3 Security Bulletin
TYPO3-20081113-1: Cross-Site Scripting vulnerability in TYPO3 Core
<http://typo3.org/teams/security/security-bulletins/typo3-20081113-1/>
Regarding the issue in system extension "felogin": TYPO3 Security
Bulletin TYPO3-20081113-2: Cross-Site Scripting vulnerability in TYPO3 Core
<http://typo3.org/teams/security/security-bulletins/typo3-20081113-2/>
---
Module Name: pkgsrc
Committed By: taca
Date: Thu Nov 20 15:50:56 UTC 2008
Modified Files:
pkgsrc/www/typo3: Makefile
Log message:
Remove my poor debugging aid. No change with package itself.
|
2008-11-13 16:29:28 by Matthias Scheler | Files touched by this commit (3) | |
Log message:
Pullup ticket #2586 - requested by taca
typo3: security update
Revisions pulled up:
- www/typo3/Makefile 1.7
- www/typo3/PLIST 1.4
- www/typo3/distinfo 1.3
---
Module Name: pkgsrc
Committed By: taca
Date: Sun Oct 12 06:41:39 UTC 2008
Modified Files:
pkgsrc/www/typo3: Makefile PLIST distinfo
Log message:
Update typo3 package to 4.2.2.
* News
This release is a bugfix release.
Full ChangeLog is too large to write here please refer:
http://wiki.typo3.org/index.php/TYPO3_4.2.2
|