pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/typo3_62



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)


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/www/typo3_62/Makefile
cvs rdiff -u -r1.16 -r1.17 pkgsrc/www/typo3_62/PLIST
cvs rdiff -u -r1.18 -r1.19 pkgsrc/www/typo3_62/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/typo3_62/Makefile
diff -u pkgsrc/www/typo3_62/Makefile:1.20 pkgsrc/www/typo3_62/Makefile:1.21
--- pkgsrc/www/typo3_62/Makefile:1.20   Sun Nov 27 15:43:34 2016
+++ pkgsrc/www/typo3_62/Makefile        Fri Jan 13 15:06:40 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2016/11/27 15:43:34 taca Exp $
+# $NetBSD: Makefile,v 1.21 2017/01/13 15:06:40 taca Exp $
 #
 
 DISTNAME=      ${TYPO3NAME}
@@ -18,7 +18,7 @@ DEPENDS+=     ${PHP_PKG_PREFIX}-json>=5.3.7:
 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
 

Index: pkgsrc/www/typo3_62/PLIST
diff -u pkgsrc/www/typo3_62/PLIST:1.16 pkgsrc/www/typo3_62/PLIST:1.17
--- pkgsrc/www/typo3_62/PLIST:1.16      Sun Nov 27 15:43:34 2016
+++ pkgsrc/www/typo3_62/PLIST   Fri Jan 13 15:06:40 2017
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.16 2016/11/27 15:43:34 taca Exp $
+@comment $NetBSD: PLIST,v 1.17 2017/01/13 15:06:40 taca Exp $
 ${TYPO3DIR}/${TYPO3NAME}/ChangeLog
 ${TYPO3DIR}/${TYPO3NAME}/INSTALL.md
 ${TYPO3DIR}/${TYPO3NAME}/LICENSE.txt
@@ -2596,6 +2596,10 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/co
 ${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

Index: pkgsrc/www/typo3_62/distinfo
diff -u pkgsrc/www/typo3_62/distinfo:1.18 pkgsrc/www/typo3_62/distinfo:1.19
--- pkgsrc/www/typo3_62/distinfo:1.18   Sun Nov 27 15:43:34 2016
+++ pkgsrc/www/typo3_62/distinfo        Fri Jan 13 15:06:40 2017
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.18 2016/11/27 15:43:34 taca Exp $
+$NetBSD: distinfo,v 1.19 2017/01/13 15:06:40 taca 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



Home | Main Index | Thread Index | Old Index