Tue Nov 19 16:15:18 2019 UTC ()
Update drupal8 to 8.7.10

Symfony http-foundation has been updated to version 3.4.35 in this
release. This includes an upstream security release which does not
impact Drupal core.

Core versioning support in *.info.yml files since 8.7.7

Drupal 8.7.7 introduces a new core_version_requirement key to
*.info.yml files, allowing contributed modules to specify specific
versions for Drupal core compatiblity, as well as to indicate that
they are compatible with both Drupal 8 and the forthcoming Drupal
9 release. See the change record for more details.  Important
accessibility fix to the Toolbar

This releases resolves a significant accessibility bug which
prevented toolbar links from working with some screen readers.
Websites which need to support administrators who use assistive
technology are strongly recommended to upgrade. If in doubt, assume
this is the case, particularly in larger organizations. Discussing
the issue with staff from IT user-support, disabled employee support,
and human resources teams is advisable.  Internal change to entity
and field definition update events

It is now possible to install a new field storage definition during
a fieldable entity type update. Event subscribers for entity type
and field definition update events will now be passed the updated
definitions rather than the outdated ones. Code relying on this
buggy behavior may need adjustment.


(prlw1)
diff -r1.26 -r1.27 pkgsrc/www/drupal8/Makefile
diff -r1.22 -r1.23 pkgsrc/www/drupal8/PLIST
diff -r1.24 -r1.25 pkgsrc/www/drupal8/distinfo

cvs diff -r1.26 -r1.27 pkgsrc/www/drupal8/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/www/drupal8/Attic/Makefile 2019/11/04 22:09:53 1.26
+++ pkgsrc/www/drupal8/Attic/Makefile 2019/11/19 16:15:18 1.27
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.26 2019/11/04 22:09:53 rillig Exp $ 1# $NetBSD: Makefile,v 1.27 2019/11/19 16:15:18 prlw1 Exp $
2 2
3DISTNAME= drupal-8.7.8 3DISTNAME= drupal-8.7.10
4PKGNAME= ${PHP_PKG_PREFIX}-${DISTNAME} 4PKGNAME= ${PHP_PKG_PREFIX}-${DISTNAME}
5CATEGORIES= www 5CATEGORIES= www
6MASTER_SITES= http://ftp.drupal.org/files/projects/ 6MASTER_SITES= http://ftp.drupal.org/files/projects/
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= http://drupal.org/ 9HOMEPAGE= http://drupal.org/
10COMMENT= Open source content management system 10COMMENT= Open source content management system
11LICENSE= gnu-gpl-v2 11LICENSE= gnu-gpl-v2
12 12
13PHP_VERSIONS_INCOMPATIBLE= 56 13PHP_VERSIONS_INCOMPATIBLE= 56
14 14
15DEPENDS+= ${PHP_PKG_PREFIX}-gd>=5.4.0:../../graphics/php-gd 15DEPENDS+= ${PHP_PKG_PREFIX}-gd>=5.4.0:../../graphics/php-gd
16DEPENDS+= ${PHP_PKG_PREFIX}-json>=5.4.0:../../textproc/php-json 16DEPENDS+= ${PHP_PKG_PREFIX}-json>=5.4.0:../../textproc/php-json

cvs diff -r1.22 -r1.23 pkgsrc/www/drupal8/Attic/PLIST (expand / switch to unified diff)

