Tue Apr 17 23:48:00 2012 UTC ()
Pullup ticket #3742 - requested by taca
www/typo3_45: security update

Revisions pulled up:
- www/typo3_45/Makefile                                         1.9
- www/typo3_45/PLIST                                            1.4
- www/typo3_45/distinfo                                         1.8

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Tue Apr 17 12:59:01 UTC 2012

   Modified Files:
   	pkgsrc/www/typo3_45: Makefile PLIST distinfo

   Log Message:
   Update typo3_45 package to 4.5.15 (TYPO3 4.5.15).

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

   2012-04-17  7bd7fa7                  [RELEASE] Release of TYPO3 4.5.15 (TYPO3 v4 Release Team)
   2012-04-17  34cd65d  #34348          [SECURITY] XSS in exception handler (Oliver Klee)
   2012-04-17  03ed1e3                  [TASK] Raise submodule pointer (TYPO3 v4 Release Team)
   2012-04-15  bd08193  #36027          [BUGFIX] Localisation update doesn't work (Sebastian Fischer)
   2012-04-14  455c288  #34742          [TASK] Change hardcoded URL to constant (dkd-egerer Sascha Egerer)
   2012-04-13  d92797c  #24884          [BUGFIX] Saving Page Tree states issues in large environments (cybercraft)
   2012-04-12  89232cd  #35202          [BUGFIX] Fix the unit tests to work with PHPUnit 3.6 (Oliver Klee)
   2012-04-12  573c480  #34860,#33685   [BUGFIX] Results from live search and opendocs can't be opened (Stefan Galinski)
   2012-04-12  df51e20  #35897          [BUGFIX] Failing test in caching framework memcache backend (Christian Kuhn)
   2012-04-11  174d81f  #35847          [BUGFIX] t3lib_div::getUrl() providing wrong error information (Ingo Renner)
   2012-04-11  8d9854c  #35272          [BUGFIX] Enable XClassing of t3lib_install by replacing new (Kay Strobach)
   2012-04-10  d5b2b13  #35257          [BUGFIX] ext_icon.gif for EXT:impexp (Georg Ringer)
   2012-04-08  f9fe38e  #34695          [BUGFIX] missing parameter for implode (Jigal van Hemert)
   2012-04-05  c49f742  #31831          [BUGFIX] "Allowed excludefields" misses non-tt_content FlexForms (Kai Vogel)
   2012-03-29  2a25362  #34625          [BUGFIX] preg_spliti should be preg_split (Georg Ringer)
   2012-03-28  a2b1f8c  #25021          [BUGFIX] Creating new pages via drag'n'drop respects page TS (Philipp Kitzberger)


(tron)
diff -r1.8 -r1.8.2.1 pkgsrc/www/typo3_45/Makefile
diff -r1.3 -r1.3.2.1 pkgsrc/www/typo3_45/PLIST
diff -r1.7 -r1.7.2.1 pkgsrc/www/typo3_45/distinfo

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

--- pkgsrc/www/typo3_45/Attic/Makefile 2012/03/28 12:57:23 1.8
+++ pkgsrc/www/typo3_45/Attic/Makefile 2012/04/17 23:47:59 1.8.2.1
@@ -1,34 +1,34 @@ @@ -1,34 +1,34 @@
1# $NetBSD: Makefile,v 1.8 2012/03/28 12:57:23 taca Exp $ 1# $NetBSD: Makefile,v 1.8.2.1 2012/04/17 23:47:59 tron 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 LTS release. 12COMMENT= The TYPO3 content management system LTS 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.5.14 21VER= 4.5.15
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.3 -r1.3.2.1 pkgsrc/www/typo3_45/Attic/PLIST (expand / switch to unified diff)

