diff options
-rw-r--r-- | recipes-containers/podman/podman_git.bb | 6 |
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 | ||
19 | SRCREV = "87c980c6e2a3e2cb3b8ede4152d94ca204bbe483" | 19 | SRCREV = "41224eb949be6fa380c11d8ef66c099462d2507f" |
20 | SRC_URI = " \ | 20 | SRC_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 | ||
28 | GO_IMPORT = "import" | 28 | GO_IMPORT = "import" |
29 | 29 | ||
30 | PV = "v5.5.2" | 30 | PV = "v5.6.0" |
31 | 31 | ||
32 | CVE_STATUS[CVE-2022-2989] = "fixed-version: fixed since v4.3.0" | 32 | CVE_STATUS[CVE-2022-2989] = "fixed-version: fixed since v4.3.0" |
33 | CVE_STATUS[CVE-2023-0778] = "fixed-version: fixed since v4.5.0" | 33 | CVE_STATUS[CVE-2023-0778] = "fixed-version: fixed since v4.5.0" |