--- pkgsrc/www/drupal8/Attic/PLIST 2019/10/10 13:28:35 1.22
+++ pkgsrc/www/drupal8/Attic/PLIST 2019/11/19 16:15:18 1.23
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.22 2019/10/10 13:28:35 prlw1 Exp $ 1@comment $NetBSD: PLIST,v 1.23 2019/11/19 16:15:18 prlw1 Exp $
2share/drupal/.csslintrc 2share/drupal/.csslintrc
3share/drupal/.editorconfig 3share/drupal/.editorconfig
4share/drupal/.eslintignore 4share/drupal/.eslintignore
5share/drupal/.eslintrc.json 5share/drupal/.eslintrc.json
6share/drupal/.gitattributes 6share/drupal/.gitattributes
7share/drupal/.ht.router.php 7share/drupal/.ht.router.php
8share/drupal/.htaccess 8share/drupal/.htaccess
9share/drupal/INSTALL.txt 9share/drupal/INSTALL.txt
10share/drupal/LICENSE.txt 10share/drupal/LICENSE.txt
11share/drupal/README.txt 11share/drupal/README.txt
12share/drupal/autoload.php 12share/drupal/autoload.php
13share/drupal/composer.json 13share/drupal/composer.json
14share/drupal/composer.lock 14share/drupal/composer.lock
@@ -8972,29 +8972,31 @@ share/drupal/core/modules/system/tests/m @@ -8972,29 +8972,31 @@ share/drupal/core/modules/system/tests/m
8972share/drupal/core/modules/system/tests/modules/entity_test_revlog/entity_test_revlog.info.yml 8972share/drupal/core/modules/system/tests/modules/entity_test_revlog/entity_test_revlog.info.yml
8973share/drupal/core/modules/system/tests/modules/entity_test_revlog/src/Entity/EntityTestMulWithRevisionLog.php 8973share/drupal/core/modules/system/tests/modules/entity_test_revlog/src/Entity/EntityTestMulWithRevisionLog.php
8974share/drupal/core/modules/system/tests/modules/entity_test_revlog/src/Entity/EntityTestWithRevisionLog.php 8974share/drupal/core/modules/system/tests/modules/entity_test_revlog/src/Entity/EntityTestWithRevisionLog.php
8975share/drupal/core/modules/system/tests/modules/entity_test_schema_converter/entity_test_schema_converter.info.yml 8975share/drupal/core/modules/system/tests/modules/entity_test_schema_converter/entity_test_schema_converter.info.yml
8976share/drupal/core/modules/system/tests/modules/entity_test_schema_converter/entity_test_schema_converter.post_update.php 8976share/drupal/core/modules/system/tests/modules/entity_test_schema_converter/entity_test_schema_converter.post_update.php
8977share/drupal/core/modules/system/tests/modules/entity_test_third_party/config/schema/entity_test_third_party.schema.yml 8977share/drupal/core/modules/system/tests/modules/entity_test_third_party/config/schema/entity_test_third_party.schema.yml
8978share/drupal/core/modules/system/tests/modules/entity_test_third_party/entity_test_third_party.info.yml 8978share/drupal/core/modules/system/tests/modules/entity_test_third_party/entity_test_third_party.info.yml
8979share/drupal/core/modules/system/tests/modules/entity_test_update/config/install/field.field.entity_test_update.entity_test_update.field_test_configurable_field.yml 8979share/drupal/core/modules/system/tests/modules/entity_test_update/config/install/field.field.entity_test_update.entity_test_update.field_test_configurable_field.yml
8980share/drupal/core/modules/system/tests/modules/entity_test_update/config/install/field.storage.entity_test_update.field_test_configurable_field.yml 8980share/drupal/core/modules/system/tests/modules/entity_test_update/config/install/field.storage.entity_test_update.field_test_configurable_field.yml
8981share/drupal/core/modules/system/tests/modules/entity_test_update/config/schema/entity_test_update.schema.yml 8981share/drupal/core/modules/system/tests/modules/entity_test_update/config/schema/entity_test_update.schema.yml
8982share/drupal/core/modules/system/tests/modules/entity_test_update/entity_test_update.info.yml 8982share/drupal/core/modules/system/tests/modules/entity_test_update/entity_test_update.info.yml
8983share/drupal/core/modules/system/tests/modules/entity_test_update/entity_test_update.install 8983share/drupal/core/modules/system/tests/modules/entity_test_update/entity_test_update.install
8984share/drupal/core/modules/system/tests/modules/entity_test_update/entity_test_update.module 8984share/drupal/core/modules/system/tests/modules/entity_test_update/entity_test_update.module
 8985share/drupal/core/modules/system/tests/modules/entity_test_update/entity_test_update.services.yml
8985share/drupal/core/modules/system/tests/modules/entity_test_update/src/Entity/EntityTestUpdate.php 8986share/drupal/core/modules/system/tests/modules/entity_test_update/src/Entity/EntityTestUpdate.php
8986share/drupal/core/modules/system/tests/modules/entity_test_update/src/EntityTestUpdateStorage.php 8987share/drupal/core/modules/system/tests/modules/entity_test_update/src/EntityTestUpdateStorage.php
8987share/drupal/core/modules/system/tests/modules/entity_test_update/src/EntityTestUpdateStorageSchema.php 8988share/drupal/core/modules/system/tests/modules/entity_test_update/src/EntityTestUpdateStorageSchema.php
 8989share/drupal/core/modules/system/tests/modules/entity_test_update/src/EventSubscriber/EntitySchemaSubscriber.php
