Path to this page:
./
www/typo3,
The typo3 content management system
Branch: pkgsrc-2008Q4,
Version: 4.2.6,
Package name: typo3-4.2.6,
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: 6bf22e18ca9e9ae2bc084a0f07b2f857979a8a22
RMD160: 1bd1741770de65582fc02df539044ddc666612f1
Filesize: 7956.72 KB
Version history: (Expand)
- (2009-02-11) Updated to version: typo3-4.2.6
- (2009-01-22) Updated to version: typo3-4.2.4
- (2009-01-06) Package added to pkgsrc.se, version typo3-4.2.3 (created)
CVS history: (Expand)
2009-02-10 23:22:45 by Matthias Scheler | Files touched by this commit (3) | |
Log message:
Pullup ticket #2694 - requested by taca
typo3: security update
Revisions pulled up:
- www/typo3/MESSAGE 1.2
- www/typo3/Makefile 1.11-1.12
- www/typo3/distinfo 1.6-1.7
---
Module Name: pkgsrc
Committed By: taca
Date: Sun Jan 25 05:00:14 UTC 2009
Modified Files:
pkgsrc/www/typo3: MESSAGE Makefile distinfo
Log message:
Update www/typo3 package to 4.2.5.
All versions are maintenance releases and contain only bugfixes.
IMPORTANT: These versions contain important fixes of regressions from
the earlier versions released 20 January 2009, but they do not contain
additional security fixes.
ChangeLog:
2009-01-24 Ingmar Schlecht <ingmar@typo3.org>
* Release of TYPO3 4.2.5
2009-01-24 Ingmar Schlecht <ingmar@typo3.org>
* Fixed bug #10205: DB session record is only created when user is \
authenticated (thanks also to Michael Stucki)
2009-01-20 Steffen Kamper <info@sk-typo3.de>
* Fixed bug #9345: Bug: CSV export includes _CLIPBOARD_ in header row (thanks \
to Christian Kuhn)
---
Module Name: pkgsrc
Committed By: taca
Date: Tue Feb 10 09:35:40 UTC 2009
Modified Files:
pkgsrc/www/typo3: Makefile distinfo
Log message:
Update www/typo3 package to 4.2.6.
Quote from release announce is here and see ChangeLog for detail.
All versions are maintenance releases and contain bugfixes
and security fixes.
IMPORTANT: These versions include an important security fix
to the TYPO3 core. A security announcement has just been
released:
http://typo3.org/teams/security/security-bulletins/typo3-sa-2009-002/
|
2009-01-22 12:23:11 by Matthias Scheler | Files touched by this commit (4) | |
Log message:
Pullup ticket #2648 - requested by taca
typo3: security update
Revisions pulled up:
- www/typo3/MESSAGE 1.1
- www/typo3/Makefile 1.10
- www/typo3/PLIST 1.5
- www/typo3/distinfo 1.5
---
Module Name: pkgsrc
Committed By: taca
Date: Wed Jan 21 13:10:05 UTC 2009
Modified Files:
pkgsrc/www/typo3: Makefile PLIST distinfo
Added Files:
pkgsrc/www/typo3: MESSAGE
Log message:
Update www/typo3 package to 4.2.4.
This update contains security fixes and please refer ChangeLog file
for full changes.
1. System extension Install tool (install)
Insecure Randomness
2. Authentication library
Broken Authentication and Session Management
3. System extension Indexed Search Engine (indexed_search)
Cross-Site Scripting, Remote Command Execution
4. System extension ADOdb (adodb)
Cross-Site Scripting
5. Workspace module
Cross-Site Scripting
After update, you will need to create a new encryption key.
(1) Upgrade to the new TYPO3 version.
(2) Clear the configuration cache
(3) Open the install tool and choose menu 1 ("Basic Configuration").
(4) Scroll to the bottom of the page and click on the button
"Generate random key".
(5) Submit the form by clicking on "Update localconf.php".
(6) Clear the configuration and page cache again.
|