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:           Sat Nov 12 16:17:36 UTC 2016

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

Log Message:
Update typo3_62 to 6.2.28.

2016-11-01  c423e5b                  [RELEASE] Release of TYPO3 6.2.28 (TYPO3 Release Team)
2016-11-01  94ec146  #78494,#76542   [BUGFIX] Prevent installation of incompatible extensions (Benni Mack)
2016-10-27  cf20781  #73156          [BUGFIX] FrontendContentAdapterService replaces LF chars before concat (Daniel Neugebauer)
2016-10-25  d262000  #78418          [TASK] splitFunctionalTests.sh in 6.2 (Christian Kuhn)
2016-10-25  c01ccd3  #78368          [BUGFIX] Fix reference count when ref_table is sys_file (Wouter Wolters)
2016-10-25  4f5926a  #78408          [TASK] Remove failing test in IntegerValidatorTest (Anja Leichsenring)
2016-10-21  953119f  #76901          [BUGFIX] Reset SYS/exceptionalErrors in live preset (Benni Mack)
2016-10-13  44aa8dc  #77956          [BUGFIX] Prevent exception due to missing id in the language menu (Xavier Perseguers)
2016-10-12  59f7404  #78021          [BUGFIX] Exception with cHashIncludePageId but no id in the URL (Dmitry Dulepov)
2016-09-30  0aa80a6  #78102          [BUGFIX] Incorrect cHash generation may cause 404 on any page (Dmitry Dulepov)
2016-09-23  5b6f9fc  #77877          [BUGFIX] Correct show configuration in newContentElement wizard (Nicole Cordes)


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/www/typo3_62/Makefile
cvs rdiff -u -r1.14 -r1.15 pkgsrc/www/typo3_62/PLIST
cvs rdiff -u -r1.16 -r1.17 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.18 pkgsrc/www/typo3_62/Makefile:1.19
--- pkgsrc/www/typo3_62/Makefile:1.18   Tue Sep 13 15:10:21 2016
+++ pkgsrc/www/typo3_62/Makefile        Sat Nov 12 16:17:36 2016
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2016/09/13 15:10:21 taca Exp $
+# $NetBSD: Makefile,v 1.19 2016/11/12 16:17:36 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.27
+VER=           6.2.28
 NO_BUILD=      yes
 USE_TOOLS+=    bash:run pax
 
@@ -32,6 +32,7 @@ REPLACE.php.new=      ${PREFIX}/bin/php
 REPLACE_FILES.php=     typo3/cli_dispatch.phpsh
 
 REPLACE_BASH= typo3/sysext/core/Build/Scripts/xlfcheck.sh \
+       typo3/sysext/core/Build/Scripts/splitFunctionalTests.sh \
        typo3/sysext/core/Build/Scripts/update-static-composer.sh
 
 OWN_DIRS_PERMS+= ${TYPO3DIR}/${SITEDIR} ${REAL_ROOT_USER} ${APACHE_GROUP} 0770

Index: pkgsrc/www/typo3_62/PLIST
diff -u pkgsrc/www/typo3_62/PLIST:1.14 pkgsrc/www/typo3_62/PLIST:1.15
--- pkgsrc/www/typo3_62/PLIST:1.14      Tue Sep 13 15:10:21 2016
+++ pkgsrc/www/typo3_62/PLIST   Sat Nov 12 16:17:36 2016
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.14 2016/09/13 15:10:21 taca Exp $
+@comment $NetBSD: PLIST,v 1.15 2016/11/12 16:17:36 taca Exp $
 ${TYPO3DIR}/${TYPO3NAME}/ChangeLog
 ${TYPO3DIR}/${TYPO3NAME}/INSTALL.md
 ${TYPO3DIR}/${TYPO3NAME}/LICENSE.txt
@@ -2167,6 +2167,7 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/co
 ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Build/Configuration/FunctionalTestsConfiguration.php
 ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Build/FunctionalTests.xml
 ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Build/FunctionalTestsBootstrap.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Build/Scripts/splitFunctionalTests.sh
 ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Build/Scripts/update-static-composer.sh
 ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Build/Scripts/xlfcheck.sh
 ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Build/UnitTests.xml

Index: pkgsrc/www/typo3_62/distinfo
diff -u pkgsrc/www/typo3_62/distinfo:1.16 pkgsrc/www/typo3_62/distinfo:1.17
--- pkgsrc/www/typo3_62/distinfo:1.16   Tue Sep 13 15:10:21 2016
+++ pkgsrc/www/typo3_62/distinfo        Sat Nov 12 16:17:36 2016
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.16 2016/09/13 15:10:21 taca Exp $
+$NetBSD: distinfo,v 1.17 2016/11/12 16:17:36 taca Exp $
 
-SHA1 (typo3_src-6.2.27.tar.gz) = feab0a9c1c9d33a8e401319628dd44b5f3477253
-RMD160 (typo3_src-6.2.27.tar.gz) = 8e6efdfe74c4360c3eb4af521302d2a465c189d0
-SHA512 (typo3_src-6.2.27.tar.gz) = 6d8e10ddad195dc6409ba8ee47a4bc7d6efbb93bbf371f4224be780f2f7fd332c81b262ca19d51b8a19ef9edd9b3ce85cc348ef817b04ff11c01878b0e5f6b89
-Size (typo3_src-6.2.27.tar.gz) = 20948237 bytes
+SHA1 (typo3_src-6.2.28.tar.gz) = 2151ca3c3174648c24744bbf51f5f127f00f9c2a
+RMD160 (typo3_src-6.2.28.tar.gz) = 691e13dacbf5f0e37daa2fbe0c6b60d1cf6e5ac2
+SHA512 (typo3_src-6.2.28.tar.gz) = 436e6576835a7804d0009cb325b41a08f9cdcda2d7b65efced49ba75a93a0f14e0a8353442654b5cbbc54b96f3582a2e5dc5590d1625eae0bc88f9b2572f6a5d
+Size (typo3_src-6.2.28.tar.gz) = 20954064 bytes
 SHA1 (patch-typo3_sysext_core_Configuration_DefaultConfiguration.php) = e33544513630b4c931ca8e932847796d4bd694b2



Home | Main Index | Thread Index | Old Index