8988share/drupal/core/modules/system/tests/modules/entity_test_update/src/Plugin/Field/FieldType/MultiValueTestItem.php 8990share/drupal/core/modules/system/tests/modules/entity_test_update/src/Plugin/Field/FieldType/MultiValueTestItem.php
8989share/drupal/core/modules/system/tests/modules/entity_test_update/update/entity_rev_pub_updates_8400.inc 8991share/drupal/core/modules/system/tests/modules/entity_test_update/update/entity_rev_pub_updates_8400.inc
8990share/drupal/core/modules/system/tests/modules/error_service_test/error_service_test.info.yml 8992share/drupal/core/modules/system/tests/modules/error_service_test/error_service_test.info.yml
8991share/drupal/core/modules/system/tests/modules/error_service_test/error_service_test.routing.yml 8993share/drupal/core/modules/system/tests/modules/error_service_test/error_service_test.routing.yml
8992share/drupal/core/modules/system/tests/modules/error_service_test/error_service_test.services.yml 8994share/drupal/core/modules/system/tests/modules/error_service_test/error_service_test.services.yml
8993share/drupal/core/modules/system/tests/modules/error_service_test/src/Controller/LonelyMonkeyController.php 8995share/drupal/core/modules/system/tests/modules/error_service_test/src/Controller/LonelyMonkeyController.php
8994share/drupal/core/modules/system/tests/modules/error_service_test/src/ErrorServiceTestServiceProvider.php 8996share/drupal/core/modules/system/tests/modules/error_service_test/src/ErrorServiceTestServiceProvider.php
8995share/drupal/core/modules/system/tests/modules/error_service_test/src/Logger/TestLog.php 8997share/drupal/core/modules/system/tests/modules/error_service_test/src/Logger/TestLog.php
8996share/drupal/core/modules/system/tests/modules/error_service_test/src/LonelyMonkeyClass.php 8998share/drupal/core/modules/system/tests/modules/error_service_test/src/LonelyMonkeyClass.php
8997share/drupal/core/modules/system/tests/modules/error_service_test/src/MonkeysInTheControlRoom.php 8999share/drupal/core/modules/system/tests/modules/error_service_test/src/MonkeysInTheControlRoom.php
8998share/drupal/core/modules/system/tests/modules/error_test/error_test.info.yml 9000share/drupal/core/modules/system/tests/modules/error_test/error_test.info.yml
8999share/drupal/core/modules/system/tests/modules/error_test/error_test.routing.yml 9001share/drupal/core/modules/system/tests/modules/error_test/error_test.routing.yml
9000share/drupal/core/modules/system/tests/modules/error_test/src/Controller/ErrorTestController.php 9002share/drupal/core/modules/system/tests/modules/error_test/src/Controller/ErrorTestController.php
@@ -11059,26 +11061,27 @@ share/drupal/core/modules/views/tests/mo @@ -11059,26 +11061,27 @@ share/drupal/core/modules/views/tests/mo
11059share/drupal/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_destroy.yml 11061share/drupal/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_destroy.yml
11060share/drupal/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_disabled_display.yml 11062share/drupal/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_disabled_display.yml
11061share/drupal/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_display.yml 11063share/drupal/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_display.yml
11062share/drupal/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_display_attachment.yml 11064share/drupal/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_display_attachment.yml
11063share/drupal/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_display_defaults.yml 11065share/drupal/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_display_defaults.yml
11064share/drupal/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_display_empty.yml 11066share/drupal/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_display_empty.yml
11065share/drupal/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_display_entity_reference.yml 11067share/drupal/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_display_entity_reference.yml
11066share/drupal/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_display_feed.yml 11068share/drupal/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_display_feed.yml
11067share/drupal/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_display_invalid.yml 11069share/drupal/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_display_invalid.yml
11068share/drupal/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_display_more.yml 11070share/drupal/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_display_more.yml
11069share/drupal/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_dropbutton.yml 11071share/drupal/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_dropbutton.yml
11070share/drupal/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_duplicate_field_handlers.yml 11072share/drupal/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_duplicate_field_handlers.yml
11071share/drupal/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_entity_area.yml 11073share/drupal/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_entity_area.yml
 11074share/drupal/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_entity_field_renderered_entity.yml
