Wed Jun 2 15:46:53 2021 UTC ()
www/drupal8: update to 8.9.16

8.9.16 (2021-05-26)

Maintenance and security release of the Drupal 8 series.

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

* Drupal core - Moderately critical - Cross Site Scripting -
  SA-CORE-2021-003 No other fixes are included.

Versions of Drupal 8 prior to 8.9.x are end-of-life and do not receive
security coverage.

8.9.15 (2021-05-05)

This is a patch (bugfix) release of Drupal 8 and is ready for use on
production sites.  Learn more about Drupal 8.

Drupal 8.9 is the final minor release of the 8.x series.  It is a long-term
support (LTS) version, and will receive security coverage until November
2021.  It provides the same public API as Drupal 9.0 aside from deprecated
code and dependency changes.  (Learn more about Drupal 9.) Note that
features will only be added to Drupal 9 minor releases, so plan to adopt
Drupal 9 as soon as possible so that you can easily update to Drupal 9.2 and
later.

If you are upgrading to this release from 8.8.x, read the Drupal 8.9.0
release notes before you upgrade.

Known issues

Search the issue queue for known issues.

Important changes

The default glossary view did not previously include a filter to exclude
unpublished content.  This view now includes such a filter by default, and
an update function is provided with this release to add a status filter to
the view on existing installations which do not have it.

Dependency updates

The composer/composer development dependency has been updated from 1.10.6 to
1.10.22.

Archive_Tar has been updated to 1.4.13 for security hardening.

Drupal core's development dependency on the Nightwatch npm package has been
increased from 1.2.1 to 1.6.3 and all locked versions of dependencies have
been updated to address security issues in these dependencies.
The minimum version of node.js for 8.9.x development has been increased to
version 10.

Underscore.js has been updated to 1.13.1


(taca)
diff -r1.38 -r1.39 pkgsrc/www/drupal8/Makefile
diff -r1.29 -r1.30 pkgsrc/www/drupal8/PLIST
diff -r1.32 -r1.33 pkgsrc/www/drupal8/distinfo

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

--- pkgsrc/www/drupal8/Attic/Makefile 2021/05/24 19:55:13 1.38
+++ pkgsrc/www/drupal8/Attic/Makefile 2021/06/02 15:46:53 1.39
@@ -1,18 +1,17 @@ @@ -1,18 +1,17 @@
1# $NetBSD: Makefile,v 1.38 2021/05/24 19:55:13 wiz Exp $ 1# $NetBSD: Makefile,v 1.39 2021/06/02 15:46:53 taca Exp $
2 2
3DISTNAME= drupal-8.9.14 3DISTNAME= drupal-8.9.16
4PKGNAME= ${PHP_PKG_PREFIX}-${DISTNAME} 4PKGNAME= ${PHP_PKG_PREFIX}-${DISTNAME}
5PKGREVISION= 1 
6CATEGORIES= www 5CATEGORIES= www
7MASTER_SITES= http://ftp.drupal.org/files/projects/ 6MASTER_SITES= http://ftp.drupal.org/files/projects/
8 7
9MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://drupal.org/ 9HOMEPAGE= http://drupal.org/
11COMMENT= Open source content management system 10COMMENT= Open source content management system
12LICENSE= gnu-gpl-v2 11LICENSE= gnu-gpl-v2
13 12
14DEPENDS+= ${PHP_PKG_PREFIX}-gd>=5.4.0:../../graphics/php-gd 13DEPENDS+= ${PHP_PKG_PREFIX}-gd>=5.4.0:../../graphics/php-gd
15DEPENDS+= ${PHP_PKG_PREFIX}-json>=5.4.0:../../textproc/php-json 14DEPENDS+= ${PHP_PKG_PREFIX}-json>=5.4.0:../../textproc/php-json
16 15
17PHP_VERSIONS_ACCEPTED= 73 74 16PHP_VERSIONS_ACCEPTED= 73 74
18 17

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

--- pkgsrc/www/drupal8/Attic/PLIST 2021/02/02 15:33:41 1.29
+++ pkgsrc/www/drupal8/Attic/PLIST 2021/06/02 15:46:53 1.30
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.29 2021/02/02 15:33:41 taca Exp $ 1@comment $NetBSD: PLIST,v 1.30 2021/06/02 15:46:53 taca 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
@@ -747,26 +747,27 @@ share/drupal/core/lib/Drupal/Component/S @@ -747,26 +747,27 @@ share/drupal/core/lib/Drupal/Component/S
747share/drupal/core/lib/Drupal/Component/Serialization/YamlPecl.php 747share/drupal/core/lib/Drupal/Component/Serialization/YamlPecl.php
748share/drupal/core/lib/Drupal/Component/Serialization/YamlSymfony.php 748share/drupal/core/lib/Drupal/Component/Serialization/YamlSymfony.php
749share/drupal/core/lib/Drupal/Component/Serialization/composer.json 749share/drupal/core/lib/Drupal/Component/Serialization/composer.json
750share/drupal/core/lib/Drupal/Component/Transliteration/LICENSE.txt 750share/drupal/core/lib/Drupal/Component/Transliteration/LICENSE.txt
751share/drupal/core/lib/Drupal/Component/Transliteration/PhpTransliteration.php 751share/drupal/core/lib/Drupal/Component/Transliteration/PhpTransliteration.php
752share/drupal/core/lib/Drupal/Component/Transliteration/README.txt 752share/drupal/core/lib/Drupal/Component/Transliteration/README.txt
753share/drupal/core/lib/Drupal/Component/Transliteration/TESTING.txt 753share/drupal/core/lib/Drupal/Component/Transliteration/TESTING.txt
754share/drupal/core/lib/Drupal/Component/Transliteration/TransliterationInterface.php 754share/drupal/core/lib/Drupal/Component/Transliteration/TransliterationInterface.php
755share/drupal/core/lib/Drupal/Component/Transliteration/composer.json 755share/drupal/core/lib/Drupal/Component/Transliteration/composer.json
756share/drupal/core/lib/Drupal/Component/Transliteration/data/da.php 756share/drupal/core/lib/Drupal/Component/Transliteration/data/da.php
757share/drupal/core/lib/Drupal/Component/Transliteration/data/de.php 757share/drupal/core/lib/Drupal/Component/Transliteration/data/de.php
758share/drupal/core/lib/Drupal/Component/Transliteration/data/eo.php 758share/drupal/core/lib/Drupal/Component/Transliteration/data/eo.php
759share/drupal/core/lib/Drupal/Component/Transliteration/data/kg.php 759share/drupal/core/lib/Drupal/Component/Transliteration/data/kg.php
 760share/drupal/core/lib/Drupal/Component/Transliteration/data/uk.php
