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 39cefad0..c5e7b49d 100644
--- a/recipes-containers/podman/podman_git.bb
+++ b/recipes-containers/podman/podman_git.bb
@@ -16,9 +16,9 @@ DEPENDS = " \
16 gettext-native \ 16 gettext-native \
17" 17"
18 18
19SRCREV = "87c980c6e2a3e2cb3b8ede4152d94ca204bbe483" 19SRCREV = "41224eb949be6fa380c11d8ef66c099462d2507f"
20SRC_URI = " \ 20SRC_URI = " \
21 git://github.com/containers/libpod.git;branch=v5.5;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)} \
23" 23"
24 24
@@ -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.5.2" 30PV = "v5.6.0"
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"