11072share/drupal/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_entity_field_renderers.yml 11075share/drupal/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_entity_field_renderers.yml
11073share/drupal/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_entity_multivalue_basefield.yml 11076share/drupal/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_entity_multivalue_basefield.yml
11074share/drupal/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_entity_operations.yml 11077share/drupal/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_entity_operations.yml
11075share/drupal/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_entity_row.yml 11078share/drupal/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_entity_row.yml
11076share/drupal/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_entity_row_renderers.yml 11079share/drupal/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_entity_row_renderers.yml
11077share/drupal/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_entity_row_renderers_revisions_base.yml 11080share/drupal/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_entity_row_renderers_revisions_base.yml
11078share/drupal/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_entity_test_link.yml 11081share/drupal/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_entity_test_link.yml
11079share/drupal/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_entity_test_protected_access.yml 11082share/drupal/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_entity_test_protected_access.yml
11080share/drupal/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_entity_type_filter.yml 11083share/drupal/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_entity_type_filter.yml
11081share/drupal/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_example_area.yml 11084share/drupal/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_example_area.yml
11082share/drupal/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_example_area_access.yml 11085share/drupal/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_example_area_access.yml
11083share/drupal/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_executable_displays.yml 11086share/drupal/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_executable_displays.yml
11084share/drupal/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_exposed_admin_ui.yml 11087share/drupal/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_exposed_admin_ui.yml
@@ -11227,26 +11230,27 @@ share/drupal/core/modules/views/tests/mo @@ -11227,26 +11230,27 @@ share/drupal/core/modules/views/tests/mo
11227share/drupal/core/modules/views/tests/modules/views_test_data/views_test_data.views.inc 11230share/drupal/core/modules/views/tests/modules/views_test_data/views_test_data.views.inc
11228share/drupal/core/modules/views/tests/modules/views_test_data/views_test_data.views_execution.inc 11231share/drupal/core/modules/views/tests/modules/views_test_data/views_test_data.views_execution.inc
11229share/drupal/core/modules/views/tests/modules/views_test_formatter/src/Plugin/Field/FieldFormatter/AttachmentTestFormatter.php 11232share/drupal/core/modules/views/tests/modules/views_test_formatter/src/Plugin/Field/FieldFormatter/AttachmentTestFormatter.php
11230share/drupal/core/modules/views/tests/modules/views_test_formatter/views_test_formatter.info.yml 11233share/drupal/core/modules/views/tests/modules/views_test_formatter/views_test_formatter.info.yml
11231share/drupal/core/modules/views/tests/modules/views_test_language/views_test_language.info.yml 11234share/drupal/core/modules/views/tests/modules/views_test_language/views_test_language.info.yml
11232share/drupal/core/modules/views/tests/modules/views_test_modal/src/Controller/TestController.php 11235share/drupal/core/modules/views/tests/modules/views_test_modal/src/Controller/TestController.php
11233share/drupal/core/modules/views/tests/modules/views_test_modal/views_test_modal.info.yml 11236share/drupal/core/modules/views/tests/modules/views_test_modal/views_test_modal.info.yml
11234share/drupal/core/modules/views/tests/modules/views_test_modal/views_test_modal.routing.yml 11237share/drupal/core/modules/views/tests/modules/views_test_modal/views_test_modal.routing.yml
11235share/drupal/core/modules/views/tests/src/Functional/BulkFormTest.php 11238share/drupal/core/modules/views/tests/src/Functional/BulkFormTest.php
11236share/drupal/core/modules/views/tests/src/Functional/DefaultViewsTest.php 11239share/drupal/core/modules/views/tests/src/Functional/DefaultViewsTest.php
11237share/drupal/core/modules/views/tests/src/Functional/Entity/BaseFieldAccessTest.php 11240share/drupal/core/modules/views/tests/src/Functional/Entity/BaseFieldAccessTest.php
11238share/drupal/core/modules/views/tests/src/Functional/Entity/FieldEntityTest.php 11241share/drupal/core/modules/views/tests/src/Functional/Entity/FieldEntityTest.php
11239share/drupal/core/modules/views/tests/src/Functional/Entity/FieldEntityTranslationTest.php 11242share/drupal/core/modules/views/tests/src/Functional/Entity/FieldEntityTranslationTest.php
 11243share/drupal/core/modules/views/tests/src/Functional/Entity/FieldRenderedEntityTranslationTest.php