760share/drupal/core/lib/Drupal/Component/Transliteration/data/x00.php 761share/drupal/core/lib/Drupal/Component/Transliteration/data/x00.php
761share/drupal/core/lib/Drupal/Component/Transliteration/data/x01.php 762share/drupal/core/lib/Drupal/Component/Transliteration/data/x01.php
762share/drupal/core/lib/Drupal/Component/Transliteration/data/x02.php 763share/drupal/core/lib/Drupal/Component/Transliteration/data/x02.php
763share/drupal/core/lib/Drupal/Component/Transliteration/data/x03.php 764share/drupal/core/lib/Drupal/Component/Transliteration/data/x03.php
764share/drupal/core/lib/Drupal/Component/Transliteration/data/x04.php 765share/drupal/core/lib/Drupal/Component/Transliteration/data/x04.php
765share/drupal/core/lib/Drupal/Component/Transliteration/data/x05.php 766share/drupal/core/lib/Drupal/Component/Transliteration/data/x05.php
766share/drupal/core/lib/Drupal/Component/Transliteration/data/x06.php 767share/drupal/core/lib/Drupal/Component/Transliteration/data/x06.php
767share/drupal/core/lib/Drupal/Component/Transliteration/data/x07.php 768share/drupal/core/lib/Drupal/Component/Transliteration/data/x07.php
768share/drupal/core/lib/Drupal/Component/Transliteration/data/x09.php 769share/drupal/core/lib/Drupal/Component/Transliteration/data/x09.php
769share/drupal/core/lib/Drupal/Component/Transliteration/data/x0a.php 770share/drupal/core/lib/Drupal/Component/Transliteration/data/x0a.php
770share/drupal/core/lib/Drupal/Component/Transliteration/data/x0b.php 771share/drupal/core/lib/Drupal/Component/Transliteration/data/x0b.php
771share/drupal/core/lib/Drupal/Component/Transliteration/data/x0c.php 772share/drupal/core/lib/Drupal/Component/Transliteration/data/x0c.php
772share/drupal/core/lib/Drupal/Component/Transliteration/data/x0d.php 773share/drupal/core/lib/Drupal/Component/Transliteration/data/x0d.php
@@ -2616,36 +2617,38 @@ share/drupal/core/misc/date.js @@ -2616,36 +2617,38 @@ share/drupal/core/misc/date.js
2616share/drupal/core/misc/debounce.es6.js 2617share/drupal/core/misc/debounce.es6.js
2617share/drupal/core/misc/debounce.js 2618share/drupal/core/misc/debounce.js
2618share/drupal/core/misc/details-aria.es6.js 2619share/drupal/core/misc/details-aria.es6.js
2619share/drupal/core/misc/details-aria.js 2620share/drupal/core/misc/details-aria.js
2620share/drupal/core/misc/dialog/dialog.ajax.es6.js 2621share/drupal/core/misc/dialog/dialog.ajax.es6.js
2621share/drupal/core/misc/dialog/dialog.ajax.js 2622share/drupal/core/misc/dialog/dialog.ajax.js
2622share/drupal/core/misc/dialog/dialog.es6.js 2623share/drupal/core/misc/dialog/dialog.es6.js
2623share/drupal/core/misc/dialog/dialog.jquery-ui.es6.js 2624share/drupal/core/misc/dialog/dialog.jquery-ui.es6.js
2624share/drupal/core/misc/dialog/dialog.jquery-ui.js 2625share/drupal/core/misc/dialog/dialog.jquery-ui.js
2625share/drupal/core/misc/dialog/dialog.js 2626share/drupal/core/misc/dialog/dialog.js
2626share/drupal/core/misc/dialog/dialog.position.es6.js 2627share/drupal/core/misc/dialog/dialog.position.es6.js
2627share/drupal/core/misc/dialog/dialog.position.js 2628share/drupal/core/misc/dialog/dialog.position.js
2628share/drupal/core/misc/dialog/off-canvas.base.css 2629share/drupal/core/misc/dialog/off-canvas.base.css
 2630share/drupal/core/misc/dialog/off-canvas.base.pcss.css
2629share/drupal/core/misc/dialog/off-canvas.button.css 2631share/drupal/core/misc/dialog/off-canvas.button.css
2630share/drupal/core/misc/dialog/off-canvas.css 2632share/drupal/core/misc/dialog/off-canvas.css
2631share/drupal/core/misc/dialog/off-canvas.details.css 2633share/drupal/core/misc/dialog/off-canvas.details.css
2632share/drupal/core/misc/dialog/off-canvas.dropbutton.css 2634share/drupal/core/misc/dialog/off-canvas.dropbutton.css
2633share/drupal/core/misc/dialog/off-canvas.es6.js 2635share/drupal/core/misc/dialog/off-canvas.es6.js
2634share/drupal/core/misc/dialog/off-canvas.form.css 2636share/drupal/core/misc/dialog/off-canvas.form.css
2635share/drupal/core/misc/dialog/off-canvas.js 2637share/drupal/core/misc/dialog/off-canvas.js
2636share/drupal/core/misc/dialog/off-canvas.layout.css 2638share/drupal/core/misc/dialog/off-canvas.layout.css
2637share/drupal/core/misc/dialog/off-canvas.motion.css 2639share/drupal/core/misc/dialog/off-canvas.motion.css
2638share/drupal/core/misc/dialog/off-canvas.reset.css 2640share/drupal/core/misc/dialog/off-canvas.reset.css
 2641share/drupal/core/misc/dialog/off-canvas.reset.pcss.css
2639share/drupal/core/misc/dialog/off-canvas.table.css 2642share/drupal/core/misc/dialog/off-canvas.table.css
2640share/drupal/core/misc/dialog/off-canvas.tabledrag.css 2643share/drupal/core/misc/dialog/off-canvas.tabledrag.css
2641share/drupal/core/misc/dialog/off-canvas.theme.css 2644share/drupal/core/misc/dialog/off-canvas.theme.css
2642share/drupal/core/misc/displace.es6.js 2645share/drupal/core/misc/displace.es6.js
2643share/drupal/core/misc/displace.js 2646share/drupal/core/misc/displace.js
2644share/drupal/core/misc/dropbutton/dropbutton.css 2647share/drupal/core/misc/dropbutton/dropbutton.css
2645share/drupal/core/misc/dropbutton/dropbutton.es6.js 2648share/drupal/core/misc/dropbutton/dropbutton.es6.js
2646share/drupal/core/misc/dropbutton/dropbutton.js 2649share/drupal/core/misc/dropbutton/dropbutton.js
2647share/drupal/core/misc/drupal.es6.js 2650share/drupal/core/misc/drupal.es6.js
2648share/drupal/core/misc/drupal.init.es6.js 2651share/drupal/core/misc/drupal.init.es6.js
2649share/drupal/core/misc/drupal.init.js 2652share/drupal/core/misc/drupal.init.js
2650share/drupal/core/misc/drupal.js 2653share/drupal/core/misc/drupal.js
2651share/drupal/core/misc/drupalSettingsLoader.es6.js 2654share/drupal/core/misc/drupalSettingsLoader.es6.js
@@ -4630,26 +4633,27 @@ share/drupal/core/modules/editor/src/Plu @@ -4630,26 +4633,27 @@ share/drupal/core/modules/editor/src/Plu
4630share/drupal/core/modules/editor/src/Plugin/EditorPluginInterface.php 4633share/drupal/core/modules/editor/src/Plugin/EditorPluginInterface.php
4631share/drupal/core/modules/editor/src/Plugin/Filter/EditorFileReference.php 4634share/drupal/core/modules/editor/src/Plugin/Filter/EditorFileReference.php
4632share/drupal/core/modules/editor/src/Plugin/InPlaceEditor/Editor.php 4635share/drupal/core/modules/editor/src/Plugin/InPlaceEditor/Editor.php
4633share/drupal/core/modules/editor/tests/editor_private_test/config/install/editor.editor.private_images.yml 4636share/drupal/core/modules/editor/tests/editor_private_test/config/install/editor.editor.private_images.yml
4634share/drupal/core/modules/editor/tests/editor_private_test/config/install/filter.format.private_images.yml 4637share/drupal/core/modules/editor/tests/editor_private_test/config/install/filter.format.private_images.yml
4635share/drupal/core/modules/editor/tests/editor_private_test/editor_private_test.info.yml 4638share/drupal/core/modules/editor/tests/editor_private_test/editor_private_test.info.yml
4636share/drupal/core/modules/editor/tests/modules/config/schema/editor_test.schema.yml 4639share/drupal/core/modules/editor/tests/modules/config/schema/editor_test.schema.yml
4637share/drupal/core/modules/editor/tests/modules/editor_test.info.yml 4640share/drupal/core/modules/editor/tests/modules/editor_test.info.yml
4638share/drupal/core/modules/editor/tests/modules/editor_test.libraries.yml 4641share/drupal/core/modules/editor/tests/modules/editor_test.libraries.yml
4639share/drupal/core/modules/editor/tests/modules/editor_test.module 4642share/drupal/core/modules/editor/tests/modules/editor_test.module
4640share/drupal/core/modules/editor/tests/modules/src/EditorXssFilter/Insecure.php 4643share/drupal/core/modules/editor/tests/modules/src/EditorXssFilter/Insecure.php
4641share/drupal/core/modules/editor/tests/modules/src/Plugin/Editor/TRexEditor.php 4644share/drupal/core/modules/editor/tests/modules/src/Plugin/Editor/TRexEditor.php
4642share/drupal/core/modules/editor/tests/modules/src/Plugin/Editor/UnicornEditor.php 4645share/drupal/core/modules/editor/tests/modules/src/Plugin/Editor/UnicornEditor.php
 4646share/drupal/core/modules/editor/tests/modules/src/Plugin/Field/FieldType/EditorTestTextLongItem.php
