conmon: update to 2.1.8

Bumping conmon to version v2.1.3-87-g6d88cb3, which comprises the following commits:

    6d88cb3 fix(deps): update module github.com/onsi/ginkgo/v2 to v2.12.0
    00e08f4 bump to v2.1.8
    57d5e7f fix(deps): update module github.com/containers/storage to v1.48.0
    adc748c cli: log parsing errors to stderr
    b0bdc23 Update nix and use an overlay
    04cf7ba chore(deps): update dependency containers/automation_images to v20230809
    ccdae54 gh actions: bump to go 1.21
    4e61870 gh actions: drop perma-failing jobs
    730d92c fix(deps): update module github.com/onsi/ginkgo/v2 to v2.11.0
    73ab92e Changes to build conmon for `riscv64`
    53b3691 stdio: ignore EIO for terminals
    77ce312 refactor: handle a broken pipe with write_sync_fd
    fa67ce6 ensure console socket buffers are properly sized

Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
This commit is contained in:
Bruce Ashfield 2023-09-05 20:53:00 +00:00
parent 48b63ed575
commit dae8061c08

View File

@ -9,12 +9,12 @@ REQUIRED_DISTRO_FEATURES ?= "seccomp"
DEPENDS = "glib-2.0 go-md2man-native libseccomp"
SRCREV = "75f8ceba3523db9148763f035589ae9558382f30"
SRCREV = "6d88cb3672a3dceeb4b045a92dc4d4285c9f4efd"
SRC_URI = "\
git://github.com/containers/conmon.git;branch=main;protocol=https \
"
PV = "2.1.7+git"
PV = "2.1.8+git"
S = "${WORKDIR}/git"