Tue Apr 17 13:00:22 2012 UTC ()
Update typo3_46 package to 4.6.8 (TYPO3 4.6.8).

Contains fix for XSS, https://typo3.org/teams/security/security-bulletins/typo3-core/typo3-core-sa-2012-002/.

2012-04-17  7bec4f3                  [RELEASE] Release of TYPO3 4.6.8 (TYPO3 v4 Release Team)
2012-04-17  e894089  #34348          [SECURITY] XSS in exception handler (Oliver Klee)
2012-04-17  da929e3                  [TASK] Raise submodule pointer (TYPO3 v4 Release Team)
2012-04-15  4fb406e  #36027          [BUGFIX] Localisation update doesn't work (Sebastian Fischer)
2012-04-14  a444816  #34742          [TASK] Change hardcoded URL to constant (dkd-egerer Sascha Egerer)
2012-04-14  32017dc  #33497,#34897   [BUGFIX] t3lib_http_Request can not be loaded in frontend (Philipp Gampe)
2012-04-13  efe107e  #34923          [BUGFIX] Hardcoded variable in CookieJar.php (Philipp Gampe)
2012-04-12  f1bb34c  #32581          [BUGFIX] Slider doesn't work in IE9 (Jigal van Hemert)
2012-04-12  88135a6  #35202          [BUGFIX] Fix the unit tests to work with PHPUnit 3.6 (Oliver Klee)
2012-04-12  f68a85e  #34860,#33685   [BUGFIX] Results from live search and opendocs can't be opened (Stefan Galinski)
2012-04-12  fbde347  #35905          [BUGFIX] Failing test in autoloader with phpunit 3.6 (Christian Kuhn)
2012-04-12  fed2e3c  #35897          [BUGFIX] Failing test in caching framework memcache backend (Christian Kuhn)
2012-04-11  87e9436  #35847          [BUGFIX] t3lib_div::getUrl() providing wrong error information (Ingo Renner)
2012-04-11  7825e7a  #35272          [BUGFIX] Enable XClassing of t3lib_install by replacing new (Kay Strobach)
2012-04-11  51d1dcf  #35126          [BUGFIX] Use state "excludeFromUpdates" in update check (Jigal van Hemert)
2012-04-10  e1c402f  #35257          [BUGFIX] ext_icon.gif for EXT:impexp (Georg Ringer)
2012-04-08  f4e9e59  #34695          [BUGFIX] missing parameter for implode (Jigal van Hemert)
2012-04-05  80946db  #31831          [BUGFIX] "Allowed excludefields" misses non-tt_content FlexForms (Kai Vogel)
2012-04-05  bd038d6  #32517          [BUGFIX] Set filename to downloaded resource in t3lib_compressor (Morton Jonuschat)
2012-03-29  2df8eda  #34625          [BUGFIX] preg_spliti should be preg_split (Georg Ringer)


(taca)
diff -r1.7 -r1.8 pkgsrc/www/typo3_46/Makefile
diff -r1.7 -r1.8 pkgsrc/www/typo3_46/distinfo
diff -r1.3 -r1.4 pkgsrc/www/typo3_46/PLIST

cvs diff -r1.7 -r1.8 pkgsrc/www/typo3_46/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/www/typo3_46/Attic/Makefile 2012/03/28 12:58:28 1.7
+++ pkgsrc/www/typo3_46/Attic/Makefile 2012/04/17 13:00:21 1.8
@@ -1,34 +1,34 @@ @@ -1,34 +1,34 @@
1# $NetBSD: Makefile,v 1.7 2012/03/28 12:58:28 taca Exp $ 1# $NetBSD: Makefile,v 1.8 2012/04/17 13:00:21 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, 4.6 based release 12COMMENT= The TYPO3 content management system, 4.6 based release
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/
17DEPENDS+= ${PHP_PKG_PREFIX}-json>=5.2.0:../../textproc/php-json 17DEPENDS+= ${PHP_PKG_PREFIX}-json>=5.2.0:../../textproc/php-json
18 18
19PKG_DESTDIR_SUPPORT= user-destdir 19PKG_DESTDIR_SUPPORT= user-destdir
20 20
21VER= 4.6.7 21VER= 4.6.8
22NO_BUILD= yes 22NO_BUILD= yes
23USE_TOOLS= pax 23USE_TOOLS= pax
24 24
25TYPO3NAME= typo3_src-${VER} 25TYPO3NAME= typo3_src-${VER}
26SITESRC= dummy-${VER} 26SITESRC= dummy-${VER}
27WRKSRC= ${WRKDIR}/${DISTNAME} 27WRKSRC= ${WRKDIR}/${DISTNAME}
28 28
29# maybe resides in lang/php/phpversion.mk 29# maybe resides in lang/php/phpversion.mk
30REPLACE_INTERPRETER+= php 30REPLACE_INTERPRETER+= php
31REPLACE.php.old= .*php[^ ]* 31REPLACE.php.old= .*php[^ ]*
32REPLACE.php.new= ${PREFIX}/bin/php 32REPLACE.php.new= ${PREFIX}/bin/php
33REPLACE_FILES.php= typo3/cli_dispatch.phpsh 33REPLACE_FILES.php= typo3/cli_dispatch.phpsh
34 34

