Received: by mail.netbsd.org (Postfix, from userid 605) id 4C46884FA5; Sun, 24 Feb 2019 16:31:41 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C9A0D84DED for ; Sun, 24 Feb 2019 16:31:40 +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 5tpBC0DYHTi3 for ; Sun, 24 Feb 2019 16:31:40 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 01DB784CE9 for ; Sun, 24 Feb 2019 16:31:40 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id F07B2FB16; Sun, 24 Feb 2019 16:31:39 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1551025899153720" MIME-Version: 1.0 Date: Sun, 24 Feb 2019 16:31:39 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/www/drupal8 To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20190224163139.F07B2FB16@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1551025899153720 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Sun Feb 24 16:31:39 UTC 2019 Modified Files: pkgsrc/www/drupal8: Makefile PLIST distinfo Log Message: www/drupal8: update to 8.6.10 Drupal 8.6.10 (2019-02-20) Maintenance and security release of the Drupal 8 series. This release fixes security vulnerabilities. Sites are urged to upgrade immediately after reading the security announcement and notes below: * Drupal core - Remote code execution - SA-CORE-2019-003 Sites on 8.5.x or earlier should update immediately to Drupal 8.5.11 instead, and plan to update to the latest 8.6.x release before May 2019 (when 8.7.0 is released and 8.5.x security coverage ends). Important update information For site owners * In addition to the above fix, this release includes the fix for #3031740: Updating to 8.6.8 or 8.6.9 with Drush 8 causes data loss via update_fix_compatibility() to prevent Drush 8 issues for sites updating directly from an earlier security release. * update.php must be run after updating to ensure changes from the patch take effect. * No changes have been made to the .htaccess, web.config, robots.txt or default settings.php files in this release, so upgrading custom versions of those files is not necessary if your site is already on the previous release. For module developers Some contributed module tests may need to be updated if they extend core's test suite, due to a minor API change in a test base class. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 pkgsrc/www/drupal8/Makefile cvs rdiff -u -r1.14 -r1.15 pkgsrc/www/drupal8/PLIST cvs rdiff -u -r1.16 -r1.17 pkgsrc/www/drupal8/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1551025899153720 Content-Disposition: inline Content-Length: 3514 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/drupal8/Makefile diff -u pkgsrc/www/drupal8/Makefile:1.17 pkgsrc/www/drupal8/Makefile:1.18 --- pkgsrc/www/drupal8/Makefile:1.17 Sat Feb 9 00:09:53 2019 +++ pkgsrc/www/drupal8/Makefile Sun Feb 24 16:31:39 2019 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.17 2019/02/09 00:09:53 wen Exp $ +# $NetBSD: Makefile,v 1.18 2019/02/24 16:31:39 taca Exp $ -DISTNAME= drupal-8.6.9 +DISTNAME= drupal-8.6.10 PKGNAME= ${PHP_PKG_PREFIX}-${DISTNAME} CATEGORIES= www MASTER_SITES= http://ftp.drupal.org/files/projects/ Index: pkgsrc/www/drupal8/PLIST diff -u pkgsrc/www/drupal8/PLIST:1.14 pkgsrc/www/drupal8/PLIST:1.15 --- pkgsrc/www/drupal8/PLIST:1.14 Sat Feb 9 00:09:53 2019 +++ pkgsrc/www/drupal8/PLIST Sun Feb 24 16:31:39 2019 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.14 2019/02/09 00:09:53 wen Exp $ +@comment $NetBSD: PLIST,v 1.15 2019/02/24 16:31:39 taca Exp $ share/drupal/.csslintrc share/drupal/.editorconfig share/drupal/.eslintignore @@ -7324,7 +7324,6 @@ share/drupal/core/modules/rest/tests/mod share/drupal/core/modules/rest/tests/modules/rest_test_views/test_views/views.view.test_serializer_shared_path.yml share/drupal/core/modules/rest/tests/src/Functional/AnonResourceTestTrait.php share/drupal/core/modules/rest/tests/src/Functional/BasicAuthResourceTestTrait.php -share/drupal/core/modules/rest/tests/src/Functional/BasicAuthResourceWithInterfaceTranslationTestTrait.php share/drupal/core/modules/rest/tests/src/Functional/BcTimestampNormalizerUnixTestTrait.php share/drupal/core/modules/rest/tests/src/Functional/CookieResourceTestTrait.php share/drupal/core/modules/rest/tests/src/Functional/EntityResource/Action/ActionResourceTestBase.php @@ -7560,6 +7559,7 @@ share/drupal/core/modules/serialization/ share/drupal/core/modules/serialization/src/Normalizer/NormalizerBase.php share/drupal/core/modules/serialization/src/Normalizer/NullNormalizer.php share/drupal/core/modules/serialization/src/Normalizer/PrimitiveDataNormalizer.php +share/drupal/core/modules/serialization/src/Normalizer/SerializedColumnNormalizerTrait.php share/drupal/core/modules/serialization/src/Normalizer/TimeStampItemNormalizerTrait.php share/drupal/core/modules/serialization/src/Normalizer/TimestampItemNormalizer.php share/drupal/core/modules/serialization/src/Normalizer/TypedDataNormalizer.php Index: pkgsrc/www/drupal8/distinfo diff -u pkgsrc/www/drupal8/distinfo:1.16 pkgsrc/www/drupal8/distinfo:1.17 --- pkgsrc/www/drupal8/distinfo:1.16 Sat Feb 9 00:09:54 2019 +++ pkgsrc/www/drupal8/distinfo Sun Feb 24 16:31:39 2019 @@ -1,7 +1,6 @@ -$NetBSD: distinfo,v 1.16 2019/02/09 00:09:54 wen Exp $ +$NetBSD: distinfo,v 1.17 2019/02/24 16:31:39 taca Exp $ -SHA1 (drupal-8.6.9.tar.gz) = cf404e99d0ea8fd275fa88451346b4af813b86cc -RMD160 (drupal-8.6.9.tar.gz) = 5bc43933037b48182bea6b73864b7d33b3f54654 -SHA512 (drupal-8.6.9.tar.gz) = 844acb03335e0e017f4f2b7c53ad5f3f25c32feb361e9f45bb073bba0689009b3a53da40999a7edae83fe8118865ac4d18f428feda08692ef7dd50db0b46c95a -Size (drupal-8.6.9.tar.gz) = 16857833 bytes -SHA1 (patch-core_lib_Drupal_Core_Extension_ModulesHandler.php) = 3d3bb6f82f14d213c805e9958916b1fab3169fe7 +SHA1 (drupal-8.6.10.tar.gz) = 0e1da3aad6ccbe1e9d753a2f1b52d0b129226dfb +RMD160 (drupal-8.6.10.tar.gz) = b63be6e640371546b7030845c86807e37cefa3d2 +SHA512 (drupal-8.6.10.tar.gz) = acd37fd87a15ca5056b1b1341cd24481073b21dca279536f4065c817230b83dd41a01fc82867781ee2d70cd7e5ccd333b6bdda0cfe4966ce79bf5b1435ad5192 +Size (drupal-8.6.10.tar.gz) = 16858107 bytes --_----------=_1551025899153720--