pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/drupal11
Module Name: pkgsrc
Committed By: taca
Date: Sun Dec 14 03:52:33 UTC 2025
Modified Files:
pkgsrc/www/drupal11: Makefile PLIST distinfo
Log Message:
www/drupal11: update to 11.1.9
11.1.6 (2025-04-02)
This is a patch (bugfix) release of Drupal 11 and is ready for use on
production sites.
11.1.7 (2025-05-08)
This is a patch (bugfix) release of Drupal 11 and is ready for use on
production sites.
11.1.8 (2025-06-05)
This is a patch (bugfix) release of Drupal 11 and is ready for use on
production sites.
11.1.9 (2025-11-12)
This is a security release of the Drupal 11 series.
This release fixes security vulnerabilities. Sites are urged to update
immediately after reading the notes below and the security announcements:
* Drupal core - Moderately critical - Denial of Service - SA-CORE-2025-005
* Drupal core - Moderately critical - Gadget chain - SA-CORE-2025-006
* Drupal core - Moderately critical - Defacement - SA-CORE-2025-007
* Drupal core - Moderately critical - Information disclosure -
SA-CORE-2025-008
Important update information
* SA-CORE-2025-005 removes a feature of an underlying library where request
attributes can be manipulated. It is possible that some sites are
actually relying on this feature. In this case, the behavior can be
replicated by implementing a custom stack middleware to alter the incoming
request.
* Symfony Framework released CVE-2025-64500 today. Drupal core does not
expose this vulnerability.
Drupal 11.1 has Symfony 7.2 as minimum version, which is no longer
supported by Symfony as of this month (November 2025). Since Drupal is
not affected by the Symfony security vulnerability, we are not raising the
minimum Symfony version for Drupal 11.1. Sites can update to Symfony 7.3
via Composer if needed, or update to Drupal 11.2. Sites should also aim
to update to Drupal 11.2 or higher before Drupal 11.1 reaches its
end-of-life in December.
Which release do I choose? Security coverage information
* Drupal 11.1.x will receive security coverage until December 2025 when
Drupal 11.3.0 is released and sites should plan to update to Drupal 11.2
or higher by December 2025.
* Sites on Drupal 11.2.x should update immediately to Drupal 11.2.8.
* Sites on Drupal 10.5.x should update immediately to Drupal 10.5.6.
* Sites on Drupal 10.4.x should update immediately to Drupal 10.4.9.
* Drupal 11.0.x, Drupal 10.3.x, and below are end-of-life and do not receive
security coverage.
Other changes in this release
Additional test-only fixes are included in the release:
* Issue #3539331 by dww, godotislate, nicxvan: Incorrect warning for system
requirements for APCu memory
* Issue #3539366 by dimitriskr, andypost, godotislate: Default DB
transaction isolation set to read-committed breaks
InstallerIsolationLevelExistingSettingsTest test
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/www/drupal11/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/www/drupal11/PLIST \
pkgsrc/www/drupal11/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/drupal11/Makefile
diff -u pkgsrc/www/drupal11/Makefile:1.7 pkgsrc/www/drupal11/Makefile:1.8
--- pkgsrc/www/drupal11/Makefile:1.7 Fri Dec 5 11:31:56 2025
+++ pkgsrc/www/drupal11/Makefile Sun Dec 14 03:52:33 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2025/12/05 11:31:56 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2025/12/14 03:52:33 taca Exp $
-DISTNAME= drupal-11.1.5
+DISTNAME= drupal-11.1.9
PKGNAME= ${PHP_PKG_PREFIX}-${DISTNAME}
CATEGORIES= www
MASTER_SITES= https://ftp-origin.drupal.org/files/projects/
Index: pkgsrc/www/drupal11/PLIST
diff -u pkgsrc/www/drupal11/PLIST:1.3 pkgsrc/www/drupal11/PLIST:1.4
--- pkgsrc/www/drupal11/PLIST:1.3 Thu Mar 20 01:21:21 2025
+++ pkgsrc/www/drupal11/PLIST Sun Dec 14 03:52:33 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2025/03/20 01:21:21 taca Exp $
+@comment $NetBSD: PLIST,v 1.4 2025/12/14 03:52:33 taca Exp $
share/drupal/.csslintrc
share/drupal/.editorconfig
share/drupal/.eslintignore
@@ -3151,6 +3151,7 @@ share/drupal/core/lib/Drupal/Core/Cache/
share/drupal/core/lib/Drupal/Core/Cache/CacheCollectorInterface.php
share/drupal/core/lib/Drupal/Core/Cache/CacheFactory.php
share/drupal/core/lib/Drupal/Core/Cache/CacheFactoryInterface.php
+share/drupal/core/lib/Drupal/Core/Cache/CacheOptionalInterface.php
share/drupal/core/lib/Drupal/Core/Cache/CacheRedirect.php
share/drupal/core/lib/Drupal/Core/Cache/CacheTagsChecksumInterface.php
share/drupal/core/lib/Drupal/Core/Cache/CacheTagsChecksumTrait.php
@@ -4007,9 +4008,21 @@ share/drupal/core/lib/Drupal/Core/Genera
share/drupal/core/lib/Drupal/Core/GeneratedNoLink.php
share/drupal/core/lib/Drupal/Core/GeneratedUrl.php
share/drupal/core/lib/Drupal/Core/Hook/Attribute/Hook.php
+share/drupal/core/lib/Drupal/Core/Hook/Attribute/HookAttributeInterface.php
share/drupal/core/lib/Drupal/Core/Hook/Attribute/LegacyHook.php
+share/drupal/core/lib/Drupal/Core/Hook/Attribute/LegacyModuleImplementsAlter.php
+share/drupal/core/lib/Drupal/Core/Hook/Attribute/RemoveHook.php
+share/drupal/core/lib/Drupal/Core/Hook/Attribute/ReorderHook.php
share/drupal/core/lib/Drupal/Core/Hook/Attribute/StopProceduralHookScan.php
share/drupal/core/lib/Drupal/Core/Hook/HookCollectorPass.php
+share/drupal/core/lib/Drupal/Core/Hook/Order/Order.php
+share/drupal/core/lib/Drupal/Core/Hook/Order/OrderAfter.php
+share/drupal/core/lib/Drupal/Core/Hook/Order/OrderBefore.php
+share/drupal/core/lib/Drupal/Core/Hook/Order/OrderInterface.php
+share/drupal/core/lib/Drupal/Core/Hook/Order/RelativeOrderBase.php
+share/drupal/core/lib/Drupal/Core/Hook/OrderOperation/BeforeOrAfter.php
+share/drupal/core/lib/Drupal/Core/Hook/OrderOperation/FirstOrLast.php
+share/drupal/core/lib/Drupal/Core/Hook/OrderOperation/OrderOperation.php
share/drupal/core/lib/Drupal/Core/Http/ClientFactory.php
share/drupal/core/lib/Drupal/Core/Http/Exception/CacheableAccessDeniedHttpException.php
share/drupal/core/lib/Drupal/Core/Http/Exception/CacheableBadRequestHttpException.php
@@ -6094,6 +6107,7 @@ share/drupal/core/modules/config/tests/c
share/drupal/core/modules/config/tests/config_test/config_test.install
share/drupal/core/modules/config/tests/config_test/config_test.links.action.yml
share/drupal/core/modules/config/tests/config_test/config_test.links.task.yml
+share/drupal/core/modules/config/tests/config_test/config_test.permissions.yml
share/drupal/core/modules/config/tests/config_test/config_test.routing.yml
share/drupal/core/modules/config/tests/config_test/src/ConfigActionErrorEntity/DuplicatePluralizedMethodName.php
share/drupal/core/modules/config/tests/config_test/src/ConfigActionErrorEntity/DuplicatePluralizedOtherMethodName.php
@@ -6102,6 +6116,7 @@ share/drupal/core/modules/config/tests/c
share/drupal/core/modules/config/tests/config_test/src/ConfigTestForm.php
share/drupal/core/modules/config/tests/config_test/src/ConfigTestInterface.php
share/drupal/core/modules/config/tests/config_test/src/ConfigTestListBuilder.php
+share/drupal/core/modules/config/tests/config_test/src/ConfigTestPermissions.php
share/drupal/core/modules/config/tests/config_test/src/ConfigTestStorage.php
share/drupal/core/modules/config/tests/config_test/src/ConfigValidation.php
share/drupal/core/modules/config/tests/config_test/src/Entity/ConfigQueryTest.php
@@ -9497,6 +9512,7 @@ share/drupal/core/modules/migrate/tests/
share/drupal/core/modules/migrate/tests/src/Unit/MigrateTestCase.php
share/drupal/core/modules/migrate/tests/src/Unit/MigrationPluginManagerTest.php
share/drupal/core/modules/migrate/tests/src/Unit/MigrationTest.php
+share/drupal/core/modules/migrate/tests/src/Unit/Plugin/NoSourcePluginDecoratorTest.php
share/drupal/core/modules/migrate/tests/src/Unit/Plugin/migrate/destination/CheckRequirementsTest.php
share/drupal/core/modules/migrate/tests/src/Unit/Plugin/migrate/destination/EntityContentBaseTest.php
share/drupal/core/modules/migrate/tests/src/Unit/Plugin/migrate/destination/EntityRevisionTest.php
@@ -10050,6 +10066,8 @@ share/drupal/core/modules/node/tests/mod
share/drupal/core/modules/node/tests/modules/node_block_test/src/Plugin/Block/NodeContextTestBlock.php
share/drupal/core/modules/node/tests/modules/node_display_configurable_test/node_display_configurable_test.info.yml
share/drupal/core/modules/node/tests/modules/node_display_configurable_test/src/Hook/NodeDisplayConfigurableTestHooks.php
+share/drupal/core/modules/node/tests/modules/node_no_default_author/node_no_default_author.info.yml
+share/drupal/core/modules/node/tests/modules/node_no_default_author/src/Hook/NodeNoDefaultAuthorHooks.php
share/drupal/core/modules/node/tests/modules/node_test/node_test.info.yml
share/drupal/core/modules/node/tests/modules/node_test/src/Hook/NodeTestHooks.php
share/drupal/core/modules/node/tests/modules/node_test_config/config/install/node.type.default.yml
@@ -10087,6 +10105,7 @@ share/drupal/core/modules/node/tests/nod
share/drupal/core/modules/node/tests/src/Functional/GenericTest.php
share/drupal/core/modules/node/tests/src/Functional/MultiStepNodeFormBasicOptionsTest.php
share/drupal/core/modules/node/tests/src/Functional/NodeAccessBaseTableTest.php
+share/drupal/core/modules/node/tests/src/Functional/NodeAccessCacheRedirectWarningTest.php
share/drupal/core/modules/node/tests/src/Functional/NodeAccessCacheabilityTest.php
share/drupal/core/modules/node/tests/src/Functional/NodeAccessCacheabilityWithNodeGrants.php
share/drupal/core/modules/node/tests/src/Functional/NodeAccessFieldTest.php
@@ -10114,6 +10133,7 @@ share/drupal/core/modules/node/tests/src
share/drupal/core/modules/node/tests/src/Functional/NodeQueryAlterTest.php
share/drupal/core/modules/node/tests/src/Functional/NodeRSSContentTest.php
share/drupal/core/modules/node/tests/src/Functional/NodeRevisionsAllTest.php
+share/drupal/core/modules/node/tests/src/Functional/NodeRevisionsAuthorTest.php
share/drupal/core/modules/node/tests/src/Functional/NodeRevisionsTest.php
share/drupal/core/modules/node/tests/src/Functional/NodeRevisionsUiBypassAccessTest.php
share/drupal/core/modules/node/tests/src/Functional/NodeRevisionsUiTest.php
@@ -12037,12 +12057,16 @@ share/drupal/core/modules/system/tests/m
share/drupal/core/modules/system/tests/modules/hold_test/hold_test.services.yml
share/drupal/core/modules/system/tests/modules/hold_test/src/EventSubscriber/HoldTestSubscriber.php
share/drupal/core/modules/system/tests/modules/hook_collector_hook_attribute/hook_collector_hook_attribute.info.yml
+share/drupal/core/modules/system/tests/modules/hook_collector_hook_attribute/hook_collector_hook_attribute.module
share/drupal/core/modules/system/tests/modules/hook_collector_hook_attribute/src/Hook/HookAttributeInvokeHook.php
share/drupal/core/modules/system/tests/modules/hook_collector_hook_attribute/src/Hook/HookAttributeNamedArgumentsHook.php
+share/drupal/core/modules/system/tests/modules/hook_collector_hook_attribute/src/Hook/PreprocessHook.php
share/drupal/core/modules/system/tests/modules/hook_collector_on_behalf/hook_collector_on_behalf.info.yml
share/drupal/core/modules/system/tests/modules/hook_collector_on_behalf/src/Hook/OnBehalfOfOtherModuleHook.php
share/drupal/core/modules/system/tests/modules/hook_collector_on_behalf_procedural/hook_collector_on_behalf_procedural.info.yml
share/drupal/core/modules/system/tests/modules/hook_collector_on_behalf_procedural/hook_collector_on_behalf_procedural.module
+share/drupal/core/modules/system/tests/modules/hook_collector_preprocess_no_function/hook_collector_preprocess_no_function.info.yml
+share/drupal/core/modules/system/tests/modules/hook_collector_preprocess_no_function/src/Hook/PreprocessHook.php
share/drupal/core/modules/system/tests/modules/hook_collector_skip_procedural/hook_collector_skip_procedural.info.yml
share/drupal/core/modules/system/tests/modules/hook_collector_skip_procedural/hook_collector_skip_procedural.module
share/drupal/core/modules/system/tests/modules/hook_collector_skip_procedural/hook_collector_skip_procedural.services.yml
@@ -13864,6 +13888,9 @@ share/drupal/core/modules/user/tests/mod
share/drupal/core/modules/user/tests/modules/user_auth_decorator_test/src/UserAuthDecorator.php
share/drupal/core/modules/user/tests/modules/user_auth_decorator_test/user_auth_decorator_test.info.yml
share/drupal/core/modules/user/tests/modules/user_auth_decorator_test/user_auth_decorator_test.services.yml
+share/drupal/core/modules/user/tests/modules/user_config_override_test/src/ConfigOverrider.php
+share/drupal/core/modules/user/tests/modules/user_config_override_test/user_config_override_test.info.yml
+share/drupal/core/modules/user/tests/modules/user_config_override_test/user_config_override_test.services.yml
share/drupal/core/modules/user/tests/modules/user_custom_pass_hash_params_test/user_custom_pass_hash_params_test.info.yml
share/drupal/core/modules/user/tests/modules/user_custom_pass_hash_params_test/user_custom_pass_hash_params_test.services.yml
share/drupal/core/modules/user/tests/modules/user_form_test/src/Hook/UserFormTestHooks.php
@@ -14577,6 +14604,7 @@ share/drupal/core/modules/views/tests/mo
share/drupal/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_table.yml
share/drupal/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_tag_cache.yml
share/drupal/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_taxonomy_glossary.yml
+share/drupal/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_third_party_uninstall.yml
share/drupal/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_token_view.yml
share/drupal/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_tokens.yml
share/drupal/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_ungroup_rows.yml
@@ -14664,6 +14692,8 @@ share/drupal/core/modules/views/tests/mo
share/drupal/core/modules/views/tests/modules/views_test_render_cache/views_test_render_cache.routing.yml
share/drupal/core/modules/views/tests/modules/views_test_rss/views_test_rss.info.yml
share/drupal/core/modules/views/tests/modules/views_test_rss/views_test_rss.module
+share/drupal/core/modules/views/tests/modules/views_third_party_settings_test/config/schema/views_third_party_settings_test.schema.yml
+share/drupal/core/modules/views/tests/modules/views_third_party_settings_test/views_third_party_settings_test.info.yml
share/drupal/core/modules/views/tests/src/Functional/BulkFormTest.php
share/drupal/core/modules/views/tests/src/Functional/DefaultViewsTest.php
share/drupal/core/modules/views/tests/src/Functional/Entity/BaseFieldAccessTest.php
@@ -14857,6 +14887,7 @@ share/drupal/core/modules/views/tests/sr
share/drupal/core/modules/views/tests/src/Kernel/QueryGroupByTest.php
share/drupal/core/modules/views/tests/src/Kernel/RenderCacheIntegrationTest.php
share/drupal/core/modules/views/tests/src/Kernel/TestViewsTest.php
+share/drupal/core/modules/views/tests/src/Kernel/ThirdPartyUninstallTest.php
share/drupal/core/modules/views/tests/src/Kernel/TokenReplaceTest.php
share/drupal/core/modules/views/tests/src/Kernel/ViewElementTest.php
share/drupal/core/modules/views/tests/src/Kernel/ViewExecutableTest.php
@@ -15252,6 +15283,7 @@ share/drupal/core/modules/workspaces/tes
share/drupal/core/modules/workspaces/tests/src/Functional/WorkspaceViewsBulkFormTest.php
share/drupal/core/modules/workspaces/tests/src/Functional/WorkspacesUninstallTest.php
share/drupal/core/modules/workspaces/tests/src/FunctionalJavascript/WorkspacesLayoutBuilderIntegrationTest.php
+share/drupal/core/modules/workspaces/tests/src/FunctionalJavascript/WorkspacesMediaLibraryIntegrationTest.php
share/drupal/core/modules/workspaces/tests/src/Kernel/EntityReferenceSupportedNewEntitiesConstraintValidatorTest.php
share/drupal/core/modules/workspaces/tests/src/Kernel/EntityWorkspaceConflictConstraintValidatorTest.php
share/drupal/core/modules/workspaces/tests/src/Kernel/WorkspaceAccessTest.php
@@ -17473,6 +17505,7 @@ share/drupal/core/tests/Drupal/Tests/Cor
share/drupal/core/tests/Drupal/Tests/Core/Form/SubformStateTest.php
share/drupal/core/tests/Drupal/Tests/Core/Form/fixtures/form_base_test.inc
share/drupal/core/tests/Drupal/Tests/Core/GroupIncludesTestTrait.php
+share/drupal/core/tests/Drupal/Tests/Core/Hook/HookCollectorPassPreprocessTest.php
share/drupal/core/tests/Drupal/Tests/Core/Hook/HookCollectorPassTest.php
share/drupal/core/tests/Drupal/Tests/Core/Http/CacheableExceptionTest.php
share/drupal/core/tests/Drupal/Tests/Core/Http/ClientFactoryTest.php
@@ -20840,6 +20873,7 @@ share/drupal/vendor/symfony/http-kernel/
share/drupal/vendor/symfony/http-kernel/Fragment/RoutableFragmentRenderer.php
share/drupal/vendor/symfony/http-kernel/Fragment/SsiFragmentRenderer.php
share/drupal/vendor/symfony/http-kernel/HttpCache/AbstractSurrogate.php
+share/drupal/vendor/symfony/http-kernel/HttpCache/CacheWasLockedException.php
share/drupal/vendor/symfony/http-kernel/HttpCache/Esi.php
share/drupal/vendor/symfony/http-kernel/HttpCache/HttpCache.php
share/drupal/vendor/symfony/http-kernel/HttpCache/ResponseCacheStrategy.php
Index: pkgsrc/www/drupal11/distinfo
diff -u pkgsrc/www/drupal11/distinfo:1.3 pkgsrc/www/drupal11/distinfo:1.4
--- pkgsrc/www/drupal11/distinfo:1.3 Thu Mar 20 01:21:21 2025
+++ pkgsrc/www/drupal11/distinfo Sun Dec 14 03:52:33 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2025/03/20 01:21:21 taca Exp $
+$NetBSD: distinfo,v 1.4 2025/12/14 03:52:33 taca Exp $
-BLAKE2s (drupal-11.1.5.tar.gz) = f253d554dab96eaea960807c7653a727756c3152784a7d622bae7a76594590b8
-SHA512 (drupal-11.1.5.tar.gz) = 5793df2bbe7c418ad0d945f0e1b42c2cc7432a2304efab157623a6ecf5b40e72ad7bc848a3cf17fe9496bce1dae78d537aa32d7bb5d5821c2752db5d1d771161
-Size (drupal-11.1.5.tar.gz) = 19746124 bytes
+BLAKE2s (drupal-11.1.9.tar.gz) = 4ce1f7eea6d8d7960297923b9eda1d3ecd60cf7f238afde6db335cdc9c5c3bee
+SHA512 (drupal-11.1.9.tar.gz) = d9abbc7900ca74291cf6d05345550922bab3866b09758b005f11a8e0bae0641f68cd34441936504e5b0d5eaa85f2cf58f654922339925cdb65f4bf8568beb7a4
+Size (drupal-11.1.9.tar.gz) = 19766555 bytes
Home |
Main Index |
Thread Index |
Old Index