cvs diff -r1.7 -r1.8 pkgsrc/www/typo3_46/Attic/distinfo (expand / switch to unified diff)

--- pkgsrc/www/typo3_46/Attic/distinfo 2012/03/28 12:58:28 1.7
+++ pkgsrc/www/typo3_46/Attic/distinfo 2012/04/17 13:00:22 1.8
@@ -1,9 +1,9 @@ @@ -1,9 +1,9 @@
1$NetBSD: distinfo,v 1.7 2012/03/28 12:58:28 taca Exp $ 1$NetBSD: distinfo,v 1.8 2012/04/17 13:00:22 taca Exp $
2 2
3SHA1 (dummy-4.6.7.tar.gz) = 4b2b4840f166d7530a905f349a751db9663a0d90 3SHA1 (dummy-4.6.8.tar.gz) = 688a5c4461b1f08589a9cd09353965e2b6b38b54
4RMD160 (dummy-4.6.7.tar.gz) = 84d7ca41bab9aad384b5e1fc6328f75356933eb7 4RMD160 (dummy-4.6.8.tar.gz) = 9829a37bcf11886d520435ff1ff736a2c8076372
5Size (dummy-4.6.7.tar.gz) = 10141 bytes 5Size (dummy-4.6.8.tar.gz) = 10141 bytes
6SHA1 (typo3_src-4.6.7.tar.gz) = 461cef5e92814859423dc98407712d00b7956353 6SHA1 (typo3_src-4.6.8.tar.gz) = 1965c89fb5057220c42cdb8d506d374ea5013edf
7RMD160 (typo3_src-4.6.7.tar.gz) = 5d8f96011c65ca1c15abd32a518c378d85941337 7RMD160 (typo3_src-4.6.8.tar.gz) = c8483923bb93a5336085a2930b24f5f0713ca481
8Size (typo3_src-4.6.7.tar.gz) = 21271871 bytes 8Size (typo3_src-4.6.8.tar.gz) = 21273478 bytes
9SHA1 (patch-t3lib_config__default.php) = 41dfac4e4cb9ecf20139b3756c6317c852d41327 9SHA1 (patch-t3lib_config__default.php) = 41dfac4e4cb9ecf20139b3756c6317c852d41327

cvs diff -r1.3 -r1.4 pkgsrc/www/typo3_46/Attic/PLIST (expand / switch to unified diff)