4643share/drupal/core/modules/editor/tests/src/Functional/EditorAdminTest.php 4647share/drupal/core/modules/editor/tests/src/Functional/EditorAdminTest.php
4644share/drupal/core/modules/editor/tests/src/Functional/EditorDialogAccessTest.php 4648share/drupal/core/modules/editor/tests/src/Functional/EditorDialogAccessTest.php
4645share/drupal/core/modules/editor/tests/src/Functional/EditorLoadingTest.php 4649share/drupal/core/modules/editor/tests/src/Functional/EditorLoadingTest.php
4646share/drupal/core/modules/editor/tests/src/Functional/EditorPrivateFileReferenceFilterTest.php 4650share/drupal/core/modules/editor/tests/src/Functional/EditorPrivateFileReferenceFilterTest.php
4647share/drupal/core/modules/editor/tests/src/Functional/EditorSecurityTest.php 4651share/drupal/core/modules/editor/tests/src/Functional/EditorSecurityTest.php
4648share/drupal/core/modules/editor/tests/src/Functional/EditorUploadImageScaleTest.php 4652share/drupal/core/modules/editor/tests/src/Functional/EditorUploadImageScaleTest.php
4649share/drupal/core/modules/editor/tests/src/Functional/Hal/EditorHalJsonAnonTest.php 4653share/drupal/core/modules/editor/tests/src/Functional/Hal/EditorHalJsonAnonTest.php
4650share/drupal/core/modules/editor/tests/src/Functional/Hal/EditorHalJsonBasicAuthTest.php 4654share/drupal/core/modules/editor/tests/src/Functional/Hal/EditorHalJsonBasicAuthTest.php
4651share/drupal/core/modules/editor/tests/src/Functional/Hal/EditorHalJsonCookieTest.php 4655share/drupal/core/modules/editor/tests/src/Functional/Hal/EditorHalJsonCookieTest.php
4652share/drupal/core/modules/editor/tests/src/Functional/QuickEditIntegrationLoadingTest.php 4656share/drupal/core/modules/editor/tests/src/Functional/QuickEditIntegrationLoadingTest.php
4653share/drupal/core/modules/editor/tests/src/Functional/Rest/EditorJsonAnonTest.php 4657share/drupal/core/modules/editor/tests/src/Functional/Rest/EditorJsonAnonTest.php
4654share/drupal/core/modules/editor/tests/src/Functional/Rest/EditorJsonBasicAuthTest.php 4658share/drupal/core/modules/editor/tests/src/Functional/Rest/EditorJsonBasicAuthTest.php
4655share/drupal/core/modules/editor/tests/src/Functional/Rest/EditorJsonCookieTest.php 4659share/drupal/core/modules/editor/tests/src/Functional/Rest/EditorJsonCookieTest.php
@@ -6617,26 +6621,27 @@ share/drupal/core/modules/locale/tests/s @@ -6617,26 +6621,27 @@ share/drupal/core/modules/locale/tests/s
6617share/drupal/core/modules/locale/tests/src/Functional/LocaleUpdateDevelopmentReleaseTest.php 6621share/drupal/core/modules/locale/tests/src/Functional/LocaleUpdateDevelopmentReleaseTest.php
6618share/drupal/core/modules/locale/tests/src/Functional/LocaleUpdateInterfaceTest.php 6622share/drupal/core/modules/locale/tests/src/Functional/LocaleUpdateInterfaceTest.php
6619share/drupal/core/modules/locale/tests/src/Functional/LocaleUpdateTest.php 6623share/drupal/core/modules/locale/tests/src/Functional/LocaleUpdateTest.php
6620share/drupal/core/modules/locale/tests/src/Kernel/LocaleBuildTest.php 6624share/drupal/core/modules/locale/tests/src/Kernel/LocaleBuildTest.php
6621share/drupal/core/modules/locale/tests/src/Kernel/LocaleConfigManagerTest.php 6625share/drupal/core/modules/locale/tests/src/Kernel/LocaleConfigManagerTest.php
6622share/drupal/core/modules/locale/tests/src/Kernel/LocaleConfigSubscriberForeignTest.php 6626share/drupal/core/modules/locale/tests/src/Kernel/LocaleConfigSubscriberForeignTest.php
6623share/drupal/core/modules/locale/tests/src/Kernel/LocaleConfigSubscriberTest.php 6627share/drupal/core/modules/locale/tests/src/Kernel/LocaleConfigSubscriberTest.php
6624share/drupal/core/modules/locale/tests/src/Kernel/LocaleConfigurableLanguageManagerTest.php 6628share/drupal/core/modules/locale/tests/src/Kernel/LocaleConfigurableLanguageManagerTest.php
6625share/drupal/core/modules/locale/tests/src/Kernel/LocaleDeprecationsTest.php 6629share/drupal/core/modules/locale/tests/src/Kernel/LocaleDeprecationsTest.php
6626share/drupal/core/modules/locale/tests/src/Kernel/LocaleLibraryAlterTest.php 6630share/drupal/core/modules/locale/tests/src/Kernel/LocaleLibraryAlterTest.php
6627share/drupal/core/modules/locale/tests/src/Kernel/LocaleStringIsSafeTest.php 6631share/drupal/core/modules/locale/tests/src/Kernel/LocaleStringIsSafeTest.php
6628share/drupal/core/modules/locale/tests/src/Kernel/LocaleStringTest.php 6632share/drupal/core/modules/locale/tests/src/Kernel/LocaleStringTest.php
6629share/drupal/core/modules/locale/tests/src/Kernel/LocaleTranslationProjectsTest.php 6633share/drupal/core/modules/locale/tests/src/Kernel/LocaleTranslationProjectsTest.php
 6634share/drupal/core/modules/locale/tests/src/Kernel/LocaleTranslationTest.php