--- pkgsrc/www/typo3_45/Attic/PLIST 2012/03/07 12:53:40 1.3
+++ pkgsrc/www/typo3_45/Attic/PLIST 2012/04/17 23:47:59 1.3.2.1
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.3 2012/03/07 12:53:40 taca Exp $ 1@comment $NetBSD: PLIST,v 1.3.2.1 2012/04/17 23:47:59 tron 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
@@ -3471,26 +3471,27 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/im @@ -3471,26 +3471,27 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/im
3471${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/impexp/cshimages/phpext.png 3471${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/impexp/cshimages/phpext.png
3472${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/impexp/cshimages/references.png 3472${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/impexp/cshimages/references.png
3473${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/impexp/cshimages/references1.png 3473${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/impexp/cshimages/references1.png
3474${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/impexp/cshimages/references2.png 3474${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/impexp/cshimages/references2.png
3475${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/impexp/cshimages/singlerecord.png 3475${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/impexp/cshimages/singlerecord.png
3476${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/impexp/cshimages/static.png 3476${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/impexp/cshimages/static.png
3477${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/impexp/cshimages/static1.png 3477${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/impexp/cshimages/static1.png
3478${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/impexp/cshimages/tablelist.png 3478${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/impexp/cshimages/tablelist.png
3479${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/impexp/cshimages/update.png 3479${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/impexp/cshimages/update.png
3480${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/impexp/doc/TODO.txt 3480${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/impexp/doc/TODO.txt
3481${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/impexp/export.gif 3481${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/impexp/export.gif
3482${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/impexp/ext_autoload.php 3482${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/impexp/ext_autoload.php
3483${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/impexp/ext_emconf.php 3483${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/impexp/ext_emconf.php
 3484${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/impexp/ext_icon.gif
3484${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/impexp/ext_tables.php 3485${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/impexp/ext_tables.php
3485${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/impexp/ext_tables.sql 3486${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/impexp/ext_tables.sql
3486${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/impexp/import.gif 3487${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/impexp/import.gif
3487${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/impexp/locallang_csh.xml 3488${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/impexp/locallang_csh.xml
3488${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/impexp/locallang_csh_45.xml 3489${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/impexp/locallang_csh_45.xml
3489${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/impexp/modfunc1/class.tx_impexp_modfunc1.php 3490${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/impexp/modfunc1/class.tx_impexp_modfunc1.php
3490${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/impexp/modfunc1/locallang.xml 3491${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/impexp/modfunc1/locallang.xml
3491${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/impexp/task/class.tx_impexp_task.php 3492${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/impexp/task/class.tx_impexp_task.php
3492${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/indexed_search/ChangeLog 3493${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/indexed_search/ChangeLog
3493${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/indexed_search/class.crawler.php 3494${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/indexed_search/class.crawler.php
3494${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/indexed_search/class.doublemetaphone.php 3495${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/indexed_search/class.doublemetaphone.php
3495${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/indexed_search/class.external_parser.php 3496${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/indexed_search/class.external_parser.php
3496${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/indexed_search/class.indexer.php 3497${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/indexed_search/class.indexer.php

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

--- pkgsrc/www/typo3_45/Attic/distinfo 2012/03/28 12:57:23 1.7
+++ pkgsrc/www/typo3_45/Attic/distinfo 2012/04/17 23:48:00 1.7.2.1
@@ -1,9 +1,9 @@ @@ -1,9 +1,9 @@
1$NetBSD: distinfo,v 1.7 2012/03/28 12:57:23 taca Exp $ 1$NetBSD: distinfo,v 1.7.2.1 2012/04/17 23:48:00 tron Exp $
2 2
3SHA1 (dummy-4.5.14.tar.gz) = a9dd9e7a5377db281784c03ce8ba37f76b5a1950 3SHA1 (dummy-4.5.15.tar.gz) = fada4f72bfaadc32c3e435fb3740c9cd95825fae
4RMD160 (dummy-4.5.14.tar.gz) = 345c6da68adb18bc7344164dbf4e07ac79fa3309 4RMD160 (dummy-4.5.15.tar.gz) = aabe9e3f0d3b0681f6ff56f46516aebc85badf4a
5Size (dummy-4.5.14.tar.gz) = 9856 bytes 5Size (dummy-4.5.15.tar.gz) = 9860 bytes
6SHA1 (typo3_src-4.5.14.tar.gz) = a055fb7d857e8251b57e93d2379870d31b000930 6SHA1 (typo3_src-4.5.15.tar.gz) = 3edf004111393c6fa4da69a8323fa296cbf77dc2
7RMD160 (typo3_src-4.5.14.tar.gz) = 172ec6ad9e74e9267d7cc57e8f1e6ddafef03883 7RMD160 (typo3_src-4.5.15.tar.gz) = 9a6a0a6c7ba46e53317977ba9879398be28fc50c
8Size (typo3_src-4.5.14.tar.gz) = 20539776 bytes 8Size (typo3_src-4.5.15.tar.gz) = 20537187 bytes
9SHA1 (patch-aa) = dd0847334b30215a822bcdcd9231862d7eab68a6 9SHA1 (patch-aa) = dd0847334b30215a822bcdcd9231862d7eab68a6