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 c5e7b49d..f20022bb 100644
--- a/recipes-containers/podman/podman_git.bb
+++ b/recipes-containers/podman/podman_git.bb
@@ -16,7 +16,7 @@ DEPENDS = " \
16 gettext-native \ 16 gettext-native \
17" 17"
18 18
19SRCREV = "41224eb949be6fa380c11d8ef66c099462d2507f" 19SRCREV = "3529cd312f28b0d44ad9647aa652fb4437b9bb1c"
20SRC_URI = " \ 20SRC_URI = " \
21 git://github.com/containers/libpod.git;branch=v5.6;protocol=https;destsuffix=${GO_SRCURI_DESTSUFFIX} \ 21 git://github.com/containers/libpod.git;branch=v5.6;protocol=https;destsuffix=${GO_SRCURI_DESTSUFFIX} \
22 ${@bb.utils.contains('PACKAGECONFIG', 'rootless', 'file://50-podman-rootless.conf', '', d)} \ 22 ${@bb.utils.contains('PACKAGECONFIG', 'rootless', 'file://50-podman-rootless.conf', '', d)} \
@@ -27,7 +27,7 @@ LIC_FILES_CHKSUM = "file://src/import/LICENSE;md5=3d9b931fa23ab1cacd0087f9e2ee12
27 27
28GO_IMPORT = "import" 28GO_IMPORT = "import"
29 29
30PV = "v5.6.0" 30PV = "v5.6.2"
31 31
32CVE_STATUS[CVE-2022-2989] = "fixed-version: fixed since v4.3.0" 32CVE_STATUS[CVE-2022-2989] = "fixed-version: fixed since v4.3.0"
33CVE_STATUS[CVE-2023-0778] = "fixed-version: fixed since v4.5.0" 33CVE_STATUS[CVE-2023-0778] = "fixed-version: fixed since v4.5.0"