pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/drupal8



Module Name:    pkgsrc
Committed By:   taca
Date:           Sat Sep 19 13:25:40 UTC 2020

Modified Files:
        pkgsrc/www/drupal8: Makefile PLIST distinfo

Log Message:
www/drupal8: update to 8.9.6

Update drupal8 package to 8.9.6.

Fixes these security prbolems:

        SA-CORE-2020-007: CVE-2020-13666
        SA-CORE-2020-008: CVE-2020-13667
        SA-CORE-2020-009: CVE-2020-13668
        SA-CORE-2020-010: CVE-2020-13669
        SA-CORE-2020-011: CVE-2020-13670


To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 pkgsrc/www/drupal8/Makefile
cvs rdiff -u -r1.27 -r1.28 pkgsrc/www/drupal8/PLIST
cvs rdiff -u -r1.29 -r1.30 pkgsrc/www/drupal8/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/drupal8/Makefile
diff -u pkgsrc/www/drupal8/Makefile:1.34 pkgsrc/www/drupal8/Makefile:1.35
--- pkgsrc/www/drupal8/Makefile:1.34    Sun Jun 21 16:48:44 2020
+++ pkgsrc/www/drupal8/Makefile Sat Sep 19 13:25:40 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.34 2020/06/21 16:48:44 taca Exp $
+# $NetBSD: Makefile,v 1.35 2020/09/19 13:25:40 taca Exp $
 
-DISTNAME=      drupal-8.9.1
+DISTNAME=      drupal-8.9.6
 PKGNAME=       ${PHP_PKG_PREFIX}-${DISTNAME}
 CATEGORIES=    www
 MASTER_SITES=  http://ftp.drupal.org/files/projects/

Index: pkgsrc/www/drupal8/PLIST
diff -u pkgsrc/www/drupal8/PLIST:1.27 pkgsrc/www/drupal8/PLIST:1.28
--- pkgsrc/www/drupal8/PLIST:1.27       Sun Jun 21 16:48:44 2020
+++ pkgsrc/www/drupal8/PLIST    Sat Sep 19 13:25:40 2020
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.27 2020/06/21 16:48:44 taca Exp $
+@comment $NetBSD: PLIST,v 1.28 2020/09/19 13:25:40 taca Exp $
 share/drupal/.csslintrc
 share/drupal/.editorconfig
 share/drupal/.eslintignore
@@ -1143,6 +1143,7 @@ share/drupal/core/lib/Drupal/Core/Block/
 share/drupal/core/lib/Drupal/Core/Block/BlockManager.php
 share/drupal/core/lib/Drupal/Core/Block/BlockManagerInterface.php
 share/drupal/core/lib/Drupal/Core/Block/BlockPluginInterface.php
+share/drupal/core/lib/Drupal/Core/Block/BlockPluginTrait.php
 share/drupal/core/lib/Drupal/Core/Block/MainContentBlockPluginInterface.php
 share/drupal/core/lib/Drupal/Core/Block/MessagesBlockPluginInterface.php
 share/drupal/core/lib/Drupal/Core/Block/Plugin/Block/Broken.php
@@ -3676,6 +3677,9 @@ share/drupal/core/modules/comment/src/Te
 share/drupal/core/modules/comment/templates/comment.html.twig
 share/drupal/core/modules/comment/templates/field--comment.html.twig
 share/drupal/core/modules/comment/tests/fixtures/update/drupal-8.empty-comment-fields.3052147.php
+share/drupal/core/modules/comment/tests/modules/comment_base_field_test/comment_base_field_test.info.yml
+share/drupal/core/modules/comment/tests/modules/comment_base_field_test/config/install/comment.type.test_comment_type.yml
+share/drupal/core/modules/comment/tests/modules/comment_base_field_test/src/Entity/CommentTestBaseField.php
 share/drupal/core/modules/comment/tests/modules/comment_empty_title_test/comment_empty_title_test.info.yml
 share/drupal/core/modules/comment/tests/modules/comment_empty_title_test/comment_empty_title_test.module
 share/drupal/core/modules/comment/tests/modules/comment_test/comment_test.info.yml