--- pkgsrc/www/typo3_46/Attic/PLIST 2012/03/28 12:58:28 1.3
+++ pkgsrc/www/typo3_46/Attic/PLIST 2012/04/17 13:00:21 1.4
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.3 2012/03/28 12:58:28 taca Exp $ 1@comment $NetBSD: PLIST,v 1.4 2012/04/17 13:00:21 taca Exp $
2${EGDIR}/localconf.php 2${EGDIR}/localconf.php
3${TYPO3DIR}/${TYPO3NAME}/ChangeLog 3${TYPO3DIR}/${TYPO3NAME}/ChangeLog
4${TYPO3DIR}/${TYPO3NAME}/GPL.txt 4${TYPO3DIR}/${TYPO3NAME}/GPL.txt
5${TYPO3DIR}/${TYPO3NAME}/INSTALL.txt 5${TYPO3DIR}/${TYPO3NAME}/INSTALL.txt
6${TYPO3DIR}/${TYPO3NAME}/LICENSE.txt 6${TYPO3DIR}/${TYPO3NAME}/LICENSE.txt
7${TYPO3DIR}/${TYPO3NAME}/NEWS.txt 7${TYPO3DIR}/${TYPO3NAME}/NEWS.txt
8${TYPO3DIR}/${TYPO3NAME}/README.txt 8${TYPO3DIR}/${TYPO3NAME}/README.txt
9${TYPO3DIR}/${TYPO3NAME}/RELEASE_NOTES.txt 9${TYPO3DIR}/${TYPO3NAME}/RELEASE_NOTES.txt
10${TYPO3DIR}/${TYPO3NAME}/_.htaccess 10${TYPO3DIR}/${TYPO3NAME}/_.htaccess
11${TYPO3DIR}/${TYPO3NAME}/index.php 11${TYPO3DIR}/${TYPO3NAME}/index.php
12${TYPO3DIR}/${TYPO3NAME}/t3lib/GPL.txt 12${TYPO3DIR}/${TYPO3NAME}/t3lib/GPL.txt
13${TYPO3DIR}/${TYPO3NAME}/t3lib/README.txt 13${TYPO3DIR}/${TYPO3NAME}/t3lib/README.txt
14${TYPO3DIR}/${TYPO3NAME}/t3lib/cache/backend/class.t3lib_cache_backend_abstractbackend.php 14${TYPO3DIR}/${TYPO3NAME}/t3lib/cache/backend/class.t3lib_cache_backend_abstractbackend.php
@@ -4043,26 +4043,27 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/im @@ -4043,26 +4043,27 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/im
4043${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/impexp/cshimages/phpext.png 4043${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/impexp/cshimages/phpext.png
4044${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/impexp/cshimages/references.png 4044${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/impexp/cshimages/references.png
4045${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/impexp/cshimages/references1.png 4045${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/impexp/cshimages/references1.png
4046${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/impexp/cshimages/references2.png 4046${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/impexp/cshimages/references2.png
4047${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/impexp/cshimages/singlerecord.png 4047${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/impexp/cshimages/singlerecord.png
4048${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/impexp/cshimages/static.png 4048${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/impexp/cshimages/static.png
4049${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/impexp/cshimages/static1.png 4049${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/impexp/cshimages/static1.png
4050${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/impexp/cshimages/tablelist.png 4050${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/impexp/cshimages/tablelist.png
4051${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/impexp/cshimages/update.png 4051${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/impexp/cshimages/update.png
4052${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/impexp/doc/TODO.txt 4052${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/impexp/doc/TODO.txt
4053${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/impexp/export.gif 4053${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/impexp/export.gif
4054${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/impexp/ext_autoload.php 4054${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/impexp/ext_autoload.php
4055${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/impexp/ext_emconf.php 4055${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/impexp/ext_emconf.php
 4056${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/impexp/ext_icon.gif
4056${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/impexp/ext_tables.php 4057${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/impexp/ext_tables.php
4057${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/impexp/ext_tables.sql 4058${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/impexp/ext_tables.sql
4058${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/impexp/import.gif 4059${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/impexp/import.gif
4059${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/impexp/locallang_csh.xlf 4060${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/impexp/locallang_csh.xlf
4060${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/impexp/locallang_csh_45.xlf 4061${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/impexp/locallang_csh_45.xlf
4061${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/impexp/modfunc1/class.tx_impexp_modfunc1.php 4062${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/impexp/modfunc1/class.tx_impexp_modfunc1.php
4062${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/impexp/modfunc1/locallang.xlf 4063${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/impexp/modfunc1/locallang.xlf
4063${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/impexp/task/class.tx_impexp_task.php 4064${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/impexp/task/class.tx_impexp_task.php
4064${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/indexed_search/ChangeLog 4065${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/indexed_search/ChangeLog
4065${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/indexed_search/class.crawler.php 4066${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/indexed_search/class.crawler.php
4066${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/indexed_search/class.doublemetaphone.php 4067${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/indexed_search/class.doublemetaphone.php
4067${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/indexed_search/class.external_parser.php 4068${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/indexed_search/class.external_parser.php
4068${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/indexed_search/class.indexer.php 4069${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/indexed_search/class.indexer.php