11240share/drupal/core/modules/views/tests/src/Functional/Entity/ViewNonTranslatableEntityTest.php 11244share/drupal/core/modules/views/tests/src/Functional/Entity/ViewNonTranslatableEntityTest.php
11241share/drupal/core/modules/views/tests/src/Functional/GlossaryTest.php 11245share/drupal/core/modules/views/tests/src/Functional/GlossaryTest.php
11242share/drupal/core/modules/views/tests/src/Functional/Hal/ViewHalJsonAnonTest.php 11246share/drupal/core/modules/views/tests/src/Functional/Hal/ViewHalJsonAnonTest.php
11243share/drupal/core/modules/views/tests/src/Functional/Hal/ViewHalJsonBasicAuthTest.php 11247share/drupal/core/modules/views/tests/src/Functional/Hal/ViewHalJsonBasicAuthTest.php
11244share/drupal/core/modules/views/tests/src/Functional/Hal/ViewHalJsonCookieTest.php 11248share/drupal/core/modules/views/tests/src/Functional/Hal/ViewHalJsonCookieTest.php
11245share/drupal/core/modules/views/tests/src/Functional/Handler/AreaHTTPStatusCodeTest.php 11249share/drupal/core/modules/views/tests/src/Functional/Handler/AreaHTTPStatusCodeTest.php
11246share/drupal/core/modules/views/tests/src/Functional/Handler/AreaTest.php 11250share/drupal/core/modules/views/tests/src/Functional/Handler/AreaTest.php
11247share/drupal/core/modules/views/tests/src/Functional/Handler/AreaTitleWebTest.php 11251share/drupal/core/modules/views/tests/src/Functional/Handler/AreaTitleWebTest.php
11248share/drupal/core/modules/views/tests/src/Functional/Handler/FieldDropButtonTest.php 11252share/drupal/core/modules/views/tests/src/Functional/Handler/FieldDropButtonTest.php
11249share/drupal/core/modules/views/tests/src/Functional/Handler/FieldEntityOperationsTest.php 11253share/drupal/core/modules/views/tests/src/Functional/Handler/FieldEntityOperationsTest.php
11250share/drupal/core/modules/views/tests/src/Functional/Handler/FieldGroupRowsWebTest.php 11254share/drupal/core/modules/views/tests/src/Functional/Handler/FieldGroupRowsWebTest.php
11251share/drupal/core/modules/views/tests/src/Functional/Handler/FieldWebTest.php 11255share/drupal/core/modules/views/tests/src/Functional/Handler/FieldWebTest.php
11252share/drupal/core/modules/views/tests/src/Functional/Handler/FilterDateTest.php 11256share/drupal/core/modules/views/tests/src/Functional/Handler/FilterDateTest.php
@@ -12799,26 +12803,27 @@ share/drupal/core/tests/Drupal/KernelTes @@ -12799,26 +12803,27 @@ share/drupal/core/tests/Drupal/KernelTes
12799share/drupal/core/tests/Drupal/KernelTests/Core/Theme/StableLibraryOverrideTest.php 12803share/drupal/core/tests/Drupal/KernelTests/Core/Theme/StableLibraryOverrideTest.php
12800share/drupal/core/tests/Drupal/KernelTests/Core/Theme/StableTemplateOverrideTest.php 12804share/drupal/core/tests/Drupal/KernelTests/Core/Theme/StableTemplateOverrideTest.php
12801share/drupal/core/tests/Drupal/KernelTests/Core/Theme/StableThemeTest.php 12805share/drupal/core/tests/Drupal/KernelTests/Core/Theme/StableThemeTest.php
12802share/drupal/core/tests/Drupal/KernelTests/Core/Theme/SystemListTest.php 12806share/drupal/core/tests/Drupal/KernelTests/Core/Theme/SystemListTest.php
12803share/drupal/core/tests/Drupal/KernelTests/Core/Theme/TableSortLegacyTest.php 12807share/drupal/core/tests/Drupal/KernelTests/Core/Theme/TableSortLegacyTest.php
12804share/drupal/core/tests/Drupal/KernelTests/Core/Theme/ThemeInstallerTest.php 12808share/drupal/core/tests/Drupal/KernelTests/Core/Theme/ThemeInstallerTest.php
12805share/drupal/core/tests/Drupal/KernelTests/Core/Theme/ThemeRenderAndAutoescapeTest.php 12809share/drupal/core/tests/Drupal/KernelTests/Core/Theme/ThemeRenderAndAutoescapeTest.php
12806share/drupal/core/tests/Drupal/KernelTests/Core/Theme/ThemeSettingsTest.php 12810share/drupal/core/tests/Drupal/KernelTests/Core/Theme/ThemeSettingsTest.php
12807share/drupal/core/tests/Drupal/KernelTests/Core/Theme/TwigEnvironmentTest.php 12811share/drupal/core/tests/Drupal/KernelTests/Core/Theme/TwigEnvironmentTest.php
12808share/drupal/core/tests/Drupal/KernelTests/Core/Theme/TwigMarkupInterfaceTest.php 12812share/drupal/core/tests/Drupal/KernelTests/Core/Theme/TwigMarkupInterfaceTest.php
12809share/drupal/core/tests/Drupal/KernelTests/Core/Theme/TwigWhiteListTest.php 12813share/drupal/core/tests/Drupal/KernelTests/Core/Theme/TwigWhiteListTest.php
12810share/drupal/core/tests/Drupal/KernelTests/Core/TypedData/AllowedValuesConstraintValidatorTest.php 12814share/drupal/core/tests/Drupal/KernelTests/Core/TypedData/AllowedValuesConstraintValidatorTest.php
12811share/drupal/core/tests/Drupal/KernelTests/Core/TypedData/ComplexDataConstraintValidatorTest.php 12815share/drupal/core/tests/Drupal/KernelTests/Core/TypedData/ComplexDataConstraintValidatorTest.php
 12816share/drupal/core/tests/Drupal/KernelTests/Core/TypedData/RecursiveContextualValidatorTest.php