@@ -3684,6 +3688,7 @@ share/drupal/core/modules/comment/tests/
 share/drupal/core/modules/comment/tests/modules/comment_test/src/Controller/CommentTestController.php
 share/drupal/core/modules/comment/tests/modules/comment_test_views/comment_test_views.info.yml
 share/drupal/core/modules/comment/tests/modules/comment_test_views/test_views/views.view.test_comment.yml
+share/drupal/core/modules/comment/tests/modules/comment_test_views/test_views/views.view.test_comment_count.yml
 share/drupal/core/modules/comment/tests/modules/comment_test_views/test_views/views.view.test_comment_field_name.yml
 share/drupal/core/modules/comment/tests/modules/comment_test_views/test_views/views.view.test_comment_operations.yml
 share/drupal/core/modules/comment/tests/modules/comment_test_views/test_views/views.view.test_comment_rest.yml
@@ -3756,6 +3761,7 @@ share/drupal/core/modules/comment/tests/
 share/drupal/core/modules/comment/tests/src/Functional/Views/NodeCommentsTest.php
 share/drupal/core/modules/comment/tests/src/Functional/Views/RowRssTest.php
 share/drupal/core/modules/comment/tests/src/Functional/Views/WizardTest.php
+share/drupal/core/modules/comment/tests/src/Kernel/CommentBaseFieldTest.php
 share/drupal/core/modules/comment/tests/src/Kernel/CommentBundlesTest.php
 share/drupal/core/modules/comment/tests/src/Kernel/CommentDefaultFormatterCacheTagsTest.php
 share/drupal/core/modules/comment/tests/src/Kernel/CommentFieldAccessTest.php
@@ -4223,8 +4229,10 @@ share/drupal/core/modules/content_modera
 share/drupal/core/modules/content_moderation/tests/modules/content_moderation_test_views/config/install/views.view.latest.yml
 share/drupal/core/modules/content_moderation/tests/modules/content_moderation_test_views/config/install/views.view.test_content_moderation_base_table_test.yml
 share/drupal/core/modules/content_moderation/tests/modules/content_moderation_test_views/config/install/views.view.test_content_moderation_field_state_test.yml
+share/drupal/core/modules/content_moderation/tests/modules/content_moderation_test_views/config/install/views.view.test_content_moderation_filter_via_relationship.yml
 share/drupal/core/modules/content_moderation/tests/modules/content_moderation_test_views/config/install/views.view.test_content_moderation_revision_test.yml
 share/drupal/core/modules/content_moderation/tests/modules/content_moderation_test_views/config/install/views.view.test_content_moderation_state_filter_base_table.yml
+share/drupal/core/modules/content_moderation/tests/modules/content_moderation_test_views/config/install/views.view.test_content_moderation_state_filter_base_table_filter_group_or.yml
 share/drupal/core/modules/content_moderation/tests/modules/content_moderation_test_views/config/install/views.view.test_content_moderation_state_filter_base_table_filter_on_revision.yml
 share/drupal/core/modules/content_moderation/tests/modules/content_moderation_test_views/config/install/views.view.test_content_moderation_state_filter_entity_test.yml
 share/drupal/core/modules/content_moderation/tests/modules/content_moderation_test_views/config/install/views.view.test_content_moderation_state_filter_revision_table.yml
@@ -5727,6 +5735,7 @@ share/drupal/core/modules/image/tests/mo
 share/drupal/core/modules/image/tests/modules/image_module_test/image_module_test.info.yml
 share/drupal/core/modules/image/tests/modules/image_module_test/image_module_test.module
 share/drupal/core/modules/image/tests/modules/image_module_test/src/Plugin/Field/FieldFormatter/DummyAjaxFormatter.php
+share/drupal/core/modules/image/tests/modules/image_module_test/src/Plugin/Field/FieldFormatter/DummyImageFormatter.php
 share/drupal/core/modules/image/tests/modules/image_module_test/src/Plugin/Field/FieldType/DummyAjaxItem.php
 share/drupal/core/modules/image/tests/modules/image_module_test/src/Plugin/Field/FieldWidget/DummyAjaxWidget.php
 share/drupal/core/modules/image/tests/modules/image_module_test/src/Plugin/ImageEffect/AjaxTestImageEffect.php
