summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMingli Yu <mingli.yu@windriver.com>2026-04-24 02:47:38 -0700
committerBruce Ashfield <bruce.ashfield@gmail.com>2026-04-28 11:43:17 +0000
commit8409bc0c8b9209327add72d8fa72571cdeb5521e (patch)
treedac6713ee2829b4be77151acae63219b94798810
parent0e5048b48057072c150b8787b82e5bbd0c962b21 (diff)
downloadmeta-virtualization-scarthgap.tar.gz
podman: Upgrade 5.0.1 -> 5.0.3scarthgap
Upgrade podman to 5.0.3 to include some bugfixes and some security fix such as CVE-2024-3727 [1]. Release notes: Security This release addresses CVE-2024-3727, a vulnerability in the containers/image library which allows attackers to trigger authenticated registry access on behalf of the victim user. Bugfixes Fixed a bug where podman machine start would fail if the machine had a volume with a long target path (#22226). Fixed a bug where podman machine start mounted volumes with paths that included dashes in the wrong location (#22505). Misc Updated Buildah to v1.35.4 Updated the containers/common library to v0.58.3 Updated the containers/image library to v5.30.1 [1] https://github.com/containers/podman/releases/tag/v5.0.3 Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r--recipes-containers/podman/podman_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-containers/podman/podman_git.bb b/recipes-containers/podman/podman_git.bb
index ef9798f0..b80b8d5b 100644
--- a/recipes-containers/podman/podman_git.bb
+++ b/recipes-containers/podman/podman_git.bb
@@ -17,7 +17,7 @@ DEPENDS = " \
17 gettext-native \ 17 gettext-native \
18" 18"
19 19
20SRCREV = "bb81e85a430fa95d23a15b77c717fd68bf06ebf2" 20SRCREV = "d08315df35cb6e95f65bf3935f529295c6e54742"
21SRC_URI = " \ 21SRC_URI = " \
22 git://github.com/containers/libpod.git;branch=v5.0;protocol=https \ 22 git://github.com/containers/libpod.git;branch=v5.0;protocol=https \
23 ${@bb.utils.contains('PACKAGECONFIG', 'rootless', 'file://50-podman-rootless.conf', '', d)} \ 23 ${@bb.utils.contains('PACKAGECONFIG', 'rootless', 'file://50-podman-rootless.conf', '', d)} \
@@ -33,7 +33,7 @@ GO_IMPORT = "import"
33 33
34S = "${WORKDIR}/git" 34S = "${WORKDIR}/git"
35 35
36PV = "5.0.1+git" 36PV = "5.0.3+git"
37 37
38CVE_STATUS[CVE-2022-2989] = "fixed-version: fixed since v4.3.0" 38CVE_STATUS[CVE-2022-2989] = "fixed-version: fixed since v4.3.0"
39CVE_STATUS[CVE-2023-0778] = "fixed-version: fixed since v4.5.0" 39CVE_STATUS[CVE-2023-0778] = "fixed-version: fixed since v4.5.0"