12812share/drupal/core/tests/Drupal/KernelTests/Core/TypedData/TypedDataDefinitionTest.php 12817share/drupal/core/tests/Drupal/KernelTests/Core/TypedData/TypedDataDefinitionTest.php
12813share/drupal/core/tests/Drupal/KernelTests/Core/TypedData/TypedDataTest.php 12818share/drupal/core/tests/Drupal/KernelTests/Core/TypedData/TypedDataTest.php
12814share/drupal/core/tests/Drupal/KernelTests/Core/Update/CompatibilityFixTest.php 12819share/drupal/core/tests/Drupal/KernelTests/Core/Update/CompatibilityFixTest.php
12815share/drupal/core/tests/Drupal/KernelTests/Core/Updater/UpdaterTest.php 12820share/drupal/core/tests/Drupal/KernelTests/Core/Updater/UpdaterTest.php
12816share/drupal/core/tests/Drupal/KernelTests/Core/Url/LinkGenerationTest.php 12821share/drupal/core/tests/Drupal/KernelTests/Core/Url/LinkGenerationTest.php
12817share/drupal/core/tests/Drupal/KernelTests/Core/Validation/ConstraintsTest.php 12822share/drupal/core/tests/Drupal/KernelTests/Core/Validation/ConstraintsTest.php
12818share/drupal/core/tests/Drupal/KernelTests/Core/Validation/UniqueFieldConstraintTest.php 12823share/drupal/core/tests/Drupal/KernelTests/Core/Validation/UniqueFieldConstraintTest.php
12819share/drupal/core/tests/Drupal/KernelTests/FileSystemModuleDiscoveryDataProviderTrait.php 12824share/drupal/core/tests/Drupal/KernelTests/FileSystemModuleDiscoveryDataProviderTrait.php
12820share/drupal/core/tests/Drupal/KernelTests/KernelTestBase.php 12825share/drupal/core/tests/Drupal/KernelTests/KernelTestBase.php
12821share/drupal/core/tests/Drupal/KernelTests/KernelTestBaseTest.php 12826share/drupal/core/tests/Drupal/KernelTests/KernelTestBaseTest.php
12822share/drupal/core/tests/Drupal/KernelTests/RequestProcessing/RedirectOnExceptionTest.php 12827share/drupal/core/tests/Drupal/KernelTests/RequestProcessing/RedirectOnExceptionTest.php
12823share/drupal/core/tests/Drupal/KernelTests/RouteProvider.php 12828share/drupal/core/tests/Drupal/KernelTests/RouteProvider.php
12824share/drupal/core/tests/Drupal/KernelTests/TestServiceProvider.php 12829share/drupal/core/tests/Drupal/KernelTests/TestServiceProvider.php
@@ -15389,38 +15394,54 @@ share/drupal/vendor/symfony/polyfill-ico @@ -15389,38 +15394,54 @@ share/drupal/vendor/symfony/polyfill-ico
15389share/drupal/vendor/symfony/polyfill-iconv/Resources/charset/from.windows-1257.php 15394share/drupal/vendor/symfony/polyfill-iconv/Resources/charset/from.windows-1257.php
15390share/drupal/vendor/symfony/polyfill-iconv/Resources/charset/from.windows-1258.php 15395share/drupal/vendor/symfony/polyfill-iconv/Resources/charset/from.windows-1258.php
15391share/drupal/vendor/symfony/polyfill-iconv/Resources/charset/translit.php 15396share/drupal/vendor/symfony/polyfill-iconv/Resources/charset/translit.php
15392share/drupal/vendor/symfony/polyfill-iconv/bootstrap.php 15397share/drupal/vendor/symfony/polyfill-iconv/bootstrap.php
15393share/drupal/vendor/symfony/polyfill-iconv/composer.json 15398share/drupal/vendor/symfony/polyfill-iconv/composer.json
15394share/drupal/vendor/symfony/polyfill-mbstring/LICENSE 15399share/drupal/vendor/symfony/polyfill-mbstring/LICENSE
15395share/drupal/vendor/symfony/polyfill-mbstring/Mbstring.php 15400share/drupal/vendor/symfony/polyfill-mbstring/Mbstring.php
15396share/drupal/vendor/symfony/polyfill-mbstring/README.md 15401share/drupal/vendor/symfony/polyfill-mbstring/README.md
15397share/drupal/vendor/symfony/polyfill-mbstring/Resources/unidata/lowerCase.php 15402share/drupal/vendor/symfony/polyfill-mbstring/Resources/unidata/lowerCase.php
15398share/drupal/vendor/symfony/polyfill-mbstring/Resources/unidata/titleCaseRegexp.php 15403share/drupal/vendor/symfony/polyfill-mbstring/Resources/unidata/titleCaseRegexp.php
15399share/drupal/vendor/symfony/polyfill-mbstring/Resources/unidata/upperCase.php 15404share/drupal/vendor/symfony/polyfill-mbstring/Resources/unidata/upperCase.php
15400share/drupal/vendor/symfony/polyfill-mbstring/bootstrap.php 15405share/drupal/vendor/symfony/polyfill-mbstring/bootstrap.php
15401share/drupal/vendor/symfony/polyfill-mbstring/composer.json 15406share/drupal/vendor/symfony/polyfill-mbstring/composer.json
 15407share/drupal/vendor/symfony/polyfill-php56/LICENSE
 15408share/drupal/vendor/symfony/polyfill-php56/Php56.php
 15409share/drupal/vendor/symfony/polyfill-php56/README.md
 15410share/drupal/vendor/symfony/polyfill-php56/bootstrap.php
 15411share/drupal/vendor/symfony/polyfill-php56/composer.json
