Tue Aug 10 15:46:30 2010 UTC ()
Update TYPO3 to 4.4.2.

2010-08-06  Benjamin Mack  <benni@typo3.org>

	* Release of TYPO3 4.4.2

2010-08-05  Stanislas Rolland  <typo3@sjbr.ca>

	* Fixed bug #15355: htmlArea RTE: Using the advanded frontend editing,
	  the editor is not loaded in the text tab

2010-08-05  Steffen Kamper  <steffen@typo3.org>

	* Fixed bug #12646: Click on icon does not open/close sections

2010-08-05  Steffen Gebert  <steffen@steffen-gebert.de>

	* Fixed bug #14773: Styling issue when selecting position of new
	  created page

2010-08-05  Oliver Hader  <oliver@typo3.org>

	* Fixed bug #15343: dbClientCompress crashes with pconnect
	* Fixed bug #15280: felogin redirect doesn't work anymore after
	  update to latest releases (4.2x - 4.4.x) (thanks to Helmut Hummel)
	* Fixed bug #15282: It is impossible to set links to files any more
	  with the link wizard
	* Fixed bug #15336: sys_actions shows wrong error if an "Record List"
	  action is not propertly configured (thanks to Stefan Galinski)

2010-08-03  Susanne Moog  <typo3@susanne-moog.de>

	* Fixed bug #15313: Link to deprecation logfile doesn't work in
	  installations inside a subdirectory (thanks to Stefan Galinski)

2010-08-03  Oliver Hader  <oliver@typo3.org>

	* Fixed bug #15265: InstallTool-login not possible after Update to
	  4.4.1 due to session_start() in extensions (thanks to Ernesto
	  Baschny and Helmut Hummel)

2010-08-02  Oliver Hader  <oliver@typo3.org>

	* Fixed bug #15289: Element-Browser page tree has HSC'ed <span> elements

2010-08-01  Oliver Hader  <oliver@typo3.org>

	* Fixed bug #15321: Unused variable $warningItems in tx_install
	  (thanks to Markus Klein)

2010-08-01  Susanne Moog  <typo3@susanne-moog.de>

	* Fixed bug #15292: Fatal error in DB browser because of wrong sprite
	  API usage (thanks to Alexandre Gravel-Raymond)

2010-07-30  Steffen Kamper  <steffen@typo3.org>

	* Follow-up to bug #15188: Remove default greyed out effect for CEs
	  (Thanks to Steffen Gebert)
	* Fixed bug #15295: Page treeFilter not re-applied after branch
	  toggling (Thanks to Felix Kopp)

2010-07-29  Dmitry Dulepov  <dmitry@typo3.org>

	* Fixed bug #13427: t3lib_div::cleanOutputBuffers() might loop forever
	  (thanks to Stephan Seitz and Steffen Gebert)


(taca)
diff -r1.23 -r1.24 pkgsrc/www/typo3/Makefile
diff -r1.16 -r1.17 pkgsrc/www/typo3/distinfo

