summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-containers/podman/podman_git.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes-containers/podman/podman_git.bb b/recipes-containers/podman/podman_git.bb
index cda2e949..4f728210 100644
--- a/recipes-containers/podman/podman_git.bb
+++ b/recipes-containers/podman/podman_git.bb
@@ -34,6 +34,9 @@ S = "${WORKDIR}/git"
34 34
35PV = "4.5.1+git${SRCPV}" 35PV = "4.5.1+git${SRCPV}"
36 36
37CVE_STATUS[CVE-2022-2989] = "fixed-version: fixed since v4.3.0"
38CVE_STATUS[CVE-2023-0778] = "fixed-version: fixed since v4.5.0"
39
37PACKAGES =+ "${PN}-contrib" 40PACKAGES =+ "${PN}-contrib"
38 41
39PODMAN_PKG = "github.com/containers/libpod" 42PODMAN_PKG = "github.com/containers/libpod"