summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2024-04-02 12:56:16 +0000
committerBruce Ashfield <bruce.ashfield@gmail.com>2024-04-04 19:57:46 +0000
commitb2777a4389c928c5391856849109c24438831e93 (patch)
treef8fc93bad60735302cdd8dc2f27b7c7b6572f529
parentc0274365e7eb4847a42143c97e943a1a6de5a7b8 (diff)
downloadmeta-virtualization-b2777a4389c928c5391856849109c24438831e93.tar.gz
podman: update to 5.0.1
Bumping libpod to version v5.0.1-4-gbb81e85a4, which comprises the following commits: 63f6a78eb Packit: Enable CentOS Stream 10 update job e22c9dd65 Bump to v5.0.2-dev 946d055df Bump to v5.0.1 131f3d089 Add release notes for v5.0.1 2967eb9a2 [v5.0] libpod: restart always reconfigure the netns 92b3cda79 [v5.0] use new c/common pasta2 setup logic to fix dns b1dbd477e [v5.0] Bump Buildah to v1.35.3 ebe3f395b hyperv: error if not admin 4b54d1824 libpod: don't warn about cgroupsv1 on FreeBSD 312313872 Use built-in ssh impl for all non-pty operations 70fe2a1c9 fix remote build isolation on client side bfc63cc32 fix remote build isolation when server runs as root Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r--recipes-containers/podman/podman_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-containers/podman/podman_git.bb b/recipes-containers/podman/podman_git.bb
index f50bf5ff..3eadd202 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
20SRCREV = "177ea856f579914e0047655f32eb4f9fbc3ddbc4" 20SRCREV = "bb81e85a430fa95d23a15b77c717fd68bf06ebf2"
21SRC_URI = " \ 21SRC_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)} \
@@ -31,7 +31,7 @@ GO_IMPORT = "import"
31 31
32S = "${WORKDIR}/git" 32S = "${WORKDIR}/git"
33 33
34PV = "5.0.0+git" 34PV = "5.0.1+git"
35 35
36CVE_STATUS[CVE-2022-2989] = "fixed-version: fixed since v4.3.0" 36CVE_STATUS[CVE-2022-2989] = "fixed-version: fixed since v4.3.0"
37CVE_STATUS[CVE-2023-0778] = "fixed-version: fixed since v4.5.0" 37CVE_STATUS[CVE-2023-0778] = "fixed-version: fixed since v4.5.0"