6630share/drupal/core/modules/locale/tests/src/Kernel/LocaleUpdateTest.php 6635share/drupal/core/modules/locale/tests/src/Kernel/LocaleUpdateTest.php
6631share/drupal/core/modules/locale/tests/src/Kernel/Migrate/MigrateLocaleConfigsTest.php 6636share/drupal/core/modules/locale/tests/src/Kernel/Migrate/MigrateLocaleConfigsTest.php
6632share/drupal/core/modules/locale/tests/src/Unit/LocaleLookupTest.php 6637share/drupal/core/modules/locale/tests/src/Unit/LocaleLookupTest.php
6633share/drupal/core/modules/locale/tests/src/Unit/LocaleTranslationTest.php 6638share/drupal/core/modules/locale/tests/src/Unit/LocaleTranslationTest.php
6634share/drupal/core/modules/locale/tests/src/Unit/Menu/LocaleLocalTasksTest.php 6639share/drupal/core/modules/locale/tests/src/Unit/Menu/LocaleLocalTasksTest.php
6635share/drupal/core/modules/locale/tests/src/Unit/StringBaseTest.php 6640share/drupal/core/modules/locale/tests/src/Unit/StringBaseTest.php
6636share/drupal/core/modules/locale/tests/test.af.po 6641share/drupal/core/modules/locale/tests/test.af.po
6637share/drupal/core/modules/locale/tests/test.de.po 6642share/drupal/core/modules/locale/tests/test.de.po
6638share/drupal/core/modules/locale/tests/test.nl.po 6643share/drupal/core/modules/locale/tests/test.nl.po
6639share/drupal/core/modules/locale/tests/test.xx.po 6644share/drupal/core/modules/locale/tests/test.xx.po
6640share/drupal/core/modules/media/config/install/core.entity_view_mode.media.full.yml 6645share/drupal/core/modules/media/config/install/core.entity_view_mode.media.full.yml
6641share/drupal/core/modules/media/config/install/media.settings.yml 6646share/drupal/core/modules/media/config/install/media.settings.yml
6642share/drupal/core/modules/media/config/optional/system.action.media_delete_action.yml 6647share/drupal/core/modules/media/config/optional/system.action.media_delete_action.yml
@@ -11861,26 +11866,27 @@ share/drupal/core/modules/views/tests/mo @@ -11861,26 +11866,27 @@ share/drupal/core/modules/views/tests/mo
11861share/drupal/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_group_rows.yml 11866share/drupal/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_group_rows.yml
11862share/drupal/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_groupwise_term_ui.yml 11867share/drupal/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_groupwise_term_ui.yml
11863share/drupal/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_handler_relationships.yml 11868share/drupal/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_handler_relationships.yml
11864share/drupal/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_handler_test_access.yml 11869share/drupal/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_handler_test_access.yml
11865share/drupal/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_history.yml 11870share/drupal/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_history.yml
11866share/drupal/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_http_status_code.yml 11871share/drupal/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_http_status_code.yml
11867share/drupal/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_invalid_tokens.yml 11872share/drupal/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_invalid_tokens.yml
11868share/drupal/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_latest_revision_filter.yml 11873share/drupal/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_latest_revision_filter.yml
11869share/drupal/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_latest_translation_affected_revision_filter.yml 11874share/drupal/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_latest_translation_affected_revision_filter.yml
11870share/drupal/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_link_base_links.yml 11875share/drupal/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_link_base_links.yml
11871share/drupal/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_menu_link.yml 11876share/drupal/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_menu_link.yml
11872share/drupal/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_mini_pager.yml 11877share/drupal/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_mini_pager.yml
11873share/drupal/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_mini_pager_ajax.yml 11878share/drupal/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_mini_pager_ajax.yml
 11879share/drupal/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_month_date_plugin.yml
11874share/drupal/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_page_display.yml 11880share/drupal/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_page_display.yml
11875share/drupal/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_page_display_arguments.yml 11881share/drupal/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_page_display_arguments.yml
11876share/drupal/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_page_display_menu.yml 11882share/drupal/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_page_display_menu.yml
11877share/drupal/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_page_display_path.yml 11883share/drupal/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_page_display_path.yml
11878share/drupal/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_page_display_route.yml 11884share/drupal/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_page_display_route.yml
11879share/drupal/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_page_view.yml 11885share/drupal/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_page_view.yml
11880share/drupal/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_pager_full.yml 11886share/drupal/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_pager_full.yml
11881share/drupal/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_pager_full_ajax.yml 11887share/drupal/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_pager_full_ajax.yml
11882share/drupal/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_pager_none.yml 11888share/drupal/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_pager_none.yml
11883share/drupal/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_pager_some.yml 11889share/drupal/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_pager_some.yml
11884share/drupal/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_plugin_dependencies.yml 11890share/drupal/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_plugin_dependencies.yml
11885share/drupal/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_preprocess.yml 11891share/drupal/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_preprocess.yml
11886share/drupal/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_preview.yml 11892share/drupal/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_preview.yml
@@ -12008,26 +12014,27 @@ share/drupal/core/modules/views/tests/sr @@ -12008,26 +12014,27 @@ share/drupal/core/modules/views/tests/sr
12008share/drupal/core/modules/views/tests/src/Functional/Plugin/ContextualFiltersBlockContextTest.php 12014share/drupal/core/modules/views/tests/src/Functional/Plugin/ContextualFiltersBlockContextTest.php
12009share/drupal/core/modules/views/tests/src/Functional/Plugin/DisabledDisplayTest.php 12015share/drupal/core/modules/views/tests/src/Functional/Plugin/DisabledDisplayTest.php
12010share/drupal/core/modules/views/tests/src/Functional/Plugin/DisplayAttachmentTest.php 12016share/drupal/core/modules/views/tests/src/Functional/Plugin/DisplayAttachmentTest.php
12011share/drupal/core/modules/views/tests/src/Functional/Plugin/DisplayEntityReferenceTest.php 12017share/drupal/core/modules/views/tests/src/Functional/Plugin/DisplayEntityReferenceTest.php
12012share/drupal/core/modules/views/tests/src/Functional/Plugin/DisplayFeedTest.php 12018share/drupal/core/modules/views/tests/src/Functional/Plugin/DisplayFeedTest.php
12013share/drupal/core/modules/views/tests/src/Functional/Plugin/DisplayFeedTranslationTest.php 12019share/drupal/core/modules/views/tests/src/Functional/Plugin/DisplayFeedTranslationTest.php
12014share/drupal/core/modules/views/tests/src/Functional/Plugin/DisplayPageWebTest.php 12020share/drupal/core/modules/views/tests/src/Functional/Plugin/DisplayPageWebTest.php
12015share/drupal/core/modules/views/tests/src/Functional/Plugin/DisplayTest.php 12021share/drupal/core/modules/views/tests/src/Functional/Plugin/DisplayTest.php
12016share/drupal/core/modules/views/tests/src/Functional/Plugin/ExposedFormCheckboxesTest.php 12022share/drupal/core/modules/views/tests/src/Functional/Plugin/ExposedFormCheckboxesTest.php
12017share/drupal/core/modules/views/tests/src/Functional/Plugin/ExposedFormTest.php 12023share/drupal/core/modules/views/tests/src/Functional/Plugin/ExposedFormTest.php
12018share/drupal/core/modules/views/tests/src/Functional/Plugin/FilterTest.php 12024share/drupal/core/modules/views/tests/src/Functional/Plugin/FilterTest.php
12019share/drupal/core/modules/views/tests/src/Functional/Plugin/MenuLinkTest.php 12025share/drupal/core/modules/views/tests/src/Functional/Plugin/MenuLinkTest.php
12020share/drupal/core/modules/views/tests/src/Functional/Plugin/MiniPagerTest.php 12026share/drupal/core/modules/views/tests/src/Functional/Plugin/MiniPagerTest.php
 12027share/drupal/core/modules/views/tests/src/Functional/Plugin/MonthDatePluginTest.php
