summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPraveen Kumar <praveen.kumar@windriver.com>2025-03-27 07:35:28 +0000
committerBruce Ashfield <bruce.ashfield@gmail.com>2025-04-02 02:22:33 +0000
commit426530794bfc0df686566beed50e245f40565d6c (patch)
tree804a24bec99d83a61ba0c7333693c284c0f1cc9b
parent55209831c2d4bdc2fe57e82b8ea878e1da0d20d1 (diff)
downloadmeta-virtualization-426530794bfc0df686566beed50e245f40565d6c.tar.gz
buildah: upgrade 1.26.8 -> 1.26.9
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> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r--recipes-containers/buildah/buildah_git.bb4
1 files 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
8 8
9S = "${WORKDIR}/git" 9S = "${WORKDIR}/git"
10 10
11SRCREV_buildah = "e2feca77516568553dc1318019cea90ae000e0f3" 11SRCREV_buildah = "9aaa280f29910a9a0a13b83dd522508f1fa40a91"
12 12
13PV = "1.26.8" 13PV = "1.26.9"
14 14
15inherit go 15inherit go
16inherit goarch 16inherit goarch