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 33d437a3..fc532d6a 100644 --- a/recipes-containers/podman/podman_git.bb +++ b/recipes-containers/podman/podman_git.bb | |||
| @@ -17,9 +17,9 @@ DEPENDS = " \ | |||
| 17 | gettext-native \ | 17 | gettext-native \ |
| 18 | " | 18 | " |
| 19 | 19 | ||
| 20 | SRCREV = "0ec4c8b1d7d6fc273d50064f87a6c0b2d269fdcd" | 20 | SRCREV = "460fc4d65f3681c3b0dbd78d6521ddd905578b6d" |
| 21 | SRC_URI = " \ | 21 | SRC_URI = " \ |
| 22 | git://github.com/containers/libpod.git;branch=v4.8;protocol=https \ | 22 | git://github.com/containers/libpod.git;branch=main;protocol=https \ |
| 23 | ${@bb.utils.contains('PACKAGECONFIG', 'rootless', 'file://50-podman-rootless.conf', '', d)} \ | 23 | ${@bb.utils.contains('PACKAGECONFIG', 'rootless', 'file://50-podman-rootless.conf', '', d)} \ |
| 24 | file://run-ptest \ | 24 | file://run-ptest \ |
| 25 | " | 25 | " |
| @@ -31,7 +31,7 @@ GO_IMPORT = "import" | |||
| 31 | 31 | ||
| 32 | S = "${WORKDIR}/git" | 32 | S = "${WORKDIR}/git" |
| 33 | 33 | ||
| 34 | PV = "4.8.2+git" | 34 | PV = "5.0.0-rc4+git" |
| 35 | 35 | ||
| 36 | CVE_STATUS[CVE-2022-2989] = "fixed-version: fixed since v4.3.0" | 36 | CVE_STATUS[CVE-2022-2989] = "fixed-version: fixed since v4.3.0" |
| 37 | CVE_STATUS[CVE-2023-0778] = "fixed-version: fixed since v4.5.0" | 37 | CVE_STATUS[CVE-2023-0778] = "fixed-version: fixed since v4.5.0" |
