summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-containers/podman/podman_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-containers/podman/podman_git.bb b/recipes-containers/podman/podman_git.bb
index ef9798f0..b80b8d5b 100644
--- a/recipes-containers/podman/podman_git.bb
+++ b/recipes-containers/podman/podman_git.bb
@@ -17,7 +17,7 @@ DEPENDS = " \
17 gettext-native \ 17 gettext-native \
18" 18"
19 19
20SRCREV = "bb81e85a430fa95d23a15b77c717fd68bf06ebf2" 20SRCREV = "d08315df35cb6e95f65bf3935f529295c6e54742"
21SRC_URI = " \ 21SRC_URI = " \
22 git://github.com/containers/libpod.git;branch=v5.0;protocol=https \ 22 git://github.com/containers/libpod.git;branch=v5.0;protocol=https \
23 ${@bb.utils.contains('PACKAGECONFIG', 'rootless', 'file://50-podman-rootless.conf', '', d)} \ 23 ${@bb.utils.contains('PACKAGECONFIG', 'rootless', 'file://50-podman-rootless.conf', '', d)} \
@@ -33,7 +33,7 @@ GO_IMPORT = "import"
33 33
34S = "${WORKDIR}/git" 34S = "${WORKDIR}/git"
35 35
36PV = "5.0.1+git" 36PV = "5.0.3+git"
37 37
38CVE_STATUS[CVE-2022-2989] = "fixed-version: fixed since v4.3.0" 38CVE_STATUS[CVE-2022-2989] = "fixed-version: fixed since v4.3.0"
39CVE_STATUS[CVE-2023-0778] = "fixed-version: fixed since v4.5.0" 39CVE_STATUS[CVE-2023-0778] = "fixed-version: fixed since v4.5.0"