From 372b81444f18ce5bd84197c91e0e9d803b03efe7 Mon Sep 17 00:00:00 2001 From: wolfi-bot <121097084+wolfi-bot@users.noreply.github.com> Date: Thu, 2 Oct 2025 08:54:57 +0000 Subject: [PATCH 1/2] drupal-11/11.2.5 package update Signed-off-by: wolfi-bot <121097084+wolfi-bot@users.noreply.github.com> --- drupal-11.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drupal-11.yaml b/drupal-11.yaml index 1631e7c60a7..b556ccd1748 100644 --- a/drupal-11.yaml +++ b/drupal-11.yaml @@ -1,7 +1,7 @@ package: name: drupal-11 description: Drupal is an open source content management platform powering millions of websites and applications. - version: "11.2.4" + version: "11.2.5" epoch: 0 resources: cpu: 17 @@ -77,14 +77,14 @@ pipeline: with: repository: https://github.com/drupal/drupal.git tag: ${{package.version}} - expected-commit: 4c38856b725ff2fbece3dc7cbc161045d82ee092 + expected-commit: aeb9c6ba4c44aa621c28729ced2de50bbdcde762 destination: /usr/src/${{package.name}} - uses: git-checkout with: repository: https://github.com/drupal/recommended-project.git tag: ${{package.version}} - expected-commit: c843d5bfe9f81c6ad3c14d525ab8e89d08d2671a + expected-commit: aeb9c6ba4c44aa621c28729ced2de50bbdcde762 destination: vendor-binaries # For compatibility with upstream image that has `/opt/drupal/{vendor,recipes}` From a94085a3b1c4864a14a2afd782f25b8e0238e396 Mon Sep 17 00:00:00 2001 From: Debasish Biswas Date: Mon, 6 Oct 2025 17:08:58 +0530 Subject: [PATCH 2/2] Update 2nd git checkout expected commit hash in drupal-11.yaml Signed-off-by: Debasish Biswas --- drupal-11.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drupal-11.yaml b/drupal-11.yaml index b556ccd1748..2059a558d7d 100644 --- a/drupal-11.yaml +++ b/drupal-11.yaml @@ -84,7 +84,7 @@ pipeline: with: repository: https://github.com/drupal/recommended-project.git tag: ${{package.version}} - expected-commit: aeb9c6ba4c44aa621c28729ced2de50bbdcde762 + expected-commit: 193449a6cf2cc62457a5bc5a0188c6d0d42a98c9 destination: vendor-binaries # For compatibility with upstream image that has `/opt/drupal/{vendor,recipes}`