podman-tui: upate to v0.17.0

Bumping podman-tui to version v0.9.0-246-gb4350927, which comprises the following commits:

    b4350927 Bump to v0.17.0
    db48222a Bump github.com/containers/podman/v4 from 4.9.1 to 4.9.2
    49c31e9e Bump github.com/containers/common from 0.57.3 to 0.57.4
    c8c25120 Bump github.com/containers/podman/v4 from 4.9.0 to 4.9.1
    00626a40 Bump github.com/containers/common from 0.57.2 to 0.57.3
    bbba9ec9 go version update to 1.20
    5674249f Bump github.com/containers/podman/v4 from 4.8.3 to 4.9.0
    4d0b84f5 Bump to v0.17.0-dev
    cacf1b90 Bump to v0.16.0
    67f735b5 Bump github.com/containers/common from 0.57.1 to 0.57.2
    be25c60d Bump golang.org/x/crypto from 0.17.0 to 0.18.0
    2ff1bb62 Bump github.com/containerd/containerd from 1.7.9 to 1.7.11
    9b492e25 Bump github.com/containers/podman/v4 from 4.8.2 to 4.8.3
    519ed36f Bump to v0.16.0-dev
    f7f47149 Bump to v0.15.0
    9ba724c1 gh action update
    1cdeadb4 Bump golang.org/x/crypto from 0.16.0 to 0.17.0
    fb1886ea github action use golang 1.21.4 for golangci-lint
    6521ce91 Bump github.com/gdamore/tcell/v2 from 2.6.0 to 2.7.0
    54cd7d7e Bump github.com/containers/podman/v4 from 4.8.1 to 4.8.2
    bbb8c9a9 Bump to v0.15.0-dev
    c545dbd7 Bump to v0.14.0

Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
This commit is contained in:
Bruce Ashfield 2024-03-01 22:54:51 +00:00
parent a9f0f00637
commit a906b81ca6

View File

@ -18,14 +18,14 @@ DEPENDS = " \
"
SRCREV_FORMAT = "podmantui_storage"
SRCREV_podmantui = "c545dbd7220c2d85a0e92371f0e240d2c8b7c836"
SRCREV_podmantui = "b4350927babdaa35fbf50424190683aeb9f5f66f"
SRCREV_storage = "246ba3062e8b551026aef2708eee747014ce5c52"
SRC_URI = " \
git://github.com/containers/podman-tui;protocol=https;name=podmantui;branch=release-v0.14 \
git://github.com/containers/podman-tui;protocol=https;name=podmantui;branch=release-v0.17 \
"
# Due to some other API changes, we can't directly import containers/storage at
# the right commit, so we instead extract a patch and apply it to the tree
#SRC_URI += "git://github.com/containers/storage;protocol=https;name=storage;branch=release-v0.14;destsuffix=git/src/import/vendor/github.com/containers/storage"
#SRC_URI += "git://github.com/containers/storage;protocol=https;name=storage;branch=release-v0.17;destsuffix=git/src/import/vendor/github.com/containers/storage"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://src/import/LICENSE;md5=86d3f3a95c324c9479bd8986968f4327"
@ -34,7 +34,7 @@ GO_IMPORT = "import"
S = "${WORKDIR}/git"
PV = "v0.14.0+git"
PV = "v0.17.0+git"
PODMAN_PKG = "github.com/containers/podman-tui"