Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 940D77A1B7 for ; Tue, 13 Sep 2016 15:10:23 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 092CF85E8C; Tue, 13 Sep 2016 15:10:23 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8E97685E58 for ; Tue, 13 Sep 2016 15:10:22 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id VmJOKUr0ISQY for ; Tue, 13 Sep 2016 15:10:22 +0000 (UTC) Received: from cvs.NetBSD.org (unknown [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id CDFCE84CED for ; Tue, 13 Sep 2016 15:10:21 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id C8365FBD1; Tue, 13 Sep 2016 15:10:21 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1473779421229030" MIME-Version: 1.0 Date: Tue, 13 Sep 2016 15:10:21 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/www/typo3_62 To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20160913151021.C8365FBD1@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_1473779421229030 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Tue Sep 13 15:10:21 UTC 2016 Modified Files: pkgsrc/www/typo3_62: Makefile PLIST distinfo Log Message: Update typo3_62 to 6.2.27 (TYPO3 6.2.27), including security fix. 2016-09-13 46b333a [RELEASE] Release of TYPO3 6.2.27 (TYPO3 Release Team) 2016-09-13 8aecd0c #76462 [!!!][SECURITY] Mitigate potential cache flooding (Benni Mack) 2016-09-13 b04d394 #77906 [SECURITY] Fix select_key XSS in PageLayoutView (Georg Ringer) 2016-09-13 67e63a9 #77204 [BUGFIX] Prevent orphaned tags in Typo3DatabaseBackend (Thomas Schlumberger) 2016-09-02 44949df #64176 [BUGFIX] Prevent fatal error if no column in page layout is defined (Nicole Cordes) 2016-09-02 0f77d52 #77755 [BUGFIX] Check for null in debug_check_recordset (Morton Jonuschat) 2016-08-23 b495775 #77588 [BUGFIX] Fix sql error in EXT:linkvalidator (Daniel Windloff) 2016-08-19 b2c9915 #76441 [BUGFIX] Index all file mounts in FAL indexer scheduler task (Hannes Bochmann) 2016-08-18 dc83c6d #76928 [BUGFIX] Allow URL path segments like "typo3" (Mathias Brodala) 2016-08-18 ba4521b #67894 [BUGFIX] Felogin form with default layout is not visible (Michiel Roos) 2016-07-19 95c3944 #77098 [BUGFIX] Prepend current path to versionNumberInFilename RewriteRule (Marco Huber) To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 pkgsrc/www/typo3_62/Makefile cvs rdiff -u -r1.13 -r1.14 pkgsrc/www/typo3_62/PLIST cvs rdiff -u -r1.15 -r1.16 pkgsrc/www/typo3_62/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1473779421229030 Content-Disposition: inline Content-Length: 3063 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/typo3_62/Makefile diff -u pkgsrc/www/typo3_62/Makefile:1.17 pkgsrc/www/typo3_62/Makefile:1.18 --- pkgsrc/www/typo3_62/Makefile:1.17 Tue Jul 19 12:02:08 2016 +++ pkgsrc/www/typo3_62/Makefile Tue Sep 13 15:10:21 2016 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2016/07/19 12:02:08 taca Exp $ +# $NetBSD: Makefile,v 1.18 2016/09/13 15:10:21 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.26 +VER= 6.2.27 NO_BUILD= yes USE_TOOLS+= bash:run pax Index: pkgsrc/www/typo3_62/PLIST diff -u pkgsrc/www/typo3_62/PLIST:1.13 pkgsrc/www/typo3_62/PLIST:1.14 --- pkgsrc/www/typo3_62/PLIST:1.13 Tue Jul 19 12:02:08 2016 +++ pkgsrc/www/typo3_62/PLIST Tue Sep 13 15:10:21 2016 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.13 2016/07/19 12:02:08 taca Exp $ +@comment $NetBSD: PLIST,v 1.14 2016/09/13 15:10:21 taca Exp $ ${TYPO3DIR}/${TYPO3NAME}/ChangeLog ${TYPO3DIR}/${TYPO3NAME}/INSTALL.md ${TYPO3DIR}/${TYPO3NAME}/LICENSE.txt @@ -2576,6 +2576,7 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/co ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Tests/AccessibleObjectInterface.php ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Tests/BaseTestCase.php ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Tests/Exception.php +${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Tests/Functional/Cache/Backend/Typo3DatabaseBackendTest.php ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Tests/Functional/Category/Collection/CategoryCollectionTest.php ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Tests/Functional/DataHandling/AbstractDataHandlerActionTestCase.php ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Tests/Functional/DataHandling/FAL/AbstractActionTestCase.php Index: pkgsrc/www/typo3_62/distinfo diff -u pkgsrc/www/typo3_62/distinfo:1.15 pkgsrc/www/typo3_62/distinfo:1.16 --- pkgsrc/www/typo3_62/distinfo:1.15 Tue Jul 19 12:02:08 2016 +++ pkgsrc/www/typo3_62/distinfo Tue Sep 13 15:10:21 2016 @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.15 2016/07/19 12:02:08 taca Exp $ +$NetBSD: distinfo,v 1.16 2016/09/13 15:10:21 taca Exp $ -SHA1 (typo3_src-6.2.26.tar.gz) = 764949e0dc5138120e4acddcc3c9a29b27e97bed -RMD160 (typo3_src-6.2.26.tar.gz) = 6adb6b837a0f1a68ee5b32513211696365bb6469 -SHA512 (typo3_src-6.2.26.tar.gz) = 6de7f980fe802e8878364a7a32f7ed8e59d387a3eabd5fbd44b3386b3d795a1dbfbf7c43eeebe466d067d60ec5e3e508acaa4af572d6ea3e047d06c597c9fade -Size (typo3_src-6.2.26.tar.gz) = 20944312 bytes +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 (patch-typo3_sysext_core_Configuration_DefaultConfiguration.php) = e33544513630b4c931ca8e932847796d4bd694b2 --_----------=_1473779421229030--