@@ -7040,6 +7049,7 @@ share/drupal/core/modules/menu_link_cont
 share/drupal/core/modules/menu_link_content/tests/src/Kernel/Plugin/migrate/process/LinkUriTest.php
 share/drupal/core/modules/menu_link_content/tests/src/Kernel/Plugin/migrate/source/MenuLinkTest.php
 share/drupal/core/modules/menu_link_content/tests/src/Kernel/Plugin/migrate/source/d6/MenuLinkTranslationTest.php
+share/drupal/core/modules/menu_link_content/tests/src/Unit/MenuLinkContentEntityAccessTest.php
 share/drupal/core/modules/menu_link_content/tests/src/Unit/MenuLinkPluginTest.php
 share/drupal/core/modules/menu_ui/config/install/menu_ui.settings.yml
 share/drupal/core/modules/menu_ui/config/schema/menu_ui.schema.yml
@@ -8161,6 +8171,7 @@ share/drupal/core/modules/rdf/tests/src/
 share/drupal/core/modules/rdf/tests/src/Kernel/Field/TextFieldRdfaTest.php
 share/drupal/core/modules/rdf/tests/src/Kernel/Migrate/d7/MigrateRdfMappingTest.php
 share/drupal/core/modules/rdf/tests/src/Kernel/Plugin/migrate/source/d7/RdfMappingTest.php
+share/drupal/core/modules/rdf/tests/src/Kernel/RdfCommentStorageLoadTest.php
 share/drupal/core/modules/rdf/tests/src/Kernel/RdfaAttributesTest.php
 share/drupal/core/modules/rdf/tests/src/Traits/EasyRdf_ParsedUri.php
 share/drupal/core/modules/rdf/tests/src/Traits/RdfParsingTrait.php
@@ -9424,6 +9435,7 @@ share/drupal/core/modules/system/tests/m
 share/drupal/core/modules/system/tests/modules/entity_test/src/Entity/EntityTestConstraints.php
 share/drupal/core/modules/system/tests/modules/entity_test/src/Entity/EntityTestDefaultAccess.php
 share/drupal/core/modules/system/tests/modules/entity_test/src/Entity/EntityTestDefaultValue.php
+share/drupal/core/modules/system/tests/modules/entity_test/src/Entity/EntityTestExternal.php
 share/drupal/core/modules/system/tests/modules/entity_test/src/Entity/EntityTestFieldMethods.php
 share/drupal/core/modules/system/tests/modules/entity_test/src/Entity/EntityTestFieldOverride.php
 share/drupal/core/modules/system/tests/modules/entity_test/src/Entity/EntityTestLabel.php
@@ -9763,6 +9775,7 @@ share/drupal/core/modules/system/tests/m
 share/drupal/core/modules/system/tests/modules/menu_test/src/TestControllers.php
 share/drupal/core/modules/system/tests/modules/menu_test/src/Theme/TestThemeNegotiator.php
 share/drupal/core/modules/system/tests/modules/module_autoload_test/module_autoload_test.info.yml
+share/drupal/core/modules/system/tests/modules/module_autoload_test/module_autoload_test.module
 share/drupal/core/modules/system/tests/modules/module_autoload_test/src/SomeClass.php
 share/drupal/core/modules/system/tests/modules/module_cachebin/module_cachebin.info.yml
 share/drupal/core/modules/system/tests/modules/module_cachebin/module_cachebin.services.yml
@@ -9798,6 +9811,7 @@ share/drupal/core/modules/system/tests/m
 share/drupal/core/modules/system/tests/modules/new_dependency_test/src/InjectedService.php
 share/drupal/core/modules/system/tests/modules/new_dependency_test/src/Service.php
 share/drupal/core/modules/system/tests/modules/new_dependency_test/src/ServiceWithDependency.php
+share/drupal/core/modules/system/tests/modules/new_dependency_test/src/SetterInjection.php
 share/drupal/core/modules/system/tests/modules/new_dependency_test_with_service/new_dependency_test_with_service.info.yml
 share/drupal/core/modules/system/tests/modules/new_dependency_test_with_service/new_dependency_test_with_service.services.yml
 share/drupal/core/modules/system/tests/modules/new_dependency_test_with_service/src/NewService.php
