diff options
-rw-r--r-- | recipes-containers/podman/podman_git.bb | 6 |
1 files changed, 3 insertions, 3 deletions
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 = " \ | |||
16 | gettext-native \ | 16 | gettext-native \ |
17 | " | 17 | " |
18 | 18 | ||
19 | SRCREV = "8dc23e107e530ebd47338a407f6ab3d8d4485fe0" | 19 | SRCREV = "227df90eb7c021097c9ba5f8000c83648a598028" |
20 | SRC_URI = " \ | 20 | SRC_URI = " \ |
21 | git://github.com/containers/libpod.git;branch=v5.3;protocol=https;destsuffix=${GO_SRCURI_DESTSUFFIX} \ | 21 | git://github.com/containers/libpod.git;branch=v5.4;protocol=https;destsuffix=${GO_SRCURI_DESTSUFFIX} \ |
22 | ${@bb.utils.contains('PACKAGECONFIG', 'rootless', 'file://50-podman-rootless.conf', '', d)} \ | 22 | ${@bb.utils.contains('PACKAGECONFIG', 'rootless', 'file://50-podman-rootless.conf', '', d)} \ |
23 | file://run-ptest \ | 23 | file://run-ptest \ |
24 | " | 24 | " |
@@ -30,7 +30,7 @@ GO_IMPORT = "import" | |||
30 | 30 | ||
31 | S = "${WORKDIR}/git" | 31 | S = "${WORKDIR}/git" |
32 | 32 | ||
33 | PV = "v5.3.1" | 33 | PV = "v5.4.1" |
34 | 34 | ||
35 | CVE_STATUS[CVE-2022-2989] = "fixed-version: fixed since v4.3.0" | 35 | CVE_STATUS[CVE-2022-2989] = "fixed-version: fixed since v4.3.0" |
36 | CVE_STATUS[CVE-2023-0778] = "fixed-version: fixed since v4.5.0" | 36 | CVE_STATUS[CVE-2023-0778] = "fixed-version: fixed since v4.5.0" |