summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2014-05-28 19:00:35 +0000
committertron <tron@pkgsrc.org>2014-05-28 19:00:35 +0000
commitdba2fcf2d8d6c1be9046f5d36830ef6f586ff038 (patch)
treef74446cc95e82dac49f34dabd62a1eddbdeedf3e
parenta25bc77d1d0f7670d55f8927ca67349a33918a87 (diff)
downloadpkgsrc-dba2fcf2d8d6c1be9046f5d36830ef6f586ff038.tar.gz
Pullup ticket #4418 - requested by taca
www/typo3_45: security update Revisions pulled up: - www/typo3_45/Makefile 1.30 - www/typo3_45/PLIST 1.14 - www/typo3_45/distinfo 1.25 --- Module Name: pkgsrc Committed By: taca Date: Tue May 27 13:47:25 UTC 2014 Modified Files: pkgsrc/www/typo3_45: Makefile PLIST distinfo Log Message: Update typo3_45 to 4.5.34 (TYPO4 4.5.34), contains several security fixes. 2014-05-22 2ee368c [RELEASE] Release of TYPO3 4.5.34 (TYPO3 Release Team) 2014-05-22 55d5f38 #30377 [SECURITY] Add trusted HTTP_HOST configuration (Helmut Hummel) 2014-05-22 efb098b #54111,#54113 [SECURITY] XSS in (old) extension manager information function (Marc Bastian Heinrichs) 2014-05-22 94011a3 #48695 [SECURITY] XSS in new content element wizard (Markus Klein) 2014-05-22 b62651b #54109 [SECURITY] XSS in template tools on root page (Marc Bastian Heinrichs) 2014-05-22 a98ae3c #57576 [SECURITY] XSS in Backend Layout Wizard (Nicole Cordes) 2014-05-22 4f7258c #48693 [SECURITY] Encode URL for use in JavaScript (Markus Klein) 2014-05-22 742ad49 #56458 [SECURITY] Fix insecure unserialize in colorpicker (Helmut Hummel) 2014-05-22 9bd7776 #54526 [SECURITY] Remove charts.swf to get rid of XSS vulnerability (Helmut Hummel) 2014-05-08 6ffdcee #58187 [BUGFIX] Solve stackoverflow in prototype in IE8 (Jigal van Hemert) 2014-04-16 5d6a16e [TASK] Set TYPO3 version to 4.5.34-dev (TYPO3 Release Team) 2014-04-16 5bd6b52 [RELEASE] Release of TYPO3 4.5.33 (TYPO3 Release Team) 2014-04-15 aebc244 #51768 [TASK] Updates prototype and scriptaculous, fixing IE9+ issues (Ernesto Baschny) 2014-04-15 51a3897 #57934 [BUGFIX] Use validEmail() instead of deprecated checkEmail() (Stefan Neufeind) 2014-04-15 fcdaec0 #56580 [BUGFIX] SoftReferenceIndex typolink lacks support for title attributes (Marc Bastian Heinrichs) 2014-04-04 4316e98 #57656 [TASK] Integrate default README.txt (Oliver Hader) 2014-04-04 9d36515 #57603 [SECURITY] Prevent XSS in scheduler form (Nicole Cordes) 2014-02-27 e34a90b #55966 [BUGFIX] Revert "[TASK] Use a 401 header if login is not successful" (Markus Klein) 2014-02-25 5c4554b #23984 [BUGFIX] felogin reset password links not clickable (Jigal van Hemert) 2014-02-09 7d6a8cc #55811 [BUGFIX] Namespace usage in test (Christian Kuhn) 2014-02-08 44d7cfc #16491 [BUGFIX] CSV-Download not working in IE and HTTPS backend (Christian Kuhn) 2014-01-30 138b13a #55458 [BUGFIX] DocumentTemplate class inserts inDocStyles twice (Stefan Neufeind) 2014-01-28 b867b04 #55350 [BUGFIX] Invalid constant in the domain redirect function (Tim Lochmueller) 2014-01-17 ab6256f Revert "[TASK] Optimize speed for instantiating class with arguments" (Ernesto Baschny) 2014-01-17 2526bdd #53682 [TASK] Optimize speed for instantiating class with arguments (Helmut Hummel) 2014-01-16 102307f #54748 [BUGFIX] Fix PHP fatal error in be.tableList view helper (Marc Bastian Heinrichs) 2014-01-09 e6643e1 #52554 [TASK] Change list view delete icon if record is deleted in WS (Sascha Egerer) 2014-01-08 765882e #52133 [BUGFIX] Display relations' titles when TCA label field is type inline (Stefan Froemken) 2013-12-12 d3e9494 #53818 [BUGFIX] Cleanly unset cookies on login in cookie-check (Stefan Neufeind)
-rw-r--r--www/typo3_45/Makefile4
-rw-r--r--www/typo3_45/PLIST7
-rw-r--r--www/typo3_45/distinfo14
3 files changed, 13 insertions, 12 deletions
diff --git a/www/typo3_45/Makefile b/www/typo3_45/Makefile
index 669600a35cb..a9d753571da 100644
--- a/www/typo3_45/Makefile
+++ b/www/typo3_45/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2013/12/10 15:18:33 taca Exp $
+# $NetBSD: Makefile,v 1.29.4.1 2014/05/28 19:00:35 tron Exp $
#
DISTNAME= ${TYPO3NAME}
@@ -16,7 +16,7 @@ DEPENDS+= ${PHP_PKG_PREFIX}-{mysql,pgsql}>=5.1.0:../../databases/php-mysql
DEPENDS+= ${PHP_PKG_PREFIX}-zlib>=5.2.0:../../archivers/php-zlib/
DEPENDS+= ${PHP_PKG_PREFIX}-json>=5.2.0:../../textproc/php-json
-VER= 4.5.32
+VER= 4.5.34
NO_BUILD= yes
USE_TOOLS+= pax
diff --git a/www/typo3_45/PLIST b/www/typo3_45/PLIST
index ffc3406db00..d9c63effd4e 100644
--- a/www/typo3_45/PLIST
+++ b/www/typo3_45/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.13 2013/12/10 15:18:33 taca Exp $
+@comment $NetBSD: PLIST,v 1.13.4.1 2014/05/28 19:00:35 tron Exp $
${EGDIR}/localconf.php
${TYPO3DIR}/${TYPO3NAME}/ChangeLog
${TYPO3DIR}/${TYPO3NAME}/GPL.txt
@@ -6,7 +6,6 @@ ${TYPO3DIR}/${TYPO3NAME}/INSTALL.txt
${TYPO3DIR}/${TYPO3NAME}/LICENSE.txt
${TYPO3DIR}/${TYPO3NAME}/NEWS.txt
${TYPO3DIR}/${TYPO3NAME}/README.txt
-${TYPO3DIR}/${TYPO3NAME}/RELEASE_NOTES.txt
${TYPO3DIR}/${TYPO3NAME}/_.htaccess
${TYPO3DIR}/${TYPO3NAME}/index.php
${TYPO3DIR}/${TYPO3NAME}/t3lib/GPL.txt
@@ -469,7 +468,6 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/locale/ext-lang-ukr.js
${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/locale/ext-lang-vn.js
${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/locale/ext-lang-zh_CN.js
${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/locale/ext-lang-zh_TW.js
-${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/charts.swf
${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/css/README.txt
${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/css/debug.css
${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/css/ext-all-notheme.css
@@ -764,7 +762,10 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/jsmin/jsmin.php
${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/json/json.php
${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/modernizr/LICENSE.txt
${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/modernizr/modernizr.min.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/prototype/LICENSE
${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/prototype/prototype.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/scriptaculous/CHANGELOG
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/scriptaculous/MIT-LICENSE
${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/scriptaculous/builder.js
${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/scriptaculous/controls.js
${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/scriptaculous/dragdrop.js
diff --git a/www/typo3_45/distinfo b/www/typo3_45/distinfo
index 6d6fc418cd9..1d55583d7c4 100644
--- a/www/typo3_45/distinfo
+++ b/www/typo3_45/distinfo
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.24 2013/12/10 15:18:33 taca Exp $
+$NetBSD: distinfo,v 1.24.4.1 2014/05/28 19:00:35 tron Exp $
-SHA1 (dummy-4.5.32.tar.gz) = a004affb516ee82ec4ae42d03101b52dbee622bf
-RMD160 (dummy-4.5.32.tar.gz) = 49cf719e7d2c84290a2ca37f55ecd1f3fd7d01d3
-Size (dummy-4.5.32.tar.gz) = 9978 bytes
-SHA1 (typo3_src-4.5.32.tar.gz) = ce39440fc1f69088dad6f78e7c655990c4300397
-RMD160 (typo3_src-4.5.32.tar.gz) = 48bca0f86d9634d23e3b5f1679c133c711d09836
-Size (typo3_src-4.5.32.tar.gz) = 20769345 bytes
+SHA1 (dummy-4.5.34.tar.gz) = 019366837cca13ae87d6f3cfc961dbf2392efce5
+RMD160 (dummy-4.5.34.tar.gz) = ab3eeca6a1a52281a2f2b9a95040e604bcf2614b
+Size (dummy-4.5.34.tar.gz) = 9981 bytes
+SHA1 (typo3_src-4.5.34.tar.gz) = 7e55eb941871406d8f97fc9389b8273813c8e430
+RMD160 (typo3_src-4.5.34.tar.gz) = cb28ee42851f1af00b8ca305db401b62b0372995
+Size (typo3_src-4.5.34.tar.gz) = 20715903 bytes
SHA1 (patch-aa) = dd0847334b30215a822bcdcd9231862d7eab68a6