diff options
Diffstat (limited to 'recipes-containers/podman/podman_git.bb')
-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 dc80eb6c..d599c748 100644 --- a/recipes-containers/podman/podman_git.bb +++ b/recipes-containers/podman/podman_git.bb | |||
@@ -18,9 +18,9 @@ DEPENDS = " \ | |||
18 | gettext-native \ | 18 | gettext-native \ |
19 | " | 19 | " |
20 | 20 | ||
21 | SRCREV = "2215847e6645b4a5733a76f9c3917ba82e4c53f0" | 21 | SRCREV = "85b5f572348eeb60613bd0b24780269a760125f5" |
22 | SRC_URI = " \ | 22 | SRC_URI = " \ |
23 | git://github.com/containers/libpod.git;branch=v4.6;protocol=https \ | 23 | git://github.com/containers/libpod.git;branch=v4.7;protocol=https \ |
24 | ${@bb.utils.contains('PACKAGECONFIG', 'rootless', 'file://50-podman-rootless.conf', '', d)} \ | 24 | ${@bb.utils.contains('PACKAGECONFIG', 'rootless', 'file://50-podman-rootless.conf', '', d)} \ |
25 | file://run-ptest \ | 25 | file://run-ptest \ |
26 | " | 26 | " |
@@ -32,7 +32,7 @@ GO_IMPORT = "import" | |||
32 | 32 | ||
33 | S = "${WORKDIR}/git" | 33 | S = "${WORKDIR}/git" |
34 | 34 | ||
35 | PV = "4.6.0+git" | 35 | PV = "4.7.1+git" |
36 | 36 | ||
37 | CVE_STATUS[CVE-2022-2989] = "fixed-version: fixed since v4.3.0" | 37 | CVE_STATUS[CVE-2022-2989] = "fixed-version: fixed since v4.3.0" |
38 | CVE_STATUS[CVE-2023-0778] = "fixed-version: fixed since v4.5.0" | 38 | CVE_STATUS[CVE-2023-0778] = "fixed-version: fixed since v4.5.0" |