@@ -10880,6 +10894,7 @@ share/drupal/core/modules/tracker/src/Te
 share/drupal/core/modules/tracker/tests/modules/tracker_test_views/test_views/views.view.test_tracker_user_uid.yml
 share/drupal/core/modules/tracker/tests/modules/tracker_test_views/tracker_test_views.info.yml
 share/drupal/core/modules/tracker/tests/src/Functional/TrackerNodeAccessTest.php
+share/drupal/core/modules/tracker/tests/src/Functional/TrackerRecentContentLinkTest.php
 share/drupal/core/modules/tracker/tests/src/Functional/TrackerTest.php
 share/drupal/core/modules/tracker/tests/src/Functional/Views/TrackerTestBase.php
 share/drupal/core/modules/tracker/tests/src/Kernel/Migrate/d7/MigrateTrackerNodeTest.php
@@ -11725,10 +11740,14 @@ share/drupal/core/modules/views/tests/mo
 share/drupal/core/modules/views/tests/modules/user_batch_action_test/config/schema/user_batch_action_test.schema.yml
 share/drupal/core/modules/views/tests/modules/user_batch_action_test/src/Plugin/Action/BatchUserAction.php
 share/drupal/core/modules/views/tests/modules/user_batch_action_test/user_batch_action_test.info.yml
+share/drupal/core/modules/views/tests/modules/views_config_entity_test/config/schema/views_config_entity_test.schema.yml
+share/drupal/core/modules/views/tests/modules/views_config_entity_test/src/Entity/ViewsConfigEntityTest.php
+share/drupal/core/modules/views/tests/modules/views_config_entity_test/src/ViewsConfigEntityTestViewsData.php
+share/drupal/core/modules/views/tests/modules/views_config_entity_test/views_config_entity_test.info.yml
 share/drupal/core/modules/views/tests/modules/views_entity_test/views_entity_test.info.yml
 share/drupal/core/modules/views/tests/modules/views_entity_test/views_entity_test.module
 share/drupal/core/modules/views/tests/modules/views_test_cacheable_metadata_calculation/config/install/views.view.test_cacheable_metadata_calculation.yml
-share/drupal/core/modules/views/tests/modules/views_test_cacheable_metadata_calculation/src/Plugin/views/access/CachableMetadataCalculationTest.php
+share/drupal/core/modules/views/tests/modules/views_test_cacheable_metadata_calculation/src/Plugin/views/access/CacheableMetadataCalculationTest.php
 share/drupal/core/modules/views/tests/modules/views_test_cacheable_metadata_calculation/views_test_cacheable_metadata_calculation.info.yml
 share/drupal/core/modules/views/tests/modules/views_test_config/config/schema/views_test_config.views.schema.yml
 share/drupal/core/modules/views/tests/modules/views_test_config/test_views/views.view.base_and_revision.yml
@@ -12050,7 +12069,7 @@ share/drupal/core/modules/views/tests/sr
 share/drupal/core/modules/views/tests/src/FunctionalJavascript/Plugin/views/Handler/FieldTest.php
 share/drupal/core/modules/views/tests/src/FunctionalJavascript/Plugin/views/Handler/GroupedExposedFilterTest.php
 share/drupal/core/modules/views/tests/src/Kernel/BasicTest.php
-share/drupal/core/modules/views/tests/src/Kernel/CachableMetadataCalculationTest.php
+share/drupal/core/modules/views/tests/src/Kernel/CacheableMetadataCalculationTest.php
 share/drupal/core/modules/views/tests/src/Kernel/Entity/EntityViewsWithMultivalueBasefieldTest.php
 share/drupal/core/modules/views/tests/src/Kernel/Entity/FilterEntityBundleTest.php
 share/drupal/core/modules/views/tests/src/Kernel/Entity/LatestRevisionFilterTest.php
