summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-containers/podman/podman_git.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-containers/podman/podman_git.bb b/recipes-containers/podman/podman_git.bb
index dc80eb6c..d599c748 100644
--- a/recipes-containers/podman/podman_git.bb
+++ b/recipes-containers/podman/podman_git.bb
@@ -18,9 +18,9 @@ DEPENDS = " \
18 gettext-native \ 18 gettext-native \
19" 19"
20 20
21SRCREV = "2215847e6645b4a5733a76f9c3917ba82e4c53f0" 21SRCREV = "85b5f572348eeb60613bd0b24780269a760125f5"
22SRC_URI = " \ 22SRC_URI = " \
23 git://github.com/containers/libpod.git;branch=v4.6;protocol=https \ 23 git://github.com/containers/libpod.git;branch=v4.7;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)} \
25 file://run-ptest \ 25 file://run-ptest \
26" 26"
@@ -32,7 +32,7 @@ GO_IMPORT = "import"
32 32
33S = "${WORKDIR}/git" 33S = "${WORKDIR}/git"
34 34
35PV = "4.6.0+git" 35PV = "4.7.1+git"
36 36
37CVE_STATUS[CVE-2022-2989] = "fixed-version: fixed since v4.3.0" 37CVE_STATUS[CVE-2022-2989] = "fixed-version: fixed since v4.3.0"
38CVE_STATUS[CVE-2023-0778] = "fixed-version: fixed since v4.5.0" 38CVE_STATUS[CVE-2023-0778] = "fixed-version: fixed since v4.5.0"