pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/drupal8 www/drupal8: update to 8.6.2



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b3beb9726fed
branches:  trunk
changeset: 324406:b3beb9726fed
user:      taca <taca%pkgsrc.org@localhost>
date:      Thu Oct 18 14:39:38 2018 +0000

description:
www/drupal8: update to 8.6.2

Release notes

Maintenance and security release of the Drupal 8 series.

This release fixes security vulnerabilities. Sites are urged to upgrade
immediately after reading the notes below and the security announcement:

* Drupal Core - Multiple vulnerabilities - SA-CORE-2018-006

No other fixes are included.

Sites on 8.5.x should update immediately to Drupal 8.5.8 instead, and plan to
update to the latest 8.6.x release before May 2019.

Important update information

Site update and module owners planning to update to this should take note of
the following important changes.

For site owners

* Previously, users who didn't have access to use any Content Moderation
  transitions were granted implicit access to update content provided the
  state of the content did not change. This access has been removed. Site
  owners should ensure that all content editor roles have access to
  appropriate transitions for moderated content types (including published to
  published where appropriate).

* There are no database updates in this release, but site owners will need to
  run update.php to ensure a cache clear.

* 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.

For contributed and custom module developers

* \Drupal\Core\EventSubscriber\RedirectResponseSubscriber::sanitizeDestination()
  has been removed. If you have extended that class or are calling that
  method, you should review your implementation in line with the changes in
  the patch.

* An additional method has been added to
  StateTransitionValidationInterface. Implementations should review the new
  method and ensure compatibility with it.

* ModerationStateConstraintValidator now has two additional service
  dependencies. Subclasses will need to update their constructor to inject the
  new services.

diffstat:

 www/drupal8/Makefile |   4 ++--
 www/drupal8/PLIST    |  12 +++++++-----
 www/drupal8/distinfo |  10 +++++-----
 3 files changed, 14 insertions(+), 12 deletions(-)

diffs (92 lines):

diff -r c5899e3abf83 -r b3beb9726fed www/drupal8/Makefile
--- a/www/drupal8/Makefile      Thu Oct 18 14:36:48 2018 +0000
+++ b/www/drupal8/Makefile      Thu Oct 18 14:39:38 2018 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.11 2018/10/02 02:56:59 wen Exp $
+# $NetBSD: Makefile,v 1.12 2018/10/18 14:39:38 taca Exp $
 
-DISTNAME=      drupal-8.6.1
+DISTNAME=      drupal-8.6.2
 PKGNAME=       ${PHP_PKG_PREFIX}-${DISTNAME}
 CATEGORIES=    www
 MASTER_SITES=  http://ftp.drupal.org/files/projects/
diff -r c5899e3abf83 -r b3beb9726fed www/drupal8/PLIST
--- a/www/drupal8/PLIST Thu Oct 18 14:36:48 2018 +0000
+++ b/www/drupal8/PLIST Thu Oct 18 14:39:38 2018 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.9 2018/10/02 02:56:59 wen Exp $
+@comment $NetBSD: PLIST,v 1.10 2018/10/18 14:39:38 taca Exp $
 share/drupal/.csslintrc
 share/drupal/.editorconfig
 share/drupal/.eslintignore
@@ -4148,6 +4148,7 @@
 share/drupal/core/modules/contextual/contextual.libraries.yml
 share/drupal/core/modules/contextual/contextual.module
 share/drupal/core/modules/contextual/contextual.permissions.yml
+share/drupal/core/modules/contextual/contextual.post_update.php
 share/drupal/core/modules/contextual/contextual.routing.yml
 share/drupal/core/modules/contextual/contextual.views.inc
 share/drupal/core/modules/contextual/css/contextual.icons.theme.css
@@ -6699,11 +6700,7 @@
 share/drupal/core/modules/node/src/ProxyClass/ParamConverter/NodePreviewConverter.php
 share/drupal/core/modules/node/src/Routing/RouteSubscriber.php
 share/drupal/core/modules/node/src/Tests/AssertButtonsTrait.php
-share/drupal/core/modules/node/src/Tests/NodeRevisionsTest.php
 share/drupal/core/modules/node/src/Tests/NodeTestBase.php
-share/drupal/core/modules/node/src/Tests/NodeTypeTest.php
-share/drupal/core/modules/node/src/Tests/PagePreviewTest.php
-share/drupal/core/modules/node/src/Tests/Views/NodeContextualLinksTest.php
 share/drupal/core/modules/node/src/Tests/Views/NodeTestBase.php
 share/drupal/core/modules/node/templates/field--node--created.html.twig
 share/drupal/core/modules/node/templates/field--node--title.html.twig
