diff --git a/recipes-containers/podman/podman_git.bb b/recipes-containers/podman/podman_git.bb index 0dd193bc..be85e512 100644 --- a/recipes-containers/podman/podman_git.bb +++ b/recipes-containers/podman/podman_git.bb @@ -16,9 +16,9 @@ DEPENDS = " \ gettext-native \ " -SRCREV = "8dc23e107e530ebd47338a407f6ab3d8d4485fe0" +SRCREV = "227df90eb7c021097c9ba5f8000c83648a598028" SRC_URI = " \ - git://github.com/containers/libpod.git;branch=v5.3;protocol=https;destsuffix=${GO_SRCURI_DESTSUFFIX} \ + git://github.com/containers/libpod.git;branch=v5.4;protocol=https;destsuffix=${GO_SRCURI_DESTSUFFIX} \ ${@bb.utils.contains('PACKAGECONFIG', 'rootless', 'file://50-podman-rootless.conf', '', d)} \ file://run-ptest \ " @@ -30,7 +30,7 @@ GO_IMPORT = "import" S = "${WORKDIR}/git" -PV = "v5.3.1" +PV = "v5.4.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"