summaryrefslogtreecommitdiff
path: root/www/drupal8
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2018-10-18 14:39:38 +0000
committertaca <taca@pkgsrc.org>2018-10-18 14:39:38 +0000
commit8566474eb54e86d54bee093e5e910d6706fd452b (patch)
tree1d719b2d240be88d31631380f5df1743a7588625 /www/drupal8
parentd1b16bdc875a8d5c35fbefcbf08cbc81154d5f9d (diff)
downloadpkgsrc-8566474eb54e86d54bee093e5e910d6706fd452b.tar.gz
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 (limited to 'www/drupal8')
-rw-r--r--www/drupal8/Makefile4
-rw-r--r--www/drupal8/PLIST12
-rw-r--r--www/drupal8/distinfo10
3 files changed, 14 insertions, 12 deletions
diff --git a/www/drupal8/Makefile b/www/drupal8/Makefile
index 1ed482da0e9..9550d09f134 100644
--- a/www/drupal8/Makefile
+++ b/www/drupal8/Makefile
@@ -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 --git a/www/drupal8/PLIST b/www/drupal8/PLIST
index f317c582509..b6017736718 100644
--- a/www/drupal8/PLIST
+++ b/www/drupal8/PLIST
@@ -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.info.yml
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/Plugin/views/wizard/NodeRevision.php
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/NodeQueryAlterTest.php
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/NodeTitleTest.php
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/BulkFormTest.php
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/PathPluginTest.php
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 --git a/www/drupal8/distinfo b/www/drupal8/distinfo
index 7162a0e67eb..7f8d9e9a095 100644
--- a/www/drupal8/distinfo
+++ b/www/drupal8/distinfo
@@ -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