podman: update to 4.4.3

Bumping libpod to version v4.4.3-2-g6172f29f9, which comprises the following commits:

    2c01aa7e3 Bump to v4.4.4-dev
    d2f93d621 Bump to v4.4.3
    2ae3c4fe9 Release notes for v4.4.3
    d6ea3983d compat: /auth: parse server address correctly
    0a897f03f vendor github.com/containers/common@v0.51.1
    f7fccc87c pkginstaller: bump Qemu to version 7.2.0
    53212ea0e podman machine: Adjust Chrony makestep config
    06925d554 [v4.4] fix --health-on-failure=restart in transient unit
    9c0d2dc2f podman logs passthrough driver support --cgroups=split
    a0fad9f8c journald logs: simplify entry parsing
    54b070ee6 podman logs: read journald with passthrough
    c5fa9c50f journald: remove initializeJournal()
    6b19e1437 netavark: only use aardvark ip as nameserver
    d737a815a compat API: network create return 409 for duplicate
    1a3a5594a fix "podman logs --since --follow" flake
    bd65bf2ed system service --log-level=trace: support hijack
    8ab00424b podman-mac-helper: exit 1 on error
    badbd8a34 bump golang.org/x/net to v0.8.0
    36ab43f77 Fix package restore
    df0fe4fcc Quadlet - use the default runtime
    594d488b8 Bump to v4.4.3-dev
    74afe2688 Bump to v4.4.2
    87a1c2701 Release notes for v4.4.2
    3abff420a Revert "CI: Temporarily disable all AWS EC2-based tasks"
    8322cab91 kube play: only enforce passthrough in Quadlet
    d69512b98 Emergency fix for man pages: check for broken includes
    9606d7f99 CI: Temporarily disable all AWS EC2-based tasks
    ab7a47840 quadlet system tests: add useful defaults, logging
    805e94b03 volume,container: chroot to source before exporting content
    321d05aa9 install sigproxy before start/attach
    84521f52d Update to c/image 5.24.1

Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
This commit is contained in:
Bruce Ashfield 2023-03-24 15:21:32 -04:00
parent 48c07a48a0
commit c5f7a698bc

View File

@ -17,7 +17,7 @@ DEPENDS = " \
${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)} \
"
SRCREV = "73f52c051ba1af798832f6984fa1f50871d475ec"
SRCREV = "6172f29f980ade93adf85627329cc65b309c6f08"
SRC_URI = " \
git://github.com/containers/libpod.git;branch=v4.4;protocol=https \
${@bb.utils.contains('PACKAGECONFIG', 'rootless', 'file://50-podman-rootless.conf', '', d)} \
@ -31,7 +31,7 @@ GO_IMPORT = "import"
S = "${WORKDIR}/git"
PV = "4.4.1+git${SRCPV}"
PV = "4.4.3+git${SRCPV}"
PACKAGES =+ "${PN}-contrib"