@@ -6788,6 +6785,7 @@
 share/drupal/core/modules/node/tests/src/Functional/NodeRSSContentTest.php
 share/drupal/core/modules/node/tests/src/Functional/NodeRevisionPermissionsTest.php
 share/drupal/core/modules/node/tests/src/Functional/NodeRevisionsAllTest.php
+share/drupal/core/modules/node/tests/src/Functional/NodeRevisionsTest.php
 share/drupal/core/modules/node/tests/src/Functional/NodeRevisionsUiBypassAccessTest.php
 share/drupal/core/modules/node/tests/src/Functional/NodeRevisionsUiTest.php
 share/drupal/core/modules/node/tests/src/Functional/NodeSaveTest.php
@@ -6798,9 +6796,11 @@
 share/drupal/core/modules/node/tests/src/Functional/NodeTitleXSSTest.php
 share/drupal/core/modules/node/tests/src/Functional/NodeTranslationUITest.php
 share/drupal/core/modules/node/tests/src/Functional/NodeTypeInitialLanguageTest.php
+share/drupal/core/modules/node/tests/src/Functional/NodeTypeTest.php
 share/drupal/core/modules/node/tests/src/Functional/NodeTypeTranslationTest.php
 share/drupal/core/modules/node/tests/src/Functional/NodeViewLanguageTest.php
 share/drupal/core/modules/node/tests/src/Functional/NodeViewTest.php
+share/drupal/core/modules/node/tests/src/Functional/PagePreviewTest.php
 share/drupal/core/modules/node/tests/src/Functional/PageViewTest.php
 share/drupal/core/modules/node/tests/src/Functional/Rest/NodeJsonAnonTest.php
 share/drupal/core/modules/node/tests/src/Functional/Rest/NodeJsonBasicAuthTest.php
@@ -6822,6 +6822,7 @@
 share/drupal/core/modules/node/tests/src/Functional/Views/FilterNodeAccessTest.php
 share/drupal/core/modules/node/tests/src/Functional/Views/FilterUidRevisionTest.php
 share/drupal/core/modules/node/tests/src/Functional/Views/FrontPageTest.php
+share/drupal/core/modules/node/tests/src/Functional/Views/NodeContextualLinksTest.php
 share/drupal/core/modules/node/tests/src/Functional/Views/NodeFieldFilterTest.php
 share/drupal/core/modules/node/tests/src/Functional/Views/NodeFieldTokensTest.php
 share/drupal/core/modules/node/tests/src/Functional/Views/NodeIntegrationTest.php
@@ -6832,6 +6833,7 @@
 share/drupal/core/modules/node/tests/src/Functional/Views/RevisionLinkTest.php
 share/drupal/core/modules/node/tests/src/Functional/Views/RowPluginTest.php
 share/drupal/core/modules/node/tests/src/Functional/Views/StatusExtraTest.php
+share/drupal/core/modules/node/tests/src/FunctionalJavascript/ContextualLinksTest.php
 share/drupal/core/modules/node/tests/src/FunctionalJavascript/NodePreviewLinkTest.php
 share/drupal/core/modules/node/tests/src/FunctionalJavascript/TestSettingSummariesContentType.php
 share/drupal/core/modules/node/tests/src/Kernel/Action/UnpublishByKeywordActionTest.php
diff -r c5899e3abf83 -r b3beb9726fed www/drupal8/distinfo
--- a/www/drupal8/distinfo      Thu Oct 18 14:36:48 2018 +0000
+++ b/www/drupal8/distinfo      Thu Oct 18 14:39:38 2018 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.10 2018/10/02 02:56:59 wen Exp $
+$NetBSD: distinfo,v 1.11 2018/10/18 14:39:38 taca Exp $
 
-SHA1 (drupal-8.6.1.tar.gz) = db75a9a4813ed2d3601b5b65ae58fdaafbecf432
-RMD160 (drupal-8.6.1.tar.gz) = 49300ea6ffc69b826b6cfc005da8e16c277b3222
-SHA512 (drupal-8.6.1.tar.gz) = f42eab1f7110219d11f398c5099cd0abf50883819fbe6a879d08f1117e3cc413937772a269d28ffe09ba59b24f79516d03601ccfd2abfb37ed18064f34368b5a
-Size (drupal-8.6.1.tar.gz) = 16236559 bytes
+SHA1 (drupal-8.6.2.tar.gz) = e546adda2a9bfffabb98e942d03b24eac6ed5cba
+RMD160 (drupal-8.6.2.tar.gz) = 739780ef1479f3663def705e67019c0001f1a4ef
+SHA512 (drupal-8.6.2.tar.gz) = 8cdcd31f3a112a577e622cca0fb7957580b5691102421344c6f6bfc3096f33aae3a68d7d8eb9062ad14761bac14b68c2967973b1b1ef367dcbd79b972493b7c5
+Size (drupal-8.6.2.tar.gz) = 16240694 bytes



Home | Main Index | Thread Index | Old Index