From 5e108f459834eaa98abc2b59cb18c8f1bc0a8db2 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Thu, 2 Sep 2021 10:02:30 -0400 Subject: podman: update to 3.3.1 Bumping libpod to version v3.3.1-2-g364efce39, which comprises the following commits: 1b33f7675 Bump to v3.3.2-dev 4c5283fab Bump to v3.3.1 bea109608 clean up socket and pid files from podman machine 68a059d89 Update release notes for v3.3.1 0103a0459 rootless cni: resolve absolute symlinks correctly 77948c8b4 Add filter params description to volume list/prune docs aa754c7e2 logFile until flag issue f363b805c Fix file descriptor leaks and add test d1ea54549 utils.RunUnderSystemdScope(): always close Conn 17afae4eb Use pod netns with --pod-id-file c16daa07e e2e tests: fix overlay: Unknown option vfs.imagestore 85846b633 change error comparison for exec.ErrNotFound 822818287 generate systemd: use --cidfile again 8aeaf681d Bump to v3.3.1-dev 98f252a3a Bump to v3.3.0 Signed-off-by: Bruce Ashfield --- recipes-containers/podman/podman_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'recipes-containers/podman/podman_git.bb') diff --git a/recipes-containers/podman/podman_git.bb b/recipes-containers/podman/podman_git.bb index 3f6896be..96e82390 100644 --- a/recipes-containers/podman/podman_git.bb +++ b/recipes-containers/podman/podman_git.bb @@ -17,7 +17,7 @@ DEPENDS = " \ ${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)} \ " -SRCREV = "8809aed5647b61abb14970d409ff7c99c7fbdc34" +SRCREV = "364efce396d0b0f73935cfacd0b95e639afe86bc" SRC_URI = " \ git://github.com/containers/libpod.git;branch=v3.3 \ " @@ -29,7 +29,7 @@ GO_IMPORT = "import" S = "${WORKDIR}/git" -PV = "3.3.0+git${SRCPV}" +PV = "3.3.1+git${SRCPV}" PACKAGES =+ "${PN}-contrib" -- cgit v1.2.3-54-g00ecf