This patch updates podman to 5.7.1 which is the latest release as of today.
Signed-off-by: Matt Fischer <[email protected]> --- recipes-containers/podman/podman_git.bb | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/recipes-containers/podman/podman_git.bb b/recipes-containers/podman/podman_git.bb index f09e01f8..0a80456d 100644 --- a/recipes-containers/podman/podman_git.bb +++ b/recipes-containers/podman/podman_git.bb @@ -16,9 +16,9 @@ DEPENDS = " \ gettext-native \ " -SRCREV = "3529cd312f28b0d44ad9647aa652fb4437b9bb1c" +SRCREV = "f845d14e941889ba4c071f35233d09b29d363c75" SRC_URI = " \ - git://github.com/containers/libpod.git;branch=v5.6;protocol=https;destsuffix=${GO_SRCURI_DESTSUFFIX} \ + git://github.com/containers/libpod.git;branch=v5.7;protocol=https;destsuffix=${GO_SRCURI_DESTSUFFIX} \ ${@bb.utils.contains('PACKAGECONFIG', 'rootless', 'file://50-podman-rootless.conf', '', d)} \ " @@ -27,10 +27,11 @@ LIC_FILES_CHKSUM = "file://src/import/LICENSE;md5=3d9b931fa23ab1cacd0087f9e2ee12 GO_IMPORT = "import" -PV = "v5.6.2" +PV = "v5.7.1" CVE_STATUS[CVE-2022-2989] = "fixed-version: fixed since v4.3.0" CVE_STATUS[CVE-2023-0778] = "fixed-version: fixed since v4.5.0" +CVE_STATUS[CVE-2025-52881] = "fixed-version: fixed since v5.7.0" PACKAGES =+ "${PN}-contrib" -- 2.50.1 (Apple Git-155)
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#9518): https://lists.yoctoproject.org/g/meta-virtualization/message/9518 Mute This Topic: https://lists.yoctoproject.org/mt/117095122/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-virtualization/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
