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 <bruce.ashfield@gmail.com>
This commit is contained in:
Bruce Ashfield 2021-09-02 10:02:30 -04:00
parent 7b46286b34
commit 5e108f4598

View File

@ -17,7 +17,7 @@ DEPENDS = " \
${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)} \ ${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)} \
" "
SRCREV = "8809aed5647b61abb14970d409ff7c99c7fbdc34" SRCREV = "364efce396d0b0f73935cfacd0b95e639afe86bc"
SRC_URI = " \ SRC_URI = " \
git://github.com/containers/libpod.git;branch=v3.3 \ git://github.com/containers/libpod.git;branch=v3.3 \
" "
@ -29,7 +29,7 @@ GO_IMPORT = "import"
S = "${WORKDIR}/git" S = "${WORKDIR}/git"
PV = "3.3.0+git${SRCPV}" PV = "3.3.1+git${SRCPV}"
PACKAGES =+ "${PN}-contrib" PACKAGES =+ "${PN}-contrib"