12021share/drupal/core/modules/views/tests/src/Functional/Plugin/NumericFormatPluralTest.php 12028share/drupal/core/modules/views/tests/src/Functional/Plugin/NumericFormatPluralTest.php
12022share/drupal/core/modules/views/tests/src/Functional/Plugin/PagerTest.php 12029share/drupal/core/modules/views/tests/src/Functional/Plugin/PagerTest.php
12023share/drupal/core/modules/views/tests/src/Functional/Plugin/StyleOpmlTest.php 12030share/drupal/core/modules/views/tests/src/Functional/Plugin/StyleOpmlTest.php
12024share/drupal/core/modules/views/tests/src/Functional/Plugin/StyleSummaryTest.php 12031share/drupal/core/modules/views/tests/src/Functional/Plugin/StyleSummaryTest.php
12025share/drupal/core/modules/views/tests/src/Functional/Plugin/StyleTableTest.php 12032share/drupal/core/modules/views/tests/src/Functional/Plugin/StyleTableTest.php
12026share/drupal/core/modules/views/tests/src/Functional/Plugin/ViewsBulkTest.php 12033share/drupal/core/modules/views/tests/src/Functional/Plugin/ViewsBulkTest.php
12027share/drupal/core/modules/views/tests/src/Functional/Plugin/ViewsFormTest.php 12034share/drupal/core/modules/views/tests/src/Functional/Plugin/ViewsFormTest.php
12028share/drupal/core/modules/views/tests/src/Functional/RenderCacheWebTest.php 12035share/drupal/core/modules/views/tests/src/Functional/RenderCacheWebTest.php
12029share/drupal/core/modules/views/tests/src/Functional/Rest/ViewJsonAnonTest.php 12036share/drupal/core/modules/views/tests/src/Functional/Rest/ViewJsonAnonTest.php
12030share/drupal/core/modules/views/tests/src/Functional/Rest/ViewJsonBasicAuthTest.php 12037share/drupal/core/modules/views/tests/src/Functional/Rest/ViewJsonBasicAuthTest.php
12031share/drupal/core/modules/views/tests/src/Functional/Rest/ViewJsonCookieTest.php 12038share/drupal/core/modules/views/tests/src/Functional/Rest/ViewJsonCookieTest.php
12032share/drupal/core/modules/views/tests/src/Functional/Rest/ViewResourceTestBase.php 12039share/drupal/core/modules/views/tests/src/Functional/Rest/ViewResourceTestBase.php
12033share/drupal/core/modules/views/tests/src/Functional/Rest/ViewXmlAnonTest.php 12040share/drupal/core/modules/views/tests/src/Functional/Rest/ViewXmlAnonTest.php
@@ -12036,26 +12043,27 @@ share/drupal/core/modules/views/tests/sr @@ -12036,26 +12043,27 @@ share/drupal/core/modules/views/tests/sr
12036share/drupal/core/modules/views/tests/src/Functional/SearchIntegrationTest.php 12043share/drupal/core/modules/views/tests/src/Functional/SearchIntegrationTest.php
12037share/drupal/core/modules/views/tests/src/Functional/SearchMultilingualTest.php 12044share/drupal/core/modules/views/tests/src/Functional/SearchMultilingualTest.php
12038share/drupal/core/modules/views/tests/src/Functional/TaxonomyGlossaryTest.php 12045share/drupal/core/modules/views/tests/src/Functional/TaxonomyGlossaryTest.php
12039share/drupal/core/modules/views/tests/src/Functional/Update/ArgumentPlaceholderUpdatePathTest.php 12046share/drupal/core/modules/views/tests/src/Functional/Update/ArgumentPlaceholderUpdatePathTest.php
12040share/drupal/core/modules/views/tests/src/Functional/Update/BooleanFilterValuesUpdateTest.php 12047share/drupal/core/modules/views/tests/src/Functional/Update/BooleanFilterValuesUpdateTest.php
12041share/drupal/core/modules/views/tests/src/Functional/Update/BulkFormUpdateTest.php 12048share/drupal/core/modules/views/tests/src/Functional/Update/BulkFormUpdateTest.php
12042share/drupal/core/modules/views/tests/src/Functional/Update/CacheabilityMetadataUpdateTest.php 12049share/drupal/core/modules/views/tests/src/Functional/Update/CacheabilityMetadataUpdateTest.php
12043share/drupal/core/modules/views/tests/src/Functional/Update/EntityLinkOutputUrlUpdateTest.php 12050share/drupal/core/modules/views/tests/src/Functional/Update/EntityLinkOutputUrlUpdateTest.php
12044share/drupal/core/modules/views/tests/src/Functional/Update/EntityViewsDataUpdateFilledTest.php 12051share/drupal/core/modules/views/tests/src/Functional/Update/EntityViewsDataUpdateFilledTest.php
12045share/drupal/core/modules/views/tests/src/Functional/Update/EntityViewsDataUpdateTest.php 12052share/drupal/core/modules/views/tests/src/Functional/Update/EntityViewsDataUpdateTest.php
12046share/drupal/core/modules/views/tests/src/Functional/Update/EntityViewsMultiValueBaseFieldDataUpdateTest.php 12053share/drupal/core/modules/views/tests/src/Functional/Update/EntityViewsMultiValueBaseFieldDataUpdateTest.php
12047share/drupal/core/modules/views/tests/src/Functional/Update/ExposedFilterBlocksUpdateTest.php 12054share/drupal/core/modules/views/tests/src/Functional/Update/ExposedFilterBlocksUpdateTest.php
12048share/drupal/core/modules/views/tests/src/Functional/Update/FieldHandlersUpdateTest.php 12055share/drupal/core/modules/views/tests/src/Functional/Update/FieldHandlersUpdateTest.php
 12056share/drupal/core/modules/views/tests/src/Functional/Update/GlossaryStatusFilterTest.php
12049share/drupal/core/modules/views/tests/src/Functional/Update/ImageStyleDependencyUpdateTest.php 12057share/drupal/core/modules/views/tests/src/Functional/Update/ImageStyleDependencyUpdateTest.php
12050share/drupal/core/modules/views/tests/src/Functional/Update/LimitOperatorsDefaultsTest.php 12058share/drupal/core/modules/views/tests/src/Functional/Update/LimitOperatorsDefaultsTest.php
12051share/drupal/core/modules/views/tests/src/Functional/Update/PlaceholderTextUpdateTest.php 12059share/drupal/core/modules/views/tests/src/Functional/Update/PlaceholderTextUpdateTest.php
12052share/drupal/core/modules/views/tests/src/Functional/Update/TableDisplayCacheMaxAgeTest.php 12060share/drupal/core/modules/views/tests/src/Functional/Update/TableDisplayCacheMaxAgeTest.php
12053share/drupal/core/modules/views/tests/src/Functional/Update/ViewCoreUpdateTest.php 12061share/drupal/core/modules/views/tests/src/Functional/Update/ViewCoreUpdateTest.php
12054share/drupal/core/modules/views/tests/src/Functional/Update/ViewsDataTableDependencyUpdateTest.php 12062share/drupal/core/modules/views/tests/src/Functional/Update/ViewsDataTableDependencyUpdateTest.php
12055share/drupal/core/modules/views/tests/src/Functional/UserBatchActionTest.php 12063share/drupal/core/modules/views/tests/src/Functional/UserBatchActionTest.php
12056share/drupal/core/modules/views/tests/src/Functional/UserPathTest.php 12064share/drupal/core/modules/views/tests/src/Functional/UserPathTest.php
12057share/drupal/core/modules/views/tests/src/Functional/ViewAjaxTest.php 12065share/drupal/core/modules/views/tests/src/Functional/ViewAjaxTest.php
12058share/drupal/core/modules/views/tests/src/Functional/ViewElementTest.php 12066share/drupal/core/modules/views/tests/src/Functional/ViewElementTest.php
12059share/drupal/core/modules/views/tests/src/Functional/ViewTestBase.php 12067share/drupal/core/modules/views/tests/src/Functional/ViewTestBase.php
12060share/drupal/core/modules/views/tests/src/Functional/ViewsEscapingTest.php 12068share/drupal/core/modules/views/tests/src/Functional/ViewsEscapingTest.php
12061share/drupal/core/modules/views/tests/src/Functional/ViewsFormMultipleTest.php 12069share/drupal/core/modules/views/tests/src/Functional/ViewsFormMultipleTest.php
@@ -13711,26 +13719,27 @@ share/drupal/core/tests/Drupal/KernelTes @@ -13711,26 +13719,27 @@ share/drupal/core/tests/Drupal/KernelTes
13711share/drupal/core/tests/Drupal/KernelTests/Core/File/ReadOnlyStreamWrapperTest.php 13719share/drupal/core/tests/Drupal/KernelTests/Core/File/ReadOnlyStreamWrapperTest.php
13712share/drupal/core/tests/Drupal/KernelTests/Core/File/RemoteFileDeleteRecursiveTest.php 13720share/drupal/core/tests/Drupal/KernelTests/Core/File/RemoteFileDeleteRecursiveTest.php
13713share/drupal/core/tests/Drupal/KernelTests/Core/File/RemoteFileDeleteTest.php 13721share/drupal/core/tests/Drupal/KernelTests/Core/File/RemoteFileDeleteTest.php
13714share/drupal/core/tests/Drupal/KernelTests/Core/File/RemoteFileDirectoryTest.php 13722share/drupal/core/tests/Drupal/KernelTests/Core/File/RemoteFileDirectoryTest.php
13715share/drupal/core/tests/Drupal/KernelTests/Core/File/RemoteFileMoveTest.php 13723share/drupal/core/tests/Drupal/KernelTests/Core/File/RemoteFileMoveTest.php
13716share/drupal/core/tests/Drupal/KernelTests/Core/File/RemoteFileSaveDataTest.php 13724share/drupal/core/tests/Drupal/KernelTests/Core/File/RemoteFileSaveDataTest.php
13717share/drupal/core/tests/Drupal/KernelTests/Core/File/RemoteFileScanDirectoryTest.php 13725share/drupal/core/tests/Drupal/KernelTests/Core/File/RemoteFileScanDirectoryTest.php
13718share/drupal/core/tests/Drupal/KernelTests/Core/File/RemoteFileUnmanagedCopyTest.php 13726share/drupal/core/tests/Drupal/KernelTests/Core/File/RemoteFileUnmanagedCopyTest.php
13719share/drupal/core/tests/Drupal/KernelTests/Core/File/ScanDirectoryTest.php 13727share/drupal/core/tests/Drupal/KernelTests/Core/File/ScanDirectoryTest.php
13720share/drupal/core/tests/Drupal/KernelTests/Core/File/StreamWrapperTest.php 13728share/drupal/core/tests/Drupal/KernelTests/Core/File/StreamWrapperTest.php
13721share/drupal/core/tests/Drupal/KernelTests/Core/File/UrlRewritingTest.php 13729share/drupal/core/tests/Drupal/KernelTests/Core/File/UrlRewritingTest.php
13722share/drupal/core/tests/Drupal/KernelTests/Core/File/UrlTransformRelativeTest.php 13730share/drupal/core/tests/Drupal/KernelTests/Core/File/UrlTransformRelativeTest.php
13723share/drupal/core/tests/Drupal/KernelTests/Core/Form/ExternalFormUrlTest.php 13731share/drupal/core/tests/Drupal/KernelTests/Core/Form/ExternalFormUrlTest.php
 13732share/drupal/core/tests/Drupal/KernelTests/Core/Form/FormActionXssTest.php
