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:           Thu Mar 20 01:21:21 UTC 2025

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

Log Message:
www/drupal11: update to 11.1.5

Drupal 11.1.5 contains security fix: https://www.drupal.org/sa-core-2025-004

11.1.4 (2025-03-05)

* Issue #3508733 by gábor hojtsy, griffynh: Add griffynh as provisional core
  team facilitator

* Issue #3498326 by rinku jacob 13, rkoller, smustgrave, ckrina: Focus
  outline has a too low color contrast and uses a different green than Claro

* Issue #3487014 by liam morland, nod_, smustgrave, quietone: Fix
  documentation for optional params in MessengerInterface

* Issue #3493858 by vidorado, xavier.masson, smustgrave: Extend
  ViewsBlockBase to merge cache metadata from display handler

* Issue #3496485 by annmarysruthy, wombatbuddy, thejimbirch, smustgrave:
  example recipe.yml has incorrect comment above "actions" section

* Issue #3490948 by rowrowrowrow, bbrala: Change hardcoded entity key 'uid'
  to getKey in ResourceTestBase

* Issue #3508028 by markconroy: Offer to become maintainer of Stable9

* Merged 11.1.3.

* Issue #3499275 by acbramley: Remove --quiet from updatedb in Validatable
  config job

* Issue #3501237 by nikolay shapovalov, nicxvan: Improve HookCollectorPass
  test

* Issue #3056698 by mondrake, quietone: Sqlite
  Connection::createConnectionOptionsFromUrl should not convert relative
  paths to full

* Issue #3497758 by nicxvan, oily, alexpott, cilefen, catch, longwave,
  wlofgren, dries, wim leers, smustgrave: Regression: RssResponseCdata
  filtering out common HTML tags from RSS feeds

* Issue #3469116 by prashant.c, pameeela, kostask, shalini_jha,
  sagarmohite0031, benjifisher, mrdalesmith, smustgrave,
  kristiaanvandeneynde, quietone, b_sharpe, nod_: Logout confirmation form
  shows inappropriate confirmation description

* Issue #3504265 by finnsky, ksenzee, smustgrave: Yarn watch task broken

* Issue #3096570 by recrit, raman.b, ameymudras, ranjith_kumar_k_u, Oscaner,
  smustgrave, peterwcm, pameeela: Redirect correct language page after node
  save

* Issue #2927338 by berdir, anmolgoyal74, swatichouhan012, smustgrave,
  alexpott, gábor hojtsy: Ensure config entity langcode property does not
  change when installing, adding or editing a language

* Issue #3503190 by phenaproxima, thejimbirch: Allow recipes to contain an
  "extra" property with arbitrary information for specific modules to use

11.1.5 (2025-03-19)

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

    Drupal core - Moderately critical - Cross-Site Scripting - SA-CORE-2025-004

No other fixes are included.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/www/drupal11/Makefile
cvs rdiff -u -r1.2 -r1.3 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.5 pkgsrc/www/drupal11/Makefile:1.6
--- pkgsrc/www/drupal11/Makefile:1.5    Sat Feb 22 16:13:00 2025
+++ pkgsrc/www/drupal11/Makefile        Thu Mar 20 01:21:21 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2025/02/22 16:13:00 taca Exp $
+# $NetBSD: Makefile,v 1.6 2025/03/20 01:21:21 taca Exp $
 
-DISTNAME=      drupal-11.1.3
+DISTNAME=      drupal-11.1.5
 PKGNAME=       ${PHP_PKG_PREFIX}-${DISTNAME}
 CATEGORIES=    www
 MASTER_SITES=  https://ftp-origin.drupal.org/files/projects/
@@ -40,7 +40,7 @@ CONF_FILES_PERMS+=    share/examples/drupal
                        ${DRUPAL}/sites/default/settings.php \
                        ${WWW_USER} ${WWW_GROUP} 0640
 
-REPLACE_PHP+=  core/scripts/drupal.sh core/scripts/password-hash.sh
+REPLACE_PHP+=  core/scripts/drupal core/scripts/password-hash.sh
 REPLACE_PHP+=  core/scripts/rebuild_token_calculator.sh
 REPLACE_PHP+=  core/scripts/update-countries.sh
 REPLACE_PHP+=  vendor/bin/var-dump-server

