summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbsiegert <bsiegert@pkgsrc.org>2017-01-20 18:38:21 +0000
committerbsiegert <bsiegert@pkgsrc.org>2017-01-20 18:38:21 +0000
commit1b9d7a02baa83d4b6669a989264a885413df1f70 (patch)
tree4bb443cd205ea07b985db67d297264e9d4951ffd
parentf6a5a533524804d82a0366ee4df7caed2350360e (diff)
downloadpkgsrc-1b9d7a02baa83d4b6669a989264a885413df1f70.tar.gz
Pullup ticket #5195 - requested by taca
www/typo3_62: security fix Revisions pulled up: - www/typo3_62/Makefile 1.21 - www/typo3_62/PLIST 1.17 - www/typo3_62/distinfo 1.19 --- Module Name: pkgsrc Committed By: taca Date: Fri Jan 13 15:06:40 UTC 2017 Modified Files: pkgsrc/www/typo3_62: Makefile PLIST distinfo Log Message: Update typo3_62 to 6.2.30 (TYPO3 6.2.30) including security fixes. 2017-01-03 ec284cf [RELEASE] Release of TYPO3 6.2.30 (TYPO3 Release Team) 2017-01-03 0f79d43 #79114 [SECURITY] Protect Mailtransport (Wouter Wolters) 2016-12-31 7a99325 #70106 [BUGFIX] Do not use realpath for temporary file names (Stefan Froemken) 2016-12-30 5bb34d0 #76478 [TASK] Clean up DebuggerUtility (Nicole Cordes) 2016-12-24 98dd27a #70962 [BUGFIX] FAL relations duplicated when saving in workspaces (Andreas Wolf) 2016-12-16 5124e88 #78915,#78977 [BUGFIX] Optimize cache handling in ReflectionService (Helmut Hummel) 2016-12-15 18b19ea #78977 Revert "[BUGFIX] Reflection Cache does not save methodReflections" (Nicole Cordes) 2016-12-13 8095288 #78925 [BUGFIX] Fix exception in QuickEdit mode for empty pages (Manuel Selbach) 2016-12-12 8ef727a #78915 [BUGFIX] Reflection Cache does not save methodReflections (Tymoteusz Motylewski) 2016-12-08 01a927d #73241 [BUGFIX] Do not fetch pages with pid < 0 in prepareCacheFlush (Steffen Göde) 2016-12-08 bab723b #72654,#62660 [BUGFIX] Improve DataHandler handling for dbType fields (Nicole Cordes) 2016-12-07 1a32e92 #78551 [BUGFIX] Reset hidden field information in FormViewhelper (Nicole Cordes) 2016-12-03 b927c7b #77097 [BUGFIX] Reset FormViewHelper on execution (Helmut Hummel)
-rw-r--r--www/typo3_62/Makefile4
-rw-r--r--www/typo3_62/PLIST6
-rw-r--r--www/typo3_62/distinfo10
3 files changed, 12 insertions, 8 deletions
diff --git a/www/typo3_62/Makefile b/www/typo3_62/Makefile
index e2a91bc0964..713d39a871c 100644
--- a/www/typo3_62/Makefile
+++ b/www/typo3_62/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2016/11/27 15:43:34 taca Exp $
+# $NetBSD: Makefile,v 1.20.2.1 2017/01/20 18:38:21 bsiegert Exp $
#
DISTNAME= ${TYPO3NAME}
@@ -18,7 +18,7 @@ DEPENDS+= ${PHP_PKG_PREFIX}-json>=5.3.7:../../textproc/php-json
DEPENDS+= ${PHP_PKG_PREFIX}-zip>=5.3.7:../../archivers/php-zip
DEPENDS+= ${PHP_PKG_PREFIX}-zlib>=5.3.7:../../archivers/php-zlib
-VER= 6.2.29
+VER= 6.2.30
NO_BUILD= yes
USE_TOOLS+= bash:run pax
diff --git a/www/typo3_62/PLIST b/www/typo3_62/PLIST
index 576c0a8e111..c83a994f5d7 100644
--- a/www/typo3_62/PLIST
+++ b/www/typo3_62/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.16 2016/11/27 15:43:34 taca Exp $
+@comment $NetBSD: PLIST,v 1.16.2.1 2017/01/20 18:38:21 bsiegert Exp $
${TYPO3DIR}/${TYPO3NAME}/ChangeLog
${TYPO3DIR}/${TYPO3NAME}/INSTALL.md
${TYPO3DIR}/${TYPO3NAME}/LICENSE.txt
@@ -2596,6 +2596,10 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Tests/Functional/DataHandling/FAL/Mod
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Tests/Functional/DataHandling/FAL/Modify/DataSet/modifyContentWFileReference.csv
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Tests/Functional/DataHandling/FAL/Modify/DataSet/moveContentToDifferentPage.csv
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Tests/Functional/DataHandling/FAL/Modify/DataSet/moveContentToDifferentPageNChangeSorting.csv
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Tests/Functional/DataHandling/FlexformIrre/ActionTestCase.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Tests/Functional/DataHandling/FlexformIrre/DataSet/LiveDefaultElements.csv
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Tests/Functional/DataHandling/FlexformIrre/DataSet/LiveDefaultPages.csv
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Tests/Functional/DataHandling/FlexformIrre/Fixtures/fileadmin/typo3-logo.png
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Tests/Functional/DataHandling/Framework/ActionService.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Tests/Functional/DataHandling/Framework/DataSet.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Tests/Functional/DataHandling/Group/AbstractActionTestCase.php
diff --git a/www/typo3_62/distinfo b/www/typo3_62/distinfo
index 42af0d9ff17..85079a84038 100644
--- a/www/typo3_62/distinfo
+++ b/www/typo3_62/distinfo
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.18 2016/11/27 15:43:34 taca Exp $
+$NetBSD: distinfo,v 1.18.2.1 2017/01/20 18:38:21 bsiegert Exp $
-SHA1 (typo3_src-6.2.29.tar.gz) = f50f4f69d2b9aa84aec4afe32841e88cf76f14d0
-RMD160 (typo3_src-6.2.29.tar.gz) = 9314905c315e523dcb6e8b6260308dbe24065cf7
-SHA512 (typo3_src-6.2.29.tar.gz) = 1e402c9d66afb3d59f336fc07697a2f22f3ec1b7ef56a85cc0d861b1c72d13126cb9f8804e6ee04359c1fb3a196ca967df37d0a9d059702bbd2a535a96b85e08
-Size (typo3_src-6.2.29.tar.gz) = 20953633 bytes
+SHA1 (typo3_src-6.2.30.tar.gz) = 4d4eb3bfed5f00da709913136c2478fb20358997
+RMD160 (typo3_src-6.2.30.tar.gz) = 3ff0c950c4d1db09e743fe020d7ae370e0716db6
+SHA512 (typo3_src-6.2.30.tar.gz) = 3ca4a16eb2851e46e0be4328d2b2634913eace21ea2cf64b6d5a7e8b16a5691c79d3f4b577d204534eec1e5f019630a4bd1836adf2f3c244b93661dcc45c796f
+Size (typo3_src-6.2.30.tar.gz) = 20959160 bytes
SHA1 (patch-typo3_sysext_core_Configuration_DefaultConfiguration.php) = e33544513630b4c931ca8e932847796d4bd694b2