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 55c4f7e7..0c0607f7 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 = "679276e13686182bfd3dc6d8bffd355f8b34f126" 20SRCREV = "18e0d84c6c037a83832b570af832284bc186c663"
21SRC_URI = " \ 21SRC_URI = " \
22 git://github.com/containers/libpod.git;branch=v5.2;protocol=https;destsuffix=${GO_SRCURI_DESTSUFFIX} \ 22 git://github.com/containers/libpod.git;branch=v5.2;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)} \
@@ -31,7 +31,7 @@ GO_IMPORT = "import"
31 31
32S = "${WORKDIR}/git" 32S = "${WORKDIR}/git"
33 33
34PV = "v5.2.1" 34PV = "v5.2.3"
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"