diff options
-rw-r--r-- | recipes-containers/podman/podman_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-containers/podman/podman_git.bb b/recipes-containers/podman/podman_git.bb index 9060e850..53906e13 100644 --- a/recipes-containers/podman/podman_git.bb +++ b/recipes-containers/podman/podman_git.bb | |||
@@ -18,7 +18,7 @@ DEPENDS = " \ | |||
18 | gettext-native \ | 18 | gettext-native \ |
19 | " | 19 | " |
20 | 20 | ||
21 | SRCREV = "932b8a997e43c8b516551cba89eef4bbdc226c8d" | 21 | SRCREV = "2215847e6645b4a5733a76f9c3917ba82e4c53f0" |
22 | SRC_URI = " \ | 22 | SRC_URI = " \ |
23 | git://github.com/containers/libpod.git;branch=v4.6;protocol=https \ | 23 | git://github.com/containers/libpod.git;branch=v4.6;protocol=https \ |
24 | ${@bb.utils.contains('PACKAGECONFIG', 'rootless', 'file://50-podman-rootless.conf', '', d)} \ | 24 | ${@bb.utils.contains('PACKAGECONFIG', 'rootless', 'file://50-podman-rootless.conf', '', d)} \ |
@@ -32,7 +32,7 @@ GO_IMPORT = "import" | |||
32 | 32 | ||
33 | S = "${WORKDIR}/git" | 33 | S = "${WORKDIR}/git" |
34 | 34 | ||
35 | PV = "4.6.0-rc1+git${SRCPV}" | 35 | PV = "4.6.0+git${SRCPV}" |
36 | 36 | ||
37 | CVE_STATUS[CVE-2022-2989] = "fixed-version: fixed since v4.3.0" | 37 | CVE_STATUS[CVE-2022-2989] = "fixed-version: fixed since v4.3.0" |
38 | CVE_STATUS[CVE-2023-0778] = "fixed-version: fixed since v4.5.0" | 38 | CVE_STATUS[CVE-2023-0778] = "fixed-version: fixed since v4.5.0" |