13724share/drupal/core/tests/Drupal/KernelTests/Core/Form/FormCacheTest.php 13733share/drupal/core/tests/Drupal/KernelTests/Core/Form/FormCacheTest.php
13725share/drupal/core/tests/Drupal/KernelTests/Core/Form/FormDefaultHandlersTest.php 13734share/drupal/core/tests/Drupal/KernelTests/Core/Form/FormDefaultHandlersTest.php
13726share/drupal/core/tests/Drupal/KernelTests/Core/Form/FormValidationMessageOrderTest.php 13735share/drupal/core/tests/Drupal/KernelTests/Core/Form/FormValidationMessageOrderTest.php
13727share/drupal/core/tests/Drupal/KernelTests/Core/Form/TriggeringElementProgrammedTest.php 13736share/drupal/core/tests/Drupal/KernelTests/Core/Form/TriggeringElementProgrammedTest.php
13728share/drupal/core/tests/Drupal/KernelTests/Core/Http/LinkRelationsTest.php 13737share/drupal/core/tests/Drupal/KernelTests/Core/Http/LinkRelationsTest.php
13729share/drupal/core/tests/Drupal/KernelTests/Core/HttpKernel/StackKernelIntegrationTest.php 13738share/drupal/core/tests/Drupal/KernelTests/Core/HttpKernel/StackKernelIntegrationTest.php
13730share/drupal/core/tests/Drupal/KernelTests/Core/Image/ToolkitGdTest.php 13739share/drupal/core/tests/Drupal/KernelTests/Core/Image/ToolkitGdTest.php
13731share/drupal/core/tests/Drupal/KernelTests/Core/Installer/InstallerLanguageTest.php 13740share/drupal/core/tests/Drupal/KernelTests/Core/Installer/InstallerLanguageTest.php
13732share/drupal/core/tests/Drupal/KernelTests/Core/Installer/InstallerLegacyTest.php 13741share/drupal/core/tests/Drupal/KernelTests/Core/Installer/InstallerLegacyTest.php
13733share/drupal/core/tests/Drupal/KernelTests/Core/Installer/InstallerRedirectTraitTest.php 13742share/drupal/core/tests/Drupal/KernelTests/Core/Installer/InstallerRedirectTraitTest.php
13734share/drupal/core/tests/Drupal/KernelTests/Core/KeyValueStore/DatabaseStorageExpirableTest.php 13743share/drupal/core/tests/Drupal/KernelTests/Core/KeyValueStore/DatabaseStorageExpirableTest.php
13735share/drupal/core/tests/Drupal/KernelTests/Core/KeyValueStore/DatabaseStorageTest.php 13744share/drupal/core/tests/Drupal/KernelTests/Core/KeyValueStore/DatabaseStorageTest.php
13736share/drupal/core/tests/Drupal/KernelTests/Core/KeyValueStore/GarbageCollectionTest.php 13745share/drupal/core/tests/Drupal/KernelTests/Core/KeyValueStore/GarbageCollectionTest.php
@@ -15679,34 +15688,36 @@ share/drupal/core/themes/stable/css/cked @@ -15679,34 +15688,36 @@ share/drupal/core/themes/stable/css/cked
15679share/drupal/core/themes/stable/css/ckeditor/ckeditor.css 15688share/drupal/core/themes/stable/css/ckeditor/ckeditor.css
15680share/drupal/core/themes/stable/css/ckeditor/plugins/drupalimagecaption/ckeditor.drupalimagecaption.css 15689share/drupal/core/themes/stable/css/ckeditor/plugins/drupalimagecaption/ckeditor.drupalimagecaption.css
15681share/drupal/core/themes/stable/css/ckeditor/plugins/language/ckeditor.language.css 15690share/drupal/core/themes/stable/css/ckeditor/plugins/language/ckeditor.language.css
15682share/drupal/core/themes/stable/css/color/color.admin.css 15691share/drupal/core/themes/stable/css/color/color.admin.css
15683share/drupal/core/themes/stable/css/config_translation/config_translation.admin.css 15692share/drupal/core/themes/stable/css/config_translation/config_translation.admin.css
15684share/drupal/core/themes/stable/css/content_moderation/content_moderation.module.css 15693share/drupal/core/themes/stable/css/content_moderation/content_moderation.module.css
15685share/drupal/core/themes/stable/css/content_moderation/content_moderation.theme.css 15694share/drupal/core/themes/stable/css/content_moderation/content_moderation.theme.css
15686share/drupal/core/themes/stable/css/content_translation/content_translation.admin.css 15695share/drupal/core/themes/stable/css/content_translation/content_translation.admin.css
15687share/drupal/core/themes/stable/css/contextual/contextual.icons.theme.css 15696share/drupal/core/themes/stable/css/contextual/contextual.icons.theme.css
15688share/drupal/core/themes/stable/css/contextual/contextual.module.css 15697share/drupal/core/themes/stable/css/contextual/contextual.module.css
15689share/drupal/core/themes/stable/css/contextual/contextual.theme.css 15698share/drupal/core/themes/stable/css/contextual/contextual.theme.css
15690share/drupal/core/themes/stable/css/contextual/contextual.toolbar.css 15699share/drupal/core/themes/stable/css/contextual/contextual.toolbar.css
15691share/drupal/core/themes/stable/css/core/dialog/off-canvas.base.css 15700share/drupal/core/themes/stable/css/core/dialog/off-canvas.base.css
 15701share/drupal/core/themes/stable/css/core/dialog/off-canvas.base.pcss.css
