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 441f1fc8..50bf8d1a 100644
--- a/recipes-containers/podman/podman_git.bb
+++ b/recipes-containers/podman/podman_git.bb
@@ -17,9 +17,9 @@ DEPENDS = " \
17 gettext-native \ 17 gettext-native \
18" 18"
19 19
20SRCREV = "bb81e85a430fa95d23a15b77c717fd68bf06ebf2" 20SRCREV = "ef359624cb4a57efdb83184e38689fb5c309439d"
21SRC_URI = " \ 21SRC_URI = " \
22 git://github.com/containers/libpod.git;branch=v5.0;protocol=https;destsuffix=${GO_SRCURI_DESTSUFFIX} \ 22 git://github.com/containers/libpod.git;branch=v5.1;protocol=https;destsuffix=${GO_SRCURI_DESTSUFFIX} \
23 ${@bb.utils.contains('PACKAGECONFIG', 'rootless', 'file://50-podman-rootless.conf', '', d)} \ 23 ${@bb.utils.contains('PACKAGECONFIG', 'rootless', 'file://50-podman-rootless.conf', '', d)} \
24 file://run-ptest \ 24 file://run-ptest \
25" 25"
@@ -31,7 +31,7 @@ GO_IMPORT = "import"
31 31
32S = "${WORKDIR}/git" 32S = "${WORKDIR}/git"
33 33
34PV = "5.0.1+git" 34PV = "5.1.1+git"
35 35
36CVE_STATUS[CVE-2022-2989] = "fixed-version: fixed since v4.3.0" 36CVE_STATUS[CVE-2022-2989] = "fixed-version: fixed since v4.3.0"
37CVE_STATUS[CVE-2023-0778] = "fixed-version: fixed since v4.5.0" 37CVE_STATUS[CVE-2023-0778] = "fixed-version: fixed since v4.5.0"