15402share/drupal/vendor/symfony/polyfill-php70/LICENSE 15412share/drupal/vendor/symfony/polyfill-php70/LICENSE
15403share/drupal/vendor/symfony/polyfill-php70/Php70.php 15413share/drupal/vendor/symfony/polyfill-php70/Php70.php
15404share/drupal/vendor/symfony/polyfill-php70/README.md 15414share/drupal/vendor/symfony/polyfill-php70/README.md
15405share/drupal/vendor/symfony/polyfill-php70/Resources/stubs/ArithmeticError.php 15415share/drupal/vendor/symfony/polyfill-php70/Resources/stubs/ArithmeticError.php
15406share/drupal/vendor/symfony/polyfill-php70/Resources/stubs/AssertionError.php 15416share/drupal/vendor/symfony/polyfill-php70/Resources/stubs/AssertionError.php
15407share/drupal/vendor/symfony/polyfill-php70/Resources/stubs/DivisionByZeroError.php 15417share/drupal/vendor/symfony/polyfill-php70/Resources/stubs/DivisionByZeroError.php
15408share/drupal/vendor/symfony/polyfill-php70/Resources/stubs/Error.php 15418share/drupal/vendor/symfony/polyfill-php70/Resources/stubs/Error.php
15409share/drupal/vendor/symfony/polyfill-php70/Resources/stubs/ParseError.php 15419share/drupal/vendor/symfony/polyfill-php70/Resources/stubs/ParseError.php
15410share/drupal/vendor/symfony/polyfill-php70/Resources/stubs/SessionUpdateTimestampHandlerInterface.php 15420share/drupal/vendor/symfony/polyfill-php70/Resources/stubs/SessionUpdateTimestampHandlerInterface.php
15411share/drupal/vendor/symfony/polyfill-php70/Resources/stubs/TypeError.php 15421share/drupal/vendor/symfony/polyfill-php70/Resources/stubs/TypeError.php
15412share/drupal/vendor/symfony/polyfill-php70/bootstrap.php 15422share/drupal/vendor/symfony/polyfill-php70/bootstrap.php
15413share/drupal/vendor/symfony/polyfill-php70/composer.json 15423share/drupal/vendor/symfony/polyfill-php70/composer.json
 15424share/drupal/vendor/symfony/polyfill-util/Binary.php
 15425share/drupal/vendor/symfony/polyfill-util/BinaryNoFuncOverload.php
 15426share/drupal/vendor/symfony/polyfill-util/BinaryOnFuncOverload.php
 15427share/drupal/vendor/symfony/polyfill-util/LICENSE
 15428share/drupal/vendor/symfony/polyfill-util/README.md
 15429share/drupal/vendor/symfony/polyfill-util/TestListener.php
 15430share/drupal/vendor/symfony/polyfill-util/TestListenerForV5.php
 15431share/drupal/vendor/symfony/polyfill-util/TestListenerForV6.php
 15432share/drupal/vendor/symfony/polyfill-util/TestListenerForV7.php
 15433share/drupal/vendor/symfony/polyfill-util/TestListenerTrait.php
 15434share/drupal/vendor/symfony/polyfill-util/composer.json