15692share/drupal/core/themes/stable/css/core/dialog/off-canvas.button.css 15702share/drupal/core/themes/stable/css/core/dialog/off-canvas.button.css
15693share/drupal/core/themes/stable/css/core/dialog/off-canvas.css 15703share/drupal/core/themes/stable/css/core/dialog/off-canvas.css
15694share/drupal/core/themes/stable/css/core/dialog/off-canvas.details.css 15704share/drupal/core/themes/stable/css/core/dialog/off-canvas.details.css
15695share/drupal/core/themes/stable/css/core/dialog/off-canvas.dropbutton.css 15705share/drupal/core/themes/stable/css/core/dialog/off-canvas.dropbutton.css
15696share/drupal/core/themes/stable/css/core/dialog/off-canvas.form.css 15706share/drupal/core/themes/stable/css/core/dialog/off-canvas.form.css
15697share/drupal/core/themes/stable/css/core/dialog/off-canvas.layout.css 15707share/drupal/core/themes/stable/css/core/dialog/off-canvas.layout.css
15698share/drupal/core/themes/stable/css/core/dialog/off-canvas.motion.css 15708share/drupal/core/themes/stable/css/core/dialog/off-canvas.motion.css
15699share/drupal/core/themes/stable/css/core/dialog/off-canvas.reset.css 15709share/drupal/core/themes/stable/css/core/dialog/off-canvas.reset.css
 15710share/drupal/core/themes/stable/css/core/dialog/off-canvas.reset.pcss.css
15700share/drupal/core/themes/stable/css/core/dialog/off-canvas.table.css 15711share/drupal/core/themes/stable/css/core/dialog/off-canvas.table.css
15701share/drupal/core/themes/stable/css/core/dialog/off-canvas.tabledrag.css 15712share/drupal/core/themes/stable/css/core/dialog/off-canvas.tabledrag.css
15702share/drupal/core/themes/stable/css/core/dialog/off-canvas.theme.css 15713share/drupal/core/themes/stable/css/core/dialog/off-canvas.theme.css
15703share/drupal/core/themes/stable/css/core/dropbutton/dropbutton.css 15714share/drupal/core/themes/stable/css/core/dropbutton/dropbutton.css
15704share/drupal/core/themes/stable/css/core/print.css 15715share/drupal/core/themes/stable/css/core/print.css
15705share/drupal/core/themes/stable/css/core/vertical-tabs.css 15716share/drupal/core/themes/stable/css/core/vertical-tabs.css
15706share/drupal/core/themes/stable/css/dblog/dblog.module.css 15717share/drupal/core/themes/stable/css/dblog/dblog.module.css
15707share/drupal/core/themes/stable/css/field_ui/field_ui.admin.css 15718share/drupal/core/themes/stable/css/field_ui/field_ui.admin.css
15708share/drupal/core/themes/stable/css/file/file.admin.css 15719share/drupal/core/themes/stable/css/file/file.admin.css
15709share/drupal/core/themes/stable/css/filter/filter.admin.css 15720share/drupal/core/themes/stable/css/filter/filter.admin.css
15710share/drupal/core/themes/stable/css/filter/filter.caption.css 15721share/drupal/core/themes/stable/css/filter/filter.caption.css
15711share/drupal/core/themes/stable/css/image/editors/image.css 15722share/drupal/core/themes/stable/css/image/editors/image.css
15712share/drupal/core/themes/stable/css/image/editors/image.theme.css 15723share/drupal/core/themes/stable/css/image/editors/image.theme.css
@@ -16141,26 +16152,27 @@ share/drupal/vendor/composer/installers/ @@ -16141,26 +16152,27 @@ share/drupal/vendor/composer/installers/
16141share/drupal/vendor/composer/installers/src/Composer/Installers/LanManagementSystemInstaller.php 16152share/drupal/vendor/composer/installers/src/Composer/Installers/LanManagementSystemInstaller.php
16142share/drupal/vendor/composer/installers/src/Composer/Installers/LaravelInstaller.php 16153share/drupal/vendor/composer/installers/src/Composer/Installers/LaravelInstaller.php
16143share/drupal/vendor/composer/installers/src/Composer/Installers/LavaLiteInstaller.php 16154share/drupal/vendor/composer/installers/src/Composer/Installers/LavaLiteInstaller.php
16144share/drupal/vendor/composer/installers/src/Composer/Installers/LithiumInstaller.php 16155share/drupal/vendor/composer/installers/src/Composer/Installers/LithiumInstaller.php
16145share/drupal/vendor/composer/installers/src/Composer/Installers/MODULEWorkInstaller.php 16156share/drupal/vendor/composer/installers/src/Composer/Installers/MODULEWorkInstaller.php
16146share/drupal/vendor/composer/installers/src/Composer/Installers/MODXEvoInstaller.php 16157share/drupal/vendor/composer/installers/src/Composer/Installers/MODXEvoInstaller.php
16147share/drupal/vendor/composer/installers/src/Composer/Installers/MagentoInstaller.php 16158share/drupal/vendor/composer/installers/src/Composer/Installers/MagentoInstaller.php
16148share/drupal/vendor/composer/installers/src/Composer/Installers/MajimaInstaller.php 16159share/drupal/vendor/composer/installers/src/Composer/Installers/MajimaInstaller.php
16149share/drupal/vendor/composer/installers/src/Composer/Installers/MakoInstaller.php 16160share/drupal/vendor/composer/installers/src/Composer/Installers/MakoInstaller.php
16150share/drupal/vendor/composer/installers/src/Composer/Installers/MantisBTInstaller.php 16161share/drupal/vendor/composer/installers/src/Composer/Installers/MantisBTInstaller.php
16151share/drupal/vendor/composer/installers/src/Composer/Installers/MauticInstaller.php 16162share/drupal/vendor/composer/installers/src/Composer/Installers/MauticInstaller.php
16152share/drupal/vendor/composer/installers/src/Composer/Installers/MayaInstaller.php 16163share/drupal/vendor/composer/installers/src/Composer/Installers/MayaInstaller.php
16153share/drupal/vendor/composer/installers/src/Composer/Installers/MediaWikiInstaller.php 16164share/drupal/vendor/composer/installers/src/Composer/Installers/MediaWikiInstaller.php
 16165share/drupal/vendor/composer/installers/src/Composer/Installers/MiaoxingInstaller.php
