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)
This commit is contained in:
parent
da31d683e1
commit
a60f4f2766
3 changed files with 12 additions and 12 deletions
|
@ -1,8 +1,8 @@
|
|||
===========================================================================
|
||||
$NetBSD: MESSAGE,v 1.1 2009/01/21 13:10:05 taca Exp $
|
||||
$NetBSD: MESSAGE,v 1.2 2009/01/25 05:00:14 taca Exp $
|
||||
|
||||
If you update from older release, you will need to create a new
|
||||
encryption key.
|
||||
If you update from old release (4.2.3 or before), you will need to create
|
||||
a new encryption key.
|
||||
|
||||
(1) Upgrade to the new TYPO3 version.
|
||||
(2) Clear the configuration cache
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.10 2009/01/21 13:10:05 taca Exp $
|
||||
# $NetBSD: Makefile,v 1.11 2009/01/25 05:00:14 taca Exp $
|
||||
#
|
||||
|
||||
DISTNAME= ${TYPO3NAME}
|
||||
|
@ -16,7 +16,7 @@ DEPENDS+= ${PHP_PKG_PREFIX}-zlib>=5.2.0:../../archivers/php-zlib/
|
|||
|
||||
PKG_DESTDIR_SUPPORT= destdir
|
||||
|
||||
VER= 4.2.4
|
||||
VER= 4.2.5
|
||||
NO_BUILD= yes
|
||||
USE_TOOLS= pax
|
||||
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
$NetBSD: distinfo,v 1.5 2009/01/21 13:10:05 taca Exp $
|
||||
$NetBSD: distinfo,v 1.6 2009/01/25 05:00:14 taca Exp $
|
||||
|
||||
SHA1 (dummy-4.2.4.tar.gz) = a9ac14611c0602f14f6f159682c09062a35c2b2a
|
||||
RMD160 (dummy-4.2.4.tar.gz) = 06bbade2a97d0c89cb1f45e5c270e098db0b7d72
|
||||
Size (dummy-4.2.4.tar.gz) = 9427 bytes
|
||||
SHA1 (typo3_src-4.2.4.tar.gz) = 6165fd8b0e22a0a5ea9658cf1917c9f9999c485e
|
||||
RMD160 (typo3_src-4.2.4.tar.gz) = 6e06b538b6d3557a0128dc727a43c70b726a5e4f
|
||||
Size (typo3_src-4.2.4.tar.gz) = 8143390 bytes
|
||||
SHA1 (dummy-4.2.5.tar.gz) = 1028b657a5ad7ee7debb64d22e91e8fa3a8bfb4b
|
||||
RMD160 (dummy-4.2.5.tar.gz) = 81dd0ca6f2853695747f9ef9adffe17361b6e9bb
|
||||
Size (dummy-4.2.5.tar.gz) = 9435 bytes
|
||||
SHA1 (typo3_src-4.2.5.tar.gz) = 93c3cf6c5db77b93fa2e090ae272d29566e49d1b
|
||||
RMD160 (typo3_src-4.2.5.tar.gz) = ee479703ea2631b906113613b681a60ce7841f9a
|
||||
Size (typo3_src-4.2.5.tar.gz) = 8144727 bytes
|
||||
SHA1 (patch-aa) = 12dc31e5d1b03f38c4957a08a5451da667d58214
|
||||
|
|
Loading…
Reference in a new issue