diff options
author | wen <wen@pkgsrc.org> | 2019-03-16 13:15:03 +0000 |
---|---|---|
committer | wen <wen@pkgsrc.org> | 2019-03-16 13:15:03 +0000 |
commit | 142889f56ca4523af8886a18a380a161c4a00001 (patch) | |
tree | 0e2873e0e2d62895d94a75f7004a970579e9a16d /www/drupal8 | |
parent | b75bcaa3bb0f6a7939facf4c4860338f517dbf4c (diff) | |
download | pkgsrc-142889f56ca4523af8886a18a380a161c4a00001.tar.gz |
Update to 8.6.12
Upstream changes:
8.6.12
The third-party Twig library, which powers Drupal 8's theme system, recently released new versions (Twig 1.38.0 and 1.38.1) that introduced a fatal error for Drupal 8 sites using Composer. Drupal 8.6.11 was released yesterday with an update to Twig 1.38.2 in order to resolve that error. However, this update also led to a different regression for certain Drupal 8 themes that use Twig {% embed %} tags. This release hotfixes Drupal 8 to resolve that regression. No other changes are included.
8.6.11
This release resolves two critical issues affecting Drupal 8 site updates:
The third-party Twig library, which powers Drupal 8's theme system, recently released a new minor version (1.38.0) that introduced a fatal error when used with Drupal 8. As a result, Drupal 8 sites managed with Composer encountered this fatal error when updating Twig to version 1.38.0 or 1.38.1. This release updates Drupal to require Twig 1.38.2, which resolves the fatal error.
The recent releases for SA-CORE-2019-003 introduced a serialized data integrity issue affecting some contributed and custom modules, including the Default Content and Paragraphs modules. This release resolves the issue for affected sites.
Additionally, this release resolves an administrator-only access bypass with the Layout Builder module. Previously, users who didn't have access to view individual entities were still granted access to configure the layout for that entity (if per-entity layout configuration was enabled) and therefore could view its content. This implicit access has been removed. Site owners should ensure that all content editor roles have access to view the content for which they are configuring the layout.
Diffstat (limited to 'www/drupal8')
-rw-r--r-- | www/drupal8/Makefile | 4 | ||||
-rw-r--r-- | www/drupal8/PLIST | 58 | ||||
-rw-r--r-- | www/drupal8/distinfo | 10 |
3 files changed, 51 insertions, 21 deletions
diff --git a/www/drupal8/Makefile b/www/drupal8/Makefile index 864d77075df..f47f9f10f51 100644 --- a/www/drupal8/Makefile +++ b/www/drupal8/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.18 2019/02/24 16:31:39 taca Exp $ +# $NetBSD: Makefile,v 1.19 2019/03/16 13:15:03 wen Exp $ -DISTNAME= drupal-8.6.10 +DISTNAME= drupal-8.6.12 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 a71910aa8a0..66284650285 100644 --- a/www/drupal8/PLIST +++ b/www/drupal8/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.15 2019/02/24 16:31:39 taca Exp $ +@comment $NetBSD: PLIST,v 1.16 2019/03/16 13:15:03 wen Exp $ share/drupal/.csslintrc share/drupal/.editorconfig share/drupal/.eslintignore @@ -3805,6 +3805,7 @@ share/drupal/core/modules/config_translation/migrations/d6_taxonomy_vocabulary_t share/drupal/core/modules/config_translation/migrations/d6_user_mail_translation.yml share/drupal/core/modules/config_translation/migrations/d6_user_profile_field_instance_translation.yml share/drupal/core/modules/config_translation/migrations/d6_user_settings_translation.yml +share/drupal/core/modules/config_translation/migrations/d7_field_instance_label_description_translation.yml share/drupal/core/modules/config_translation/migrations/d7_system_maintenance_translation.yml share/drupal/core/modules/config_translation/migrations/d7_system_site_translation.yml share/drupal/core/modules/config_translation/migrations/d7_user_mail_translation.yml @@ -4490,6 +4491,7 @@ share/drupal/core/modules/field/src/Plugin/migrate/source/d7/Field.php share/drupal/core/modules/field/src/Plugin/migrate/source/d7/FieldInstance.php share/drupal/core/modules/field/src/Plugin/migrate/source/d7/FieldInstancePerFormDisplay.php share/drupal/core/modules/field/src/Plugin/migrate/source/d7/FieldInstancePerViewMode.php +share/drupal/core/modules/field/src/Plugin/migrate/source/d7/FieldLabelDescriptionTranslation.php share/drupal/core/modules/field/src/Plugin/migrate/source/d7/ViewMode.php share/drupal/core/modules/field/src/ProxyClass/FieldUninstallValidator.php share/drupal/core/modules/field/src/Tests/EntityReference/EntityReferenceTestTrait.php @@ -4642,6 +4644,7 @@ share/drupal/core/modules/field/tests/src/Kernel/Migrate/d6/MigrateFieldOptionTr share/drupal/core/modules/field/tests/src/Kernel/Migrate/d6/MigrateFieldTest.php share/drupal/core/modules/field/tests/src/Kernel/Migrate/d6/MigrateFieldWidgetSettingsTest.php share/drupal/core/modules/field/tests/src/Kernel/Migrate/d7/MigrateFieldFormatterSettingsTest.php +share/drupal/core/modules/field/tests/src/Kernel/Migrate/d7/MigrateFieldInstanceLabelDescriptionTest.php share/drupal/core/modules/field/tests/src/Kernel/Migrate/d7/MigrateFieldInstanceTest.php share/drupal/core/modules/field/tests/src/Kernel/Migrate/d7/MigrateFieldInstanceWidgetSettingsTest.php share/drupal/core/modules/field/tests/src/Kernel/Migrate/d7/MigrateFieldTest.php @@ -4657,6 +4660,7 @@ share/drupal/core/modules/field/tests/src/Kernel/Plugin/migrate/source/d6/FieldI share/drupal/core/modules/field/tests/src/Kernel/Plugin/migrate/source/d6/FieldInstanceTest.php share/drupal/core/modules/field/tests/src/Kernel/Plugin/migrate/source/d6/FieldOptionTranslationTest.php share/drupal/core/modules/field/tests/src/Kernel/Plugin/migrate/source/d6/FieldTest.php +share/drupal/core/modules/field/tests/src/Kernel/Plugin/migrate/source/d7/FieldInstanceLabelDescriptionTranslationTest.php share/drupal/core/modules/field/tests/src/Kernel/Plugin/migrate/source/d7/FieldInstancePerFormDisplayTest.php share/drupal/core/modules/field/tests/src/Kernel/Plugin/migrate/source/d7/FieldInstancePerViewModeTest.php share/drupal/core/modules/field/tests/src/Kernel/Plugin/migrate/source/d7/FieldInstanceTest.php @@ -5721,8 +5725,10 @@ share/drupal/core/modules/layout_builder/tests/modules/layout_builder_fieldblock share/drupal/core/modules/layout_builder/tests/modules/layout_builder_test/layout_builder_test.info.yml share/drupal/core/modules/layout_builder/tests/modules/layout_builder_test/layout_builder_test.module share/drupal/core/modules/layout_builder/tests/modules/layout_builder_test/src/Plugin/Block/TestAjaxBlock.php +share/drupal/core/modules/layout_builder/tests/modules/layout_builder_test/src/Plugin/Layout/LayoutBuilderTestPlugin.php share/drupal/core/modules/layout_builder/tests/modules/layout_builder_views_test/config/install/views.view.test_block_view.yml share/drupal/core/modules/layout_builder/tests/modules/layout_builder_views_test/layout_builder_views_test.info.yml +share/drupal/core/modules/layout_builder/tests/src/Functional/LayoutBuilderMultilingualTest.php share/drupal/core/modules/layout_builder/tests/src/Functional/LayoutBuilderTest.php share/drupal/core/modules/layout_builder/tests/src/Functional/LayoutDisplayTest.php share/drupal/core/modules/layout_builder/tests/src/Functional/LayoutSectionTest.php @@ -7134,19 +7140,22 @@ share/drupal/core/modules/quickedit/src/Plugin/InPlaceEditorBase.php share/drupal/core/modules/quickedit/src/Plugin/InPlaceEditorInterface.php share/drupal/core/modules/quickedit/src/Plugin/InPlaceEditorManager.php share/drupal/core/modules/quickedit/src/QuickEditController.php -share/drupal/core/modules/quickedit/src/Tests/QuickEditAutocompleteTermTest.php -share/drupal/core/modules/quickedit/src/Tests/QuickEditLoadingTest.php share/drupal/core/modules/quickedit/tests/modules/quickedit_test.info.yml share/drupal/core/modules/quickedit/tests/modules/quickedit_test.module share/drupal/core/modules/quickedit/tests/modules/src/MockEditEntityFieldAccessCheck.php share/drupal/core/modules/quickedit/tests/modules/src/MockQuickEditEntityFieldAccessCheck.php share/drupal/core/modules/quickedit/tests/modules/src/Plugin/InPlaceEditor/WysiwygEditor.php +share/drupal/core/modules/quickedit/tests/src/Functional/QuickEditCustomPipelineTest.php +share/drupal/core/modules/quickedit/tests/src/Functional/QuickEditEndPointAccessTest.php share/drupal/core/modules/quickedit/tests/src/FunctionalJavascript/FieldTest.php +share/drupal/core/modules/quickedit/tests/src/FunctionalJavascript/QuickEditAutocompleteTermTest.php share/drupal/core/modules/quickedit/tests/src/FunctionalJavascript/QuickEditFileTest.php share/drupal/core/modules/quickedit/tests/src/FunctionalJavascript/QuickEditIntegrationTest.php share/drupal/core/modules/quickedit/tests/src/FunctionalJavascript/QuickEditJavascriptTestBase.php +share/drupal/core/modules/quickedit/tests/src/FunctionalJavascript/QuickEditLoadingTest.php share/drupal/core/modules/quickedit/tests/src/Kernel/EditorSelectionTest.php share/drupal/core/modules/quickedit/tests/src/Kernel/MetadataGeneratorTest.php +share/drupal/core/modules/quickedit/tests/src/Kernel/QuickEditLoadingTest.php share/drupal/core/modules/quickedit/tests/src/Kernel/QuickEditTestBase.php share/drupal/core/modules/quickedit/tests/src/Unit/Access/QuickEditEntityFieldAccessCheckTest.php share/drupal/core/modules/rdf/config/schema/rdf.data_types.schema.yml @@ -7224,6 +7233,7 @@ share/drupal/core/modules/responsive_image/src/ResponsiveImageStyleInterface.php share/drupal/core/modules/responsive_image/src/ResponsiveImageStyleListBuilder.php share/drupal/core/modules/responsive_image/templates/responsive-image-formatter.html.twig share/drupal/core/modules/responsive_image/templates/responsive-image.html.twig +share/drupal/core/modules/responsive_image/tests/fixtures/update/drupal-8.responsive_image-enabled.php share/drupal/core/modules/responsive_image/tests/modules/responsive_image_test_module/config/schema/responsive_image_test_module.schema.yml share/drupal/core/modules/responsive_image/tests/modules/responsive_image_test_module/responsive_image_test_module.breakpoints.yml share/drupal/core/modules/responsive_image/tests/modules/responsive_image_test_module/responsive_image_test_module.info.yml @@ -7803,11 +7813,8 @@ share/drupal/core/modules/simpletest/tests/modules/simpletest_deprecation_test/s share/drupal/core/modules/simpletest/tests/modules/simpletest_deprecation_test/simpletest_deprecation_test.module share/drupal/core/modules/simpletest/tests/modules/simpletest_test/simpletest_test.info.yml share/drupal/core/modules/simpletest/tests/modules/simpletest_test/simpletest_test.install -share/drupal/core/modules/simpletest/tests/src/Functional/FolderTest.php -share/drupal/core/modules/simpletest/tests/src/Functional/MailCaptureTest.php share/drupal/core/modules/simpletest/tests/src/Functional/OtherInstallationProfileTestsTest.php share/drupal/core/modules/simpletest/tests/src/Functional/ThroughUITest.php -share/drupal/core/modules/simpletest/tests/src/Functional/UserHelpersTest.php share/drupal/core/modules/simpletest/tests/src/Kernel/Cache/Context/TestDiscoveryCacheContextTest.php share/drupal/core/modules/simpletest/tests/src/Kernel/Migrate/d6/MigrateSimpletestConfigsTest.php share/drupal/core/modules/simpletest/tests/src/Kernel/Migrate/d7/MigrateSimpletestSettingsTest.php @@ -8380,6 +8387,7 @@ share/drupal/core/modules/system/tests/modules/entity_test/entity_test.services. share/drupal/core/modules/system/tests/modules/entity_test/entity_test.views.inc share/drupal/core/modules/system/tests/modules/entity_test/src/Cache/EntityTestViewGrantsCacheContext.php share/drupal/core/modules/system/tests/modules/entity_test/src/Controller/EntityTestController.php +share/drupal/core/modules/system/tests/modules/entity_test/src/Entity/EntitySerializedField.php share/drupal/core/modules/system/tests/modules/entity_test/src/Entity/EntityTest.php share/drupal/core/modules/system/tests/modules/entity_test/src/Entity/EntityTestAdminRoutes.php share/drupal/core/modules/system/tests/modules/entity_test/src/Entity/EntityTestBaseFieldDisplay.php @@ -8433,6 +8441,8 @@ share/drupal/core/modules/system/tests/modules/entity_test/src/Plugin/Field/Fiel share/drupal/core/modules/system/tests/modules/entity_test/src/Plugin/Field/FieldType/ChangedTestItem.php share/drupal/core/modules/system/tests/modules/entity_test/src/Plugin/Field/FieldType/FieldTestItem.php share/drupal/core/modules/system/tests/modules/entity_test/src/Plugin/Field/FieldType/InternalPropertyTestFieldItem.php +share/drupal/core/modules/system/tests/modules/entity_test/src/Plugin/Field/FieldType/SerializedItem.php +share/drupal/core/modules/system/tests/modules/entity_test/src/Plugin/Field/FieldType/SerializedPropertyItem.php share/drupal/core/modules/system/tests/modules/entity_test/src/Plugin/Field/FieldType/ShapeItem.php share/drupal/core/modules/system/tests/modules/entity_test/src/Plugin/Field/FieldType/ShapeItemRequired.php share/drupal/core/modules/system/tests/modules/entity_test/src/Plugin/Field/FieldWidget/ShapeOnlyColorEditableWidget.php @@ -8888,8 +8898,10 @@ share/drupal/core/modules/system/tests/modules/twig_theme_test/templates/twig-ra share/drupal/core/modules/system/tests/modules/twig_theme_test/templates/twig-registry-loader-test-extend.html.twig share/drupal/core/modules/system/tests/modules/twig_theme_test/templates/twig-registry-loader-test-include.html.twig share/drupal/core/modules/system/tests/modules/twig_theme_test/templates/twig-registry-loader-test.html.twig +share/drupal/core/modules/system/tests/modules/twig_theme_test/templates/twig-theme-test-embed-tag-embedded.html.twig share/drupal/core/modules/system/tests/modules/twig_theme_test/templates/twig_namespace_test.html.twig share/drupal/core/modules/system/tests/modules/twig_theme_test/templates/twig_theme_test.attach_library.html.twig +share/drupal/core/modules/system/tests/modules/twig_theme_test/templates/twig_theme_test.embed_tag.html.twig share/drupal/core/modules/system/tests/modules/twig_theme_test/templates/twig_theme_test.file_url.html.twig share/drupal/core/modules/system/tests/modules/twig_theme_test/templates/twig_theme_test.filter.html.twig share/drupal/core/modules/system/tests/modules/twig_theme_test/templates/twig_theme_test.link_generator.html.twig @@ -8904,6 +8916,8 @@ share/drupal/core/modules/system/tests/modules/twig_theme_test/twig_theme_test.i share/drupal/core/modules/system/tests/modules/twig_theme_test/twig_theme_test.js share/drupal/core/modules/system/tests/modules/twig_theme_test/twig_theme_test.module share/drupal/core/modules/system/tests/modules/twig_theme_test/twig_theme_test.routing.yml +share/drupal/core/modules/system/tests/modules/unique_field_constraint_test/unique_field_constraint_test.info.yml +share/drupal/core/modules/system/tests/modules/unique_field_constraint_test/unique_field_constraint_test.module share/drupal/core/modules/system/tests/modules/update_script_test/config/install/update_script_test.settings.yml share/drupal/core/modules/system/tests/modules/update_script_test/config/schema/update_script_test.schema.yml share/drupal/core/modules/system/tests/modules/update_script_test/src/Controller/UpdateScriptTestController.php @@ -9113,6 +9127,7 @@ share/drupal/core/modules/system/tests/src/Functional/Theme/ThemeSuggestionsAlte share/drupal/core/modules/system/tests/src/Functional/Theme/ThemeTest.php share/drupal/core/modules/system/tests/src/Functional/Theme/ThemeTokenTest.php share/drupal/core/modules/system/tests/src/Functional/Theme/TwigDebugMarkupTest.php +share/drupal/core/modules/system/tests/src/Functional/Theme/TwigEnvironmentTest.php share/drupal/core/modules/system/tests/src/Functional/Theme/TwigExtensionTest.php share/drupal/core/modules/system/tests/src/Functional/Theme/TwigLoaderTest.php share/drupal/core/modules/system/tests/src/Functional/Theme/TwigRegistryLoaderTest.php @@ -9508,6 +9523,7 @@ share/drupal/core/modules/taxonomy/tests/src/Kernel/Plugin/migrate/source/d6/Ter share/drupal/core/modules/taxonomy/tests/src/Kernel/Plugin/migrate/source/d6/TermSourceWithVocabularyFilterTest.php share/drupal/core/modules/taxonomy/tests/src/Kernel/Plugin/migrate/source/d6/TermTest.php share/drupal/core/modules/taxonomy/tests/src/Kernel/Plugin/migrate/source/d6/TermTranslationTest.php +share/drupal/core/modules/taxonomy/tests/src/Kernel/Plugin/migrate/source/d6/VocabularyPerTypeTest.php share/drupal/core/modules/taxonomy/tests/src/Kernel/Plugin/migrate/source/d6/VocabularyTest.php share/drupal/core/modules/taxonomy/tests/src/Kernel/Plugin/migrate/source/d6/VocabularyTranslationTest.php share/drupal/core/modules/taxonomy/tests/src/Kernel/Plugin/migrate/source/d7/TermEntityTranslationTest.php @@ -10069,26 +10085,26 @@ share/drupal/core/modules/user/tests/src/FunctionalJavascript/UserPasswordResetT share/drupal/core/modules/user/tests/src/Kernel/Condition/UserRoleConditionTest.php share/drupal/core/modules/user/tests/src/Kernel/Field/UserNameFormatterTest.php share/drupal/core/modules/user/tests/src/Kernel/Migrate/MigrateUserAdminPassTest.php -share/drupal/core/modules/user/tests/src/Kernel/Migrate/MigrateUserPictureEntityDisplayTest.php -share/drupal/core/modules/user/tests/src/Kernel/Migrate/MigrateUserPictureEntityFormDisplayTest.php -share/drupal/core/modules/user/tests/src/Kernel/Migrate/MigrateUserPictureFieldInstanceTest.php -share/drupal/core/modules/user/tests/src/Kernel/Migrate/MigrateUserPictureFieldTest.php -share/drupal/core/modules/user/tests/src/Kernel/Migrate/MigrateUserProfileEntityDisplayTest.php -share/drupal/core/modules/user/tests/src/Kernel/Migrate/MigrateUserProfileEntityFormDisplayTest.php -share/drupal/core/modules/user/tests/src/Kernel/Migrate/MigrateUserProfileFieldInstanceTest.php -share/drupal/core/modules/user/tests/src/Kernel/Migrate/MigrateUserProfileFieldTest.php share/drupal/core/modules/user/tests/src/Kernel/Migrate/MigrateUserStubTest.php share/drupal/core/modules/user/tests/src/Kernel/Migrate/d6/MigrateProfileFieldOptionTranslationTest.php share/drupal/core/modules/user/tests/src/Kernel/Migrate/d6/MigrateUserConfigsTest.php share/drupal/core/modules/user/tests/src/Kernel/Migrate/d6/MigrateUserContactSettingsTest.php share/drupal/core/modules/user/tests/src/Kernel/Migrate/d6/MigrateUserPictureD6FileTest.php share/drupal/core/modules/user/tests/src/Kernel/Migrate/d6/MigrateUserPictureFileTest.php +share/drupal/core/modules/user/tests/src/Kernel/Migrate/d6/MigrateUserProfileEntityDisplayTest.php +share/drupal/core/modules/user/tests/src/Kernel/Migrate/d6/MigrateUserProfileEntityFormDisplayTest.php +share/drupal/core/modules/user/tests/src/Kernel/Migrate/d6/MigrateUserProfileFieldInstanceTest.php +share/drupal/core/modules/user/tests/src/Kernel/Migrate/d6/MigrateUserProfileFieldTest.php share/drupal/core/modules/user/tests/src/Kernel/Migrate/d6/MigrateUserProfileValuesTest.php share/drupal/core/modules/user/tests/src/Kernel/Migrate/d6/MigrateUserRoleTest.php share/drupal/core/modules/user/tests/src/Kernel/Migrate/d6/MigrateUserTest.php share/drupal/core/modules/user/tests/src/Kernel/Migrate/d6/ProfileFieldCheckRequirementsTest.php share/drupal/core/modules/user/tests/src/Kernel/Migrate/d7/MigrateUserFloodTest.php share/drupal/core/modules/user/tests/src/Kernel/Migrate/d7/MigrateUserMailTest.php +share/drupal/core/modules/user/tests/src/Kernel/Migrate/d7/MigrateUserPictureEntityDisplayTest.php +share/drupal/core/modules/user/tests/src/Kernel/Migrate/d7/MigrateUserPictureEntityFormDisplayTest.php +share/drupal/core/modules/user/tests/src/Kernel/Migrate/d7/MigrateUserPictureFieldInstanceTest.php +share/drupal/core/modules/user/tests/src/Kernel/Migrate/d7/MigrateUserPictureFieldTest.php share/drupal/core/modules/user/tests/src/Kernel/Migrate/d7/MigrateUserRoleTest.php share/drupal/core/modules/user/tests/src/Kernel/Migrate/d7/MigrateUserTest.php share/drupal/core/modules/user/tests/src/Kernel/Migrate/d7/ProfileFieldCheckRequirementsTest.php @@ -11379,6 +11395,7 @@ share/drupal/core/profiles/demo_umami/config/install/views.view.recipe_collectio share/drupal/core/profiles/demo_umami/config/install/views.view.recipes.yml share/drupal/core/profiles/demo_umami/config/install/views.view.taxonomy_term.yml share/drupal/core/profiles/demo_umami/config/install/workflows.workflow.editorial.yml +share/drupal/core/profiles/demo_umami/config/optional/block.block.umami_banner_home.yml share/drupal/core/profiles/demo_umami/config/optional/block.block.umami_banner_recipes.yml share/drupal/core/profiles/demo_umami/config/optional/block.block.umami_disclaimer.yml share/drupal/core/profiles/demo_umami/config/optional/block.block.umami_footer_promo.yml @@ -11418,6 +11435,7 @@ share/drupal/core/profiles/demo_umami/modules/demo_umami_content/default_content share/drupal/core/profiles/demo_umami/modules/demo_umami_content/default_content/images/supermarket-savvy-umami.jpg share/drupal/core/profiles/demo_umami/modules/demo_umami_content/default_content/images/thai-green-curry-umami.jpg share/drupal/core/profiles/demo_umami/modules/demo_umami_content/default_content/images/umami-bundle.png +share/drupal/core/profiles/demo_umami/modules/demo_umami_content/default_content/images/vegan-brownies-hero-umami.jpg share/drupal/core/profiles/demo_umami/modules/demo_umami_content/default_content/images/vegan-chocolate-nut-brownies.jpg share/drupal/core/profiles/demo_umami/modules/demo_umami_content/default_content/images/vegan-chocolate.jpg share/drupal/core/profiles/demo_umami/modules/demo_umami_content/default_content/images/veggie-pasta-bake-hero-umami.jpg @@ -11731,6 +11749,7 @@ share/drupal/core/tests/Drupal/FunctionalJavascriptTests/JavascriptGetDrupalSett share/drupal/core/tests/Drupal/FunctionalJavascriptTests/JavascriptTestBase.php share/drupal/core/tests/Drupal/FunctionalJavascriptTests/LegacyJavascriptTestBase.php share/drupal/core/tests/Drupal/FunctionalJavascriptTests/TableDrag/TableDragTest.php +share/drupal/core/tests/Drupal/FunctionalJavascriptTests/Tests/DrupalSelenium2DriverTest.php share/drupal/core/tests/Drupal/FunctionalJavascriptTests/Tests/JSWebAssertTest.php share/drupal/core/tests/Drupal/FunctionalJavascriptTests/Tests/JSWebWithWebDriverAssertTest.php share/drupal/core/tests/Drupal/FunctionalJavascriptTests/WebDriverCurlService.php @@ -11749,6 +11768,7 @@ share/drupal/core/tests/Drupal/FunctionalTests/Datetime/TimestampTest.php share/drupal/core/tests/Drupal/FunctionalTests/Entity/ContentEntityFormCorrectUserInputMappingOnFieldDeltaElementsTest.php share/drupal/core/tests/Drupal/FunctionalTests/Entity/ContentEntityFormFieldValidationFilteringTest.php share/drupal/core/tests/Drupal/FunctionalTests/Entity/DeleteMultipleFormTest.php +share/drupal/core/tests/Drupal/FunctionalTests/FolderTest.php share/drupal/core/tests/Drupal/FunctionalTests/GetTestMethodCallerExtendsTest.php share/drupal/core/tests/Drupal/FunctionalTests/GetTestMethodCallerTest.php share/drupal/core/tests/Drupal/FunctionalTests/Hal/BaseFieldOverrideHalJsonAnonTest.php @@ -11817,6 +11837,8 @@ share/drupal/core/tests/Drupal/FunctionalTests/Installer/MultipleDistributionsPr share/drupal/core/tests/Drupal/FunctionalTests/Installer/SingleVisibleProfileTest.php share/drupal/core/tests/Drupal/FunctionalTests/Installer/SiteNameTest.php share/drupal/core/tests/Drupal/FunctionalTests/Installer/StandardInstallerTest.php +share/drupal/core/tests/Drupal/FunctionalTests/Installer/TestingProfileInstallTest.php +share/drupal/core/tests/Drupal/FunctionalTests/MailCaptureTest.php share/drupal/core/tests/Drupal/FunctionalTests/Rest/BaseFieldOverrideJsonAnonTest.php share/drupal/core/tests/Drupal/FunctionalTests/Rest/BaseFieldOverrideJsonBasicAuthTest.php share/drupal/core/tests/Drupal/FunctionalTests/Rest/BaseFieldOverrideJsonCookieTest.php @@ -11869,6 +11891,7 @@ share/drupal/core/tests/Drupal/FunctionalTests/Theme/BartikTest.php share/drupal/core/tests/Drupal/FunctionalTests/Theme/ClassyTest.php share/drupal/core/tests/Drupal/FunctionalTests/Update/UpdatePathTestBase.php share/drupal/core/tests/Drupal/FunctionalTests/Update/UpdatePathTestBaseTest.php +share/drupal/core/tests/Drupal/FunctionalTests/UserHelpersTest.php share/drupal/core/tests/Drupal/KernelTests/AssertConfigTrait.php share/drupal/core/tests/Drupal/KernelTests/AssertContentTrait.php share/drupal/core/tests/Drupal/KernelTests/AssertLegacyTrait.php @@ -11967,6 +11990,7 @@ share/drupal/core/tests/Drupal/KernelTests/Core/Database/UpdateComplexTest.php share/drupal/core/tests/Drupal/KernelTests/Core/Database/UpdateLobTest.php share/drupal/core/tests/Drupal/KernelTests/Core/Database/UpdateTest.php share/drupal/core/tests/Drupal/KernelTests/Core/Database/UpsertTest.php +share/drupal/core/tests/Drupal/KernelTests/Core/Datetime/DatetimeElementFormTest.php share/drupal/core/tests/Drupal/KernelTests/Core/Datetime/FormatDateTest.php share/drupal/core/tests/Drupal/KernelTests/Core/Datetime/TimestampSchemaTest.php share/drupal/core/tests/Drupal/KernelTests/Core/DrupalKernel/DrupalKernelSiteTest.php @@ -12158,6 +12182,7 @@ share/drupal/core/tests/Drupal/KernelTests/Core/Update/CompatibilityFixTest.php share/drupal/core/tests/Drupal/KernelTests/Core/Updater/UpdaterTest.php share/drupal/core/tests/Drupal/KernelTests/Core/Url/LinkGenerationTest.php share/drupal/core/tests/Drupal/KernelTests/Core/Validation/ConstraintsTest.php +share/drupal/core/tests/Drupal/KernelTests/Core/Validation/UniqueFieldConstraintTest.php share/drupal/core/tests/Drupal/KernelTests/FileSystemModuleDiscoveryDataProviderTrait.php share/drupal/core/tests/Drupal/KernelTests/KernelTestBase.php share/drupal/core/tests/Drupal/KernelTests/KernelTestBaseTest.php @@ -15169,6 +15194,7 @@ share/drupal/vendor/twig/twig/lib/Twig/Node/Block.php share/drupal/vendor/twig/twig/lib/Twig/Node/BlockReference.php share/drupal/vendor/twig/twig/lib/Twig/Node/Body.php share/drupal/vendor/twig/twig/lib/Twig/Node/CheckSecurity.php +share/drupal/vendor/twig/twig/lib/Twig/Node/Deprecated.php share/drupal/vendor/twig/twig/lib/Twig/Node/Do.php share/drupal/vendor/twig/twig/lib/Twig/Node/Embed.php share/drupal/vendor/twig/twig/lib/Twig/Node/Expression.php @@ -15290,6 +15316,7 @@ share/drupal/vendor/twig/twig/lib/Twig/Token.php share/drupal/vendor/twig/twig/lib/Twig/TokenParser.php share/drupal/vendor/twig/twig/lib/Twig/TokenParser/AutoEscape.php share/drupal/vendor/twig/twig/lib/Twig/TokenParser/Block.php +share/drupal/vendor/twig/twig/lib/Twig/TokenParser/Deprecated.php share/drupal/vendor/twig/twig/lib/Twig/TokenParser/Do.php share/drupal/vendor/twig/twig/lib/Twig/TokenParser/Embed.php share/drupal/vendor/twig/twig/lib/Twig/TokenParser/Extends.php @@ -15350,6 +15377,8 @@ share/drupal/vendor/twig/twig/src/Node/BlockNode.php share/drupal/vendor/twig/twig/src/Node/BlockReferenceNode.php share/drupal/vendor/twig/twig/src/Node/BodyNode.php share/drupal/vendor/twig/twig/src/Node/CheckSecurityNode.php +share/drupal/vendor/twig/twig/src/Node/CheckToStringNode.php +share/drupal/vendor/twig/twig/src/Node/DeprecatedNode.php share/drupal/vendor/twig/twig/src/Node/DoNode.php share/drupal/vendor/twig/twig/src/Node/EmbedNode.php share/drupal/vendor/twig/twig/src/Node/Expression/AbstractExpression.php @@ -15461,6 +15490,7 @@ share/drupal/vendor/twig/twig/src/Token.php share/drupal/vendor/twig/twig/src/TokenParser/AbstractTokenParser.php share/drupal/vendor/twig/twig/src/TokenParser/AutoEscapeTokenParser.php share/drupal/vendor/twig/twig/src/TokenParser/BlockTokenParser.php +share/drupal/vendor/twig/twig/src/TokenParser/DeprecatedTokenParser.php share/drupal/vendor/twig/twig/src/TokenParser/DoTokenParser.php share/drupal/vendor/twig/twig/src/TokenParser/EmbedTokenParser.php share/drupal/vendor/twig/twig/src/TokenParser/ExtendsTokenParser.php diff --git a/www/drupal8/distinfo b/www/drupal8/distinfo index 285f966d302..921bcd3588b 100644 --- a/www/drupal8/distinfo +++ b/www/drupal8/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.17 2019/02/24 16:31:39 taca Exp $ +$NetBSD: distinfo,v 1.18 2019/03/16 13:15:03 wen Exp $ -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 +SHA1 (drupal-8.6.12.tar.gz) = 7e72da8d7b1bc7adba017b9a1d2c1ed19e8b726c +RMD160 (drupal-8.6.12.tar.gz) = ff476bd42367a68bc22d90c43e696ff097c9f23b +SHA512 (drupal-8.6.12.tar.gz) = 82dd86224f47b228480d890c31c3f085061c9950ccb58b5b0c243229033b8a906dc3b40f48c7de858d0aa5300d757276d402a88bda8260231d61a6eec336377a +Size (drupal-8.6.12.tar.gz) = 17131830 bytes |