diff options
| -rw-r--r-- | recipes-containers/podman/podman_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-containers/podman/podman_git.bb b/recipes-containers/podman/podman_git.bb index ef9798f0..b80b8d5b 100644 --- a/recipes-containers/podman/podman_git.bb +++ b/recipes-containers/podman/podman_git.bb | |||
| @@ -17,7 +17,7 @@ DEPENDS = " \ | |||
| 17 | gettext-native \ | 17 | gettext-native \ |
| 18 | " | 18 | " |
| 19 | 19 | ||
| 20 | SRCREV = "bb81e85a430fa95d23a15b77c717fd68bf06ebf2" | 20 | SRCREV = "d08315df35cb6e95f65bf3935f529295c6e54742" |
| 21 | SRC_URI = " \ | 21 | SRC_URI = " \ |
| 22 | git://github.com/containers/libpod.git;branch=v5.0;protocol=https \ | 22 | git://github.com/containers/libpod.git;branch=v5.0;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)} \ |
| @@ -33,7 +33,7 @@ GO_IMPORT = "import" | |||
| 33 | 33 | ||
| 34 | S = "${WORKDIR}/git" | 34 | S = "${WORKDIR}/git" |
| 35 | 35 | ||
| 36 | PV = "5.0.1+git" | 36 | PV = "5.0.3+git" |
| 37 | 37 | ||
| 38 | CVE_STATUS[CVE-2022-2989] = "fixed-version: fixed since v4.3.0" | 38 | CVE_STATUS[CVE-2022-2989] = "fixed-version: fixed since v4.3.0" |
| 39 | CVE_STATUS[CVE-2023-0778] = "fixed-version: fixed since v4.5.0" | 39 | CVE_STATUS[CVE-2023-0778] = "fixed-version: fixed since v4.5.0" |