16154share/drupal/vendor/composer/installers/src/Composer/Installers/MicroweberInstaller.php 16166share/drupal/vendor/composer/installers/src/Composer/Installers/MicroweberInstaller.php
16155share/drupal/vendor/composer/installers/src/Composer/Installers/ModxInstaller.php 16167share/drupal/vendor/composer/installers/src/Composer/Installers/ModxInstaller.php
16156share/drupal/vendor/composer/installers/src/Composer/Installers/MoodleInstaller.php 16168share/drupal/vendor/composer/installers/src/Composer/Installers/MoodleInstaller.php
16157share/drupal/vendor/composer/installers/src/Composer/Installers/OctoberInstaller.php 16169share/drupal/vendor/composer/installers/src/Composer/Installers/OctoberInstaller.php
16158share/drupal/vendor/composer/installers/src/Composer/Installers/OntoWikiInstaller.php 16170share/drupal/vendor/composer/installers/src/Composer/Installers/OntoWikiInstaller.php
16159share/drupal/vendor/composer/installers/src/Composer/Installers/OsclassInstaller.php 16171share/drupal/vendor/composer/installers/src/Composer/Installers/OsclassInstaller.php
16160share/drupal/vendor/composer/installers/src/Composer/Installers/OxidInstaller.php 16172share/drupal/vendor/composer/installers/src/Composer/Installers/OxidInstaller.php
16161share/drupal/vendor/composer/installers/src/Composer/Installers/PPIInstaller.php 16173share/drupal/vendor/composer/installers/src/Composer/Installers/PPIInstaller.php
16162share/drupal/vendor/composer/installers/src/Composer/Installers/PhiftyInstaller.php 16174share/drupal/vendor/composer/installers/src/Composer/Installers/PhiftyInstaller.php
16163share/drupal/vendor/composer/installers/src/Composer/Installers/PhpBBInstaller.php 16175share/drupal/vendor/composer/installers/src/Composer/Installers/PhpBBInstaller.php
16164share/drupal/vendor/composer/installers/src/Composer/Installers/PimcoreInstaller.php 16176share/drupal/vendor/composer/installers/src/Composer/Installers/PimcoreInstaller.php
16165share/drupal/vendor/composer/installers/src/Composer/Installers/PiwikInstaller.php 16177share/drupal/vendor/composer/installers/src/Composer/Installers/PiwikInstaller.php
16166share/drupal/vendor/composer/installers/src/Composer/Installers/PlentymarketsInstaller.php 16178share/drupal/vendor/composer/installers/src/Composer/Installers/PlentymarketsInstaller.php
@@ -16176,32 +16188,34 @@ share/drupal/vendor/composer/installers/ @@ -16176,32 +16188,34 @@ share/drupal/vendor/composer/installers/
16176share/drupal/vendor/composer/installers/src/Composer/Installers/RedaxoInstaller.php 16188share/drupal/vendor/composer/installers/src/Composer/Installers/RedaxoInstaller.php
16177share/drupal/vendor/composer/installers/src/Composer/Installers/RoundcubeInstaller.php 16189share/drupal/vendor/composer/installers/src/Composer/Installers/RoundcubeInstaller.php
16178share/drupal/vendor/composer/installers/src/Composer/Installers/SMFInstaller.php 16190share/drupal/vendor/composer/installers/src/Composer/Installers/SMFInstaller.php
16179share/drupal/vendor/composer/installers/src/Composer/Installers/ShopwareInstaller.php 16191share/drupal/vendor/composer/installers/src/Composer/Installers/ShopwareInstaller.php
16180share/drupal/vendor/composer/installers/src/Composer/Installers/SilverStripeInstaller.php 16192share/drupal/vendor/composer/installers/src/Composer/Installers/SilverStripeInstaller.php
16181share/drupal/vendor/composer/installers/src/Composer/Installers/SiteDirectInstaller.php 16193share/drupal/vendor/composer/installers/src/Composer/Installers/SiteDirectInstaller.php
16182share/drupal/vendor/composer/installers/src/Composer/Installers/StarbugInstaller.php 16194share/drupal/vendor/composer/installers/src/Composer/Installers/StarbugInstaller.php
16183share/drupal/vendor/composer/installers/src/Composer/Installers/SyDESInstaller.php 16195share/drupal/vendor/composer/installers/src/Composer/Installers/SyDESInstaller.php
16184share/drupal/vendor/composer/installers/src/Composer/Installers/SyliusInstaller.php 16196share/drupal/vendor/composer/installers/src/Composer/Installers/SyliusInstaller.php
16185share/drupal/vendor/composer/installers/src/Composer/Installers/Symfony1Installer.php 16197share/drupal/vendor/composer/installers/src/Composer/Installers/Symfony1Installer.php
16186share/drupal/vendor/composer/installers/src/Composer/Installers/TYPO3CmsInstaller.php 16198share/drupal/vendor/composer/installers/src/Composer/Installers/TYPO3CmsInstaller.php
16187share/drupal/vendor/composer/installers/src/Composer/Installers/TYPO3FlowInstaller.php 16199share/drupal/vendor/composer/installers/src/Composer/Installers/TYPO3FlowInstaller.php
16188share/drupal/vendor/composer/installers/src/Composer/Installers/TaoInstaller.php 16200share/drupal/vendor/composer/installers/src/Composer/Installers/TaoInstaller.php
 16201share/drupal/vendor/composer/installers/src/Composer/Installers/TastyIgniterInstaller.php
16189share/drupal/vendor/composer/installers/src/Composer/Installers/TheliaInstaller.php 16202share/drupal/vendor/composer/installers/src/Composer/Installers/TheliaInstaller.php
16190share/drupal/vendor/composer/installers/src/Composer/Installers/TuskInstaller.php 16203share/drupal/vendor/composer/installers/src/Composer/Installers/TuskInstaller.php
16191share/drupal/vendor/composer/installers/src/Composer/Installers/UserFrostingInstaller.php 16204share/drupal/vendor/composer/installers/src/Composer/Installers/UserFrostingInstaller.php
16192share/drupal/vendor/composer/installers/src/Composer/Installers/VanillaInstaller.php 16205share/drupal/vendor/composer/installers/src/Composer/Installers/VanillaInstaller.php
16193share/drupal/vendor/composer/installers/src/Composer/Installers/VgmcpInstaller.php 16206share/drupal/vendor/composer/installers/src/Composer/Installers/VgmcpInstaller.php
16194share/drupal/vendor/composer/installers/src/Composer/Installers/WHMCSInstaller.php 16207share/drupal/vendor/composer/installers/src/Composer/Installers/WHMCSInstaller.php
 16208share/drupal/vendor/composer/installers/src/Composer/Installers/WinterInstaller.php
16195share/drupal/vendor/composer/installers/src/Composer/Installers/WolfCMSInstaller.php 16209share/drupal/vendor/composer/installers/src/Composer/Installers/WolfCMSInstaller.php
16196share/drupal/vendor/composer/installers/src/Composer/Installers/WordPressInstaller.php 16210share/drupal/vendor/composer/installers/src/Composer/Installers/WordPressInstaller.php
16197share/drupal/vendor/composer/installers/src/Composer/Installers/YawikInstaller.php 16211share/drupal/vendor/composer/installers/src/Composer/Installers/YawikInstaller.php
16198share/drupal/vendor/composer/installers/src/Composer/Installers/ZendInstaller.php 16212share/drupal/vendor/composer/installers/src/Composer/Installers/ZendInstaller.php
16199share/drupal/vendor/composer/installers/src/Composer/Installers/ZikulaInstaller.php 16213share/drupal/vendor/composer/installers/src/Composer/Installers/ZikulaInstaller.php
16200share/drupal/vendor/composer/installers/src/bootstrap.php 16214share/drupal/vendor/composer/installers/src/bootstrap.php
16201share/drupal/vendor/composer/semver/CHANGELOG.md 16215share/drupal/vendor/composer/semver/CHANGELOG.md
16202share/drupal/vendor/composer/semver/LICENSE 16216share/drupal/vendor/composer/semver/LICENSE
16203share/drupal/vendor/composer/semver/README.md 16217share/drupal/vendor/composer/semver/README.md
16204share/drupal/vendor/composer/semver/composer.json 16218share/drupal/vendor/composer/semver/composer.json
16205share/drupal/vendor/composer/semver/src/Comparator.php 16219share/drupal/vendor/composer/semver/src/Comparator.php
16206share/drupal/vendor/composer/semver/src/Constraint/AbstractConstraint.php 16220share/drupal/vendor/composer/semver/src/Constraint/AbstractConstraint.php
16207share/drupal/vendor/composer/semver/src/Constraint/Constraint.php 16221share/drupal/vendor/composer/semver/src/Constraint/Constraint.php

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

--- pkgsrc/www/drupal8/Attic/distinfo 2021/04/29 06:13:52 1.32
+++ pkgsrc/www/drupal8/Attic/distinfo 2021/06/02 15:46:53 1.33
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.32 2021/04/29 06:13:52 taca Exp $ 1$NetBSD: distinfo,v 1.33 2021/06/02 15:46:53 taca Exp $
2 2
3SHA1 (drupal-8.9.14.tar.gz) = fd84c4dedef8d24def7905737fb0fe2337523516 3SHA1 (drupal-8.9.16.tar.gz) = 068f81946dc96b1aa9b971470889b1f4f0cb64d4
4RMD160 (drupal-8.9.14.tar.gz) = d715f8baa67329b05611fe4b077051d1ad0ae3d1 4RMD160 (drupal-8.9.16.tar.gz) = 6dc5e261c27ba9676e6b9e872bd2822c2b911e1c
5SHA512 (drupal-8.9.14.tar.gz) = f7754700aae7eeaf7105d87d00c9656995fede2c33a7d949d783fd5e8e664c823bfe2cdff2253da994f986ea950eee840ba31a5830334e337f3cbefb2d8c2c85 5SHA512 (drupal-8.9.16.tar.gz) = 633133cf13c27f51336c3280e4e76222b8abfcab3817925420a94846dece36434d800fee5aff68874a7e53170861a4e2dcda363e62f4bd9afd62ddd0ec0fe35b
6Size (drupal-8.9.14.tar.gz) = 19805555 bytes 6Size (drupal-8.9.16.tar.gz) = 19830094 bytes