@@ -12168,6 +12187,7 @@ share/drupal/core/modules/views/tests/sr
 share/drupal/core/modules/views/tests/src/Unit/Plugin/field/CounterTest.php
 share/drupal/core/modules/views/tests/src/Unit/Plugin/field/FieldPluginBaseTest.php
 share/drupal/core/modules/views/tests/src/Unit/Plugin/field/FieldTest.php
+share/drupal/core/modules/views/tests/src/Unit/Plugin/filter/InOperatorTest.php
 share/drupal/core/modules/views/tests/src/Unit/Plugin/pager/PagerPluginBaseTest.php
 share/drupal/core/modules/views/tests/src/Unit/Plugin/query/SqlTest.php
 share/drupal/core/modules/views/tests/src/Unit/Plugin/views/display/BlockTest.php
@@ -13559,6 +13579,7 @@ share/drupal/core/tests/Drupal/KernelTes
 share/drupal/core/tests/Drupal/KernelTests/Core/Database/RangeQueryTest.php
 share/drupal/core/tests/Drupal/KernelTests/Core/Database/RegressionTest.php
 share/drupal/core/tests/Drupal/KernelTests/Core/Database/ReplicaKillSwitchTest.php
+share/drupal/core/tests/Drupal/KernelTests/Core/Database/ReservedWordTest.php
 share/drupal/core/tests/Drupal/KernelTests/Core/Database/SchemaLegacyTest.php
 share/drupal/core/tests/Drupal/KernelTests/Core/Database/SchemaTest.php
 share/drupal/core/tests/Drupal/KernelTests/Core/Database/SelectCloneTest.php
@@ -14138,6 +14159,7 @@ share/drupal/core/tests/Drupal/Tests/Cor
 share/drupal/core/tests/Drupal/Tests/Core/Asset/library_test_files/css_weights.libraries.yml
 share/drupal/core/tests/Drupal/Tests/Core/Asset/library_test_files/data_types.libraries.yml
 share/drupal/core/tests/Drupal/Tests/Core/Asset/library_test_files/dependencies.libraries.yml
+share/drupal/core/tests/Drupal/Tests/Core/Asset/library_test_files/empty.libraries.yml
 share/drupal/core/tests/Drupal/Tests/Core/Asset/library_test_files/example_contrib_module.libraries.yml
 share/drupal/core/tests/Drupal/Tests/Core/Asset/library_test_files/example_module.libraries.yml
 share/drupal/core/tests/Drupal/Tests/Core/Asset/library_test_files/example_module_missing_information.libraries.yml

Index: pkgsrc/www/drupal8/distinfo
diff -u pkgsrc/www/drupal8/distinfo:1.29 pkgsrc/www/drupal8/distinfo:1.30
--- pkgsrc/www/drupal8/distinfo:1.29    Sun Jun 21 16:48:44 2020
+++ pkgsrc/www/drupal8/distinfo Sat Sep 19 13:25:40 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.29 2020/06/21 16:48:44 taca Exp $
+$NetBSD: distinfo,v 1.30 2020/09/19 13:25:40 taca Exp $
 
-SHA1 (drupal-8.9.1.tar.gz) = ac894ab06b98798b75136d04b5828b57dced5ff3
-RMD160 (drupal-8.9.1.tar.gz) = 70280d53d1cd4003832d8a87d9118a46aaa8fd96
-SHA512 (drupal-8.9.1.tar.gz) = db518cc180508023025c2f7b898f85c4728712bafaa048fe1783aa471d0c38f24f27e62175a8cea314c330b0a147509d8285ee6f0838d990ae3c76aab83d081f
-Size (drupal-8.9.1.tar.gz) = 19776948 bytes
+SHA1 (drupal-8.9.6.tar.gz) = e2a135ece04e106ec925aed5e717ae9476b9773c
+RMD160 (drupal-8.9.6.tar.gz) = adbb7f2bc728b76d73dfb79f1dbe588f1289c298
+SHA512 (drupal-8.9.6.tar.gz) = 3938cca2736eb2a0fa5c2b12c0d8543f54d0480bbb42b51283f694aa67e7785b94e6d3b2bbeadfd304e9fc429c57b73c12243b178813b658537c42c1303c0d81
+Size (drupal-8.9.6.tar.gz) = 19789145 bytes



Home | Main Index | Thread Index | Old Index