All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-virtualization][kirkstone][PATCH  1/1] buildah: upgrade 1.26.8 -> 1.26.9
@ 2025-03-27  7:35 Praveen Kumar
  2025-04-02  2:22 ` Bruce Ashfield
  0 siblings, 1 reply; 2+ messages in thread
From: Praveen Kumar @ 2025-03-27  7:35 UTC (permalink / raw)
  To: meta-virtualization; +Cc: Praveen Kumar

This upgrade fixes:
CVE-2024-11218

Changes in this Upgrade:
=========================
This upgrade from Buildah 1.26.8 to 1.26.9 includes important security and stability fixes:
- Fixes CVE-2024-11218
- Resolves TOCTOU error when bind and cache mounts use "src" values
- Fixes cache locks with multiple mounts
- Enhances volume handling and mount label options

For full details, refer to:
https://github.com/containers/buildah/releases/tag/v1.26.9

Signed-off-by: Praveen Kumar <praveen.kumar@windriver.com>
---
 recipes-containers/buildah/buildah_git.bb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes-containers/buildah/buildah_git.bb b/recipes-containers/buildah/buildah_git.bb
index 45d7b31d..10597d8a 100644
--- a/recipes-containers/buildah/buildah_git.bb
+++ b/recipes-containers/buildah/buildah_git.bb
@@ -8,9 +8,9 @@ LIC_FILES_CHKSUM = "file://src/github.com/containers/buildah/LICENSE;md5=e3fc50a
 
 S = "${WORKDIR}/git"
 
-SRCREV_buildah = "e2feca77516568553dc1318019cea90ae000e0f3"
+SRCREV_buildah = "9aaa280f29910a9a0a13b83dd522508f1fa40a91"
 
-PV = "1.26.8"
+PV = "1.26.9"
 
 inherit go
 inherit goarch
-- 
2.40.0



^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-04-02  2:23 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-27  7:35 [meta-virtualization][kirkstone][PATCH 1/1] buildah: upgrade 1.26.8 -> 1.26.9 Praveen Kumar
2025-04-02  2:22 ` Bruce Ashfield

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.