Index: pkgsrc/www/drupal11/PLIST
diff -u pkgsrc/www/drupal11/PLIST:1.2 pkgsrc/www/drupal11/PLIST:1.3
--- pkgsrc/www/drupal11/PLIST:1.2       Sat Feb 22 16:13:00 2025
+++ pkgsrc/www/drupal11/PLIST   Thu Mar 20 01:21:21 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2025/02/22 16:13:00 taca Exp $
+@comment $NetBSD: PLIST,v 1.3 2025/03/20 01:21:21 taca Exp $
 share/drupal/.csslintrc
 share/drupal/.editorconfig
 share/drupal/.eslintignore
@@ -3771,7 +3771,6 @@ share/drupal/core/lib/Drupal/Core/EventS
 share/drupal/core/lib/Drupal/Core/EventSubscriber/ResponseGeneratorSubscriber.php
 share/drupal/core/lib/Drupal/Core/EventSubscriber/RouteAccessResponseSubscriber.php
 share/drupal/core/lib/Drupal/Core/EventSubscriber/RouteMethodSubscriber.php
-share/drupal/core/lib/Drupal/Core/EventSubscriber/RssResponseCdata.php
 share/drupal/core/lib/Drupal/Core/EventSubscriber/RssResponseRelativeUrlFilter.php
 share/drupal/core/lib/Drupal/Core/EventSubscriber/SpecialAttributesRouteSubscriber.php
 share/drupal/core/lib/Drupal/Core/Executable/ExecutableException.php
@@ -8615,6 +8614,7 @@ share/drupal/core/modules/link/link.info
 share/drupal/core/modules/link/link.libraries.yml
 share/drupal/core/modules/link/link.module
 share/drupal/core/modules/link/migrations/state/link.migrate_drupal.yml
+share/drupal/core/modules/link/src/AttributeXss.php
 share/drupal/core/modules/link/src/Hook/LinkHooks.php
 share/drupal/core/modules/link/src/LinkItemInterface.php
 share/drupal/core/modules/link/src/Plugin/Field/FieldFormatter/LinkFormatter.php
@@ -12036,6 +12036,9 @@ share/drupal/core/modules/system/tests/m
 share/drupal/core/modules/system/tests/modules/hold_test/hold_test.module
 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/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_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
@@ -17408,7 +17411,6 @@ share/drupal/core/tests/Drupal/Tests/Cor
 share/drupal/core/tests/Drupal/Tests/Core/EventSubscriber/PathRootsSubscriberTest.php
 share/drupal/core/tests/Drupal/Tests/Core/EventSubscriber/PsrResponseSubscriberTest.php
 share/drupal/core/tests/Drupal/Tests/Core/EventSubscriber/RedirectResponseSubscriberTest.php
-share/drupal/core/tests/Drupal/Tests/Core/EventSubscriber/RssResponseCdataTest.php
 share/drupal/core/tests/Drupal/Tests/Core/EventSubscriber/RssResponseRelativeUrlFilterTest.php
 share/drupal/core/tests/Drupal/Tests/Core/EventSubscriber/SpecialAttributesRouteSubscriberTest.php
 share/drupal/core/tests/Drupal/Tests/Core/Extension/DatabaseDriverListTest.php
Index: pkgsrc/www/drupal11/distinfo
diff -u pkgsrc/www/drupal11/distinfo:1.2 pkgsrc/www/drupal11/distinfo:1.3
--- pkgsrc/www/drupal11/distinfo:1.2    Sat Feb 22 16:13:00 2025
+++ pkgsrc/www/drupal11/distinfo        Thu Mar 20 01:21:21 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2025/02/22 16:13:00 taca Exp $
+$NetBSD: distinfo,v 1.3 2025/03/20 01:21:21 taca Exp $
 
-BLAKE2s (drupal-11.1.3.tar.gz) = bd686339dc00244504ca9c492695341a73e8224e3c034756ae3c9f8edcf6694c
-SHA512 (drupal-11.1.3.tar.gz) = 4911f9d53f49f9c55dabc3509475e9cb392c23bd885d133827e9024202363bb71a6f01efdbce782173ec410b9834c7266385ce700504ff3fd49457df61c9023c
-Size (drupal-11.1.3.tar.gz) = 19745510 bytes
+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



Home | Main Index | Thread Index | Old Index