cvs diff -r1.23 -r1.24 pkgsrc/www/typo3/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/www/typo3/Attic/Makefile 2010/07/28 16:16:20 1.23
+++ pkgsrc/www/typo3/Attic/Makefile 2010/08/10 15:46:30 1.24
@@ -1,33 +1,33 @@ @@ -1,33 +1,33 @@
1# $NetBSD: Makefile,v 1.23 2010/07/28 16:16:20 taca Exp $ 1# $NetBSD: Makefile,v 1.24 2010/08/10 15:46:30 taca Exp $
2# 2#
3 3
4DISTNAME= ${TYPO3NAME} 4DISTNAME= ${TYPO3NAME}
5PKGNAME= typo3-${VER} 5PKGNAME= typo3-${VER}
6CATEGORIES= www 6CATEGORIES= www
7MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=typo3/} 7MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=typo3/}
8DISTFILES= ${TYPO3NAME}${EXTRACT_SUFX} ${SITESRC}${EXTRACT_SUFX} 8DISTFILES= ${TYPO3NAME}${EXTRACT_SUFX} ${SITESRC}${EXTRACT_SUFX}
9 9
10MAINTAINER= taca@NetBSD.org 10MAINTAINER= taca@NetBSD.org
11HOMEPAGE= http://typo3.com/ 11HOMEPAGE= http://typo3.com/
12COMMENT= The typo3 content management system 12COMMENT= The typo3 content management system
13LICENSE= gnu-gpl-v2 13LICENSE= gnu-gpl-v2
14 14
15DEPENDS+= ${PHP_PKG_PREFIX}-{mysql,pgsql}>=5.1.0:../../databases/php-mysql 15DEPENDS+= ${PHP_PKG_PREFIX}-{mysql,pgsql}>=5.1.0:../../databases/php-mysql
16DEPENDS+= ${PHP_PKG_PREFIX}-zlib>=5.2.0:../../archivers/php-zlib/ 16DEPENDS+= ${PHP_PKG_PREFIX}-zlib>=5.2.0:../../archivers/php-zlib/
17 17
18PKG_DESTDIR_SUPPORT= user-destdir 18PKG_DESTDIR_SUPPORT= user-destdir
19 19
20VER= 4.4.1 20VER= 4.4.2
21NO_BUILD= yes 21NO_BUILD= yes
22USE_TOOLS= pax 22USE_TOOLS= pax
23 23
24TYPO3NAME= typo3_src-${VER} 24TYPO3NAME= typo3_src-${VER}
25SITESRC= dummy-${VER} 25SITESRC= dummy-${VER}
26 26
27# maybe resides in lang/php/phpversion.mk 27# maybe resides in lang/php/phpversion.mk
28REPLACE_INTERPRETER+= php 28REPLACE_INTERPRETER+= php
29REPLACE.php.old= .*php[^ ]* 29REPLACE.php.old= .*php[^ ]*
30REPLACE.php.new= ${PREFIX}/bin/php 30REPLACE.php.new= ${PREFIX}/bin/php
31REPLACE_FILES.php= typo3/cli_dispatch.phpsh \ 31REPLACE_FILES.php= typo3/cli_dispatch.phpsh \
32 typo3/mod/user/ws/cli/ws_cli.phpsh \ 32 typo3/mod/user/ws/cli/ws_cli.phpsh \
33 typo3/sysext/indexed_search/cli/indexer_cli.phpsh 33 typo3/sysext/indexed_search/cli/indexer_cli.phpsh

cvs diff -r1.16 -r1.17 pkgsrc/www/typo3/Attic/distinfo (expand / switch to unified diff)

--- pkgsrc/www/typo3/Attic/distinfo 2010/07/28 16:16:20 1.16
+++ pkgsrc/www/typo3/Attic/distinfo 2010/08/10 15:46:30 1.17
@@ -1,9 +1,9 @@ @@ -1,9 +1,9 @@
1$NetBSD: distinfo,v 1.16 2010/07/28 16:16:20 taca Exp $ 1$NetBSD: distinfo,v 1.17 2010/08/10 15:46:30 taca Exp $
2 2
3SHA1 (dummy-4.4.1.tar.gz) = 5aacf49b257a422b25627eb7c60ac0ff5e1b356b 3SHA1 (dummy-4.4.2.tar.gz) = 5383a3a572bdeaad4ac4a5511906749990b84e62
4RMD160 (dummy-4.4.1.tar.gz) = c0f79ff2a74aab073bb19a315319dab04cf1b735 4RMD160 (dummy-4.4.2.tar.gz) = e7434640447a9ce582cf84be6a122a0e0bfd07f4
5Size (dummy-4.4.1.tar.gz) = 9562 bytes 5Size (dummy-4.4.2.tar.gz) = 9560 bytes
6SHA1 (typo3_src-4.4.1.tar.gz) = a958639f7bde7a1d66d186d37c458fb9681c1d3f 6SHA1 (typo3_src-4.4.2.tar.gz) = 2a6e332bb1775661bd5b3ef7b7e2933ae754a1dd
7RMD160 (typo3_src-4.4.1.tar.gz) = b6f9b3c37f4712204a74cb97f25e898c3a95cbf7 7RMD160 (typo3_src-4.4.2.tar.gz) = aa820c08208d9c0ffe7d6569df41c4a6b5e61e54
8Size (typo3_src-4.4.1.tar.gz) = 18531958 bytes 8Size (typo3_src-4.4.2.tar.gz) = 18528909 bytes
9SHA1 (patch-aa) = 95de6e8e518ec9b8c0227d75fa0cc85ab63ae1cb 9SHA1 (patch-aa) = 95de6e8e518ec9b8c0227d75fa0cc85ab63ae1cb