15414share/drupal/vendor/symfony/process/.gitignore 15435share/drupal/vendor/symfony/process/.gitignore
15415share/drupal/vendor/symfony/process/CHANGELOG.md 15436share/drupal/vendor/symfony/process/CHANGELOG.md
15416share/drupal/vendor/symfony/process/Exception/ExceptionInterface.php 15437share/drupal/vendor/symfony/process/Exception/ExceptionInterface.php
15417share/drupal/vendor/symfony/process/Exception/InvalidArgumentException.php 15438share/drupal/vendor/symfony/process/Exception/InvalidArgumentException.php
15418share/drupal/vendor/symfony/process/Exception/LogicException.php 15439share/drupal/vendor/symfony/process/Exception/LogicException.php
15419share/drupal/vendor/symfony/process/Exception/ProcessFailedException.php 15440share/drupal/vendor/symfony/process/Exception/ProcessFailedException.php
15420share/drupal/vendor/symfony/process/Exception/ProcessTimedOutException.php 15441share/drupal/vendor/symfony/process/Exception/ProcessTimedOutException.php
15421share/drupal/vendor/symfony/process/Exception/RuntimeException.php 15442share/drupal/vendor/symfony/process/Exception/RuntimeException.php
15422share/drupal/vendor/symfony/process/ExecutableFinder.php 15443share/drupal/vendor/symfony/process/ExecutableFinder.php
15423share/drupal/vendor/symfony/process/InputStream.php 15444share/drupal/vendor/symfony/process/InputStream.php
15424share/drupal/vendor/symfony/process/LICENSE 15445share/drupal/vendor/symfony/process/LICENSE
15425share/drupal/vendor/symfony/process/PhpExecutableFinder.php 15446share/drupal/vendor/symfony/process/PhpExecutableFinder.php
15426share/drupal/vendor/symfony/process/PhpProcess.php 15447share/drupal/vendor/symfony/process/PhpProcess.php

cvs diff -r1.24 -r1.25 pkgsrc/www/drupal8/Attic/distinfo (expand / switch to unified diff)

--- pkgsrc/www/drupal8/Attic/distinfo 2019/10/10 13:28:35 1.24
+++ pkgsrc/www/drupal8/Attic/distinfo 2019/11/19 16:15:18 1.25
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.24 2019/10/10 13:28:35 prlw1 Exp $ 1$NetBSD: distinfo,v 1.25 2019/11/19 16:15:18 prlw1 Exp $
2 2
3SHA1 (drupal-8.7.8.tar.gz) = 96f4f852e8c9f6a4c424a33e6ac145ba8ee067ba 3SHA1 (drupal-8.7.10.tar.gz) = 20f6e2cf8fc04cf6d3f3f67b59f8172c867ada04
4RMD160 (drupal-8.7.8.tar.gz) = 86a31cc6ce33bc1c6fe4fd88a495bebeff6f5779 4RMD160 (drupal-8.7.10.tar.gz) = f90da889b83d2979fe2faf3cbf8d59f5cb0fa470
5SHA512 (drupal-8.7.8.tar.gz) = cc68e6318ebc162cd50fe19046a992ae2ca338f9da564a12a88954edb2c0cecaa56b0ded22903f67f305ab1fee48dd8a2bbf8b65a9efda2e1ce50d11b97bab28 5SHA512 (drupal-8.7.10.tar.gz) = c614a64efd86c529d89f4411d4418731ae85cf0af5a236dd3a475f68dd4d408fb7c6d378477897e2ce68c71cc287f218dab2d45cc3d96967a75a6500e0161716
6Size (drupal-8.7.8.tar.gz) = 17882836 bytes 6Size (drupal-8.7.10.tar.gz) = 17894144 bytes