www/drupal11: Update to 11.1.5

This commit is contained in:
Wen Heping 2025-03-20 07:37:28 +00:00
parent 18c8277184
commit 660df0acdc
3 changed files with 8 additions and 6 deletions

View file

@ -1,5 +1,5 @@
PORTNAME= drupal11 PORTNAME= drupal11
PORTVERSION= 11.1.3 PORTVERSION= 11.1.5
CATEGORIES= www CATEGORIES= www
MASTER_SITES= http://ftp.drupal.org/files/projects/ MASTER_SITES= http://ftp.drupal.org/files/projects/
DISTNAME= drupal-${PORTVERSION} DISTNAME= drupal-${PORTVERSION}

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1740451153 TIMESTAMP = 1742455106
SHA256 (drupal/drupal-11.1.3.tar.gz) = 4403234aac1f8a272cc3f16c977e4c7caeebb46bbedadb70ac28aa036e591667 SHA256 (drupal/drupal-11.1.5.tar.gz) = 6dfc33fb87e1e3f5c607d6fd98315a13f9a69b5d79ec217a9941555f57004961
SIZE (drupal/drupal-11.1.3.tar.gz) = 19745510 SIZE (drupal/drupal-11.1.5.tar.gz) = 19746124

View file

@ -3770,7 +3770,6 @@
%%WWWDIR%%/core/lib/Drupal/Core/EventSubscriber/ResponseGeneratorSubscriber.php %%WWWDIR%%/core/lib/Drupal/Core/EventSubscriber/ResponseGeneratorSubscriber.php
%%WWWDIR%%/core/lib/Drupal/Core/EventSubscriber/RouteAccessResponseSubscriber.php %%WWWDIR%%/core/lib/Drupal/Core/EventSubscriber/RouteAccessResponseSubscriber.php
%%WWWDIR%%/core/lib/Drupal/Core/EventSubscriber/RouteMethodSubscriber.php %%WWWDIR%%/core/lib/Drupal/Core/EventSubscriber/RouteMethodSubscriber.php
%%WWWDIR%%/core/lib/Drupal/Core/EventSubscriber/RssResponseCdata.php
%%WWWDIR%%/core/lib/Drupal/Core/EventSubscriber/RssResponseRelativeUrlFilter.php %%WWWDIR%%/core/lib/Drupal/Core/EventSubscriber/RssResponseRelativeUrlFilter.php
%%WWWDIR%%/core/lib/Drupal/Core/EventSubscriber/SpecialAttributesRouteSubscriber.php %%WWWDIR%%/core/lib/Drupal/Core/EventSubscriber/SpecialAttributesRouteSubscriber.php
%%WWWDIR%%/core/lib/Drupal/Core/Executable/ExecutableException.php %%WWWDIR%%/core/lib/Drupal/Core/Executable/ExecutableException.php
@ -8614,6 +8613,7 @@
%%WWWDIR%%/core/modules/link/link.libraries.yml %%WWWDIR%%/core/modules/link/link.libraries.yml
%%WWWDIR%%/core/modules/link/link.module %%WWWDIR%%/core/modules/link/link.module
%%WWWDIR%%/core/modules/link/migrations/state/link.migrate_drupal.yml %%WWWDIR%%/core/modules/link/migrations/state/link.migrate_drupal.yml
%%WWWDIR%%/core/modules/link/src/AttributeXss.php
%%WWWDIR%%/core/modules/link/src/Hook/LinkHooks.php %%WWWDIR%%/core/modules/link/src/Hook/LinkHooks.php
%%WWWDIR%%/core/modules/link/src/LinkItemInterface.php %%WWWDIR%%/core/modules/link/src/LinkItemInterface.php
%%WWWDIR%%/core/modules/link/src/Plugin/Field/FieldFormatter/LinkFormatter.php %%WWWDIR%%/core/modules/link/src/Plugin/Field/FieldFormatter/LinkFormatter.php
@ -12032,6 +12032,9 @@
%%WWWDIR%%/core/modules/system/tests/modules/hold_test/hold_test.module %%WWWDIR%%/core/modules/system/tests/modules/hold_test/hold_test.module
%%WWWDIR%%/core/modules/system/tests/modules/hold_test/hold_test.services.yml %%WWWDIR%%/core/modules/system/tests/modules/hold_test/hold_test.services.yml
%%WWWDIR%%/core/modules/system/tests/modules/hold_test/src/EventSubscriber/HoldTestSubscriber.php %%WWWDIR%%/core/modules/system/tests/modules/hold_test/src/EventSubscriber/HoldTestSubscriber.php
%%WWWDIR%%/core/modules/system/tests/modules/hook_collector_hook_attribute/hook_collector_hook_attribute.info.yml
%%WWWDIR%%/core/modules/system/tests/modules/hook_collector_hook_attribute/src/Hook/HookAttributeInvokeHook.php
%%WWWDIR%%/core/modules/system/tests/modules/hook_collector_hook_attribute/src/Hook/HookAttributeNamedArgumentsHook.php
%%WWWDIR%%/core/modules/system/tests/modules/hook_collector_on_behalf/hook_collector_on_behalf.info.yml %%WWWDIR%%/core/modules/system/tests/modules/hook_collector_on_behalf/hook_collector_on_behalf.info.yml
%%WWWDIR%%/core/modules/system/tests/modules/hook_collector_on_behalf/src/Hook/OnBehalfOfOtherModuleHook.php %%WWWDIR%%/core/modules/system/tests/modules/hook_collector_on_behalf/src/Hook/OnBehalfOfOtherModuleHook.php
%%WWWDIR%%/core/modules/system/tests/modules/hook_collector_on_behalf_procedural/hook_collector_on_behalf_procedural.info.yml %%WWWDIR%%/core/modules/system/tests/modules/hook_collector_on_behalf_procedural/hook_collector_on_behalf_procedural.info.yml
@ -17401,7 +17404,6 @@
%%WWWDIR%%/core/tests/Drupal/Tests/Core/EventSubscriber/PathRootsSubscriberTest.php %%WWWDIR%%/core/tests/Drupal/Tests/Core/EventSubscriber/PathRootsSubscriberTest.php
%%WWWDIR%%/core/tests/Drupal/Tests/Core/EventSubscriber/PsrResponseSubscriberTest.php %%WWWDIR%%/core/tests/Drupal/Tests/Core/EventSubscriber/PsrResponseSubscriberTest.php
%%WWWDIR%%/core/tests/Drupal/Tests/Core/EventSubscriber/RedirectResponseSubscriberTest.php %%WWWDIR%%/core/tests/Drupal/Tests/Core/EventSubscriber/RedirectResponseSubscriberTest.php
%%WWWDIR%%/core/tests/Drupal/Tests/Core/EventSubscriber/RssResponseCdataTest.php
%%WWWDIR%%/core/tests/Drupal/Tests/Core/EventSubscriber/RssResponseRelativeUrlFilterTest.php %%WWWDIR%%/core/tests/Drupal/Tests/Core/EventSubscriber/RssResponseRelativeUrlFilterTest.php
%%WWWDIR%%/core/tests/Drupal/Tests/Core/EventSubscriber/SpecialAttributesRouteSubscriberTest.php %%WWWDIR%%/core/tests/Drupal/Tests/Core/EventSubscriber/SpecialAttributesRouteSubscriberTest.php
%%WWWDIR%%/core/tests/Drupal/Tests/Core/Extension/DatabaseDriverListTest.php %%WWWDIR%%/core/tests/Drupal/Tests/Core/Extension/DatabaseDriverListTest.php