From b2777a4389c928c5391856849109c24438831e93 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Tue, 2 Apr 2024 12:56:16 +0000 Subject: 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 --- recipes-containers/podman/podman_git.bb | 4 ++-- 1 file 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 = " \ gettext-native \ " -SRCREV = "177ea856f579914e0047655f32eb4f9fbc3ddbc4" +SRCREV = "bb81e85a430fa95d23a15b77c717fd68bf06ebf2" SRC_URI = " \ git://github.com/containers/libpod.git;branch=v5.0;protocol=https \ ${@bb.utils.contains('PACKAGECONFIG', 'rootless', 'file://50-podman-rootless.conf', '', d)} \ @@ -31,7 +31,7 @@ GO_IMPORT = "import" S = "${WORKDIR}/git" -PV = "5.0.0+git" +PV = "5.0.1+git" CVE_STATUS[CVE-2022-2989] = "fixed-version: fixed since v4.3.0" CVE_STATUS[CVE-2023-0778] = "fixed-version: fixed since v4.5.0" -- cgit v1.2.3-54-g00ecf