From dae8061c0838368db5b283679f400fa158e95a51 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Tue, 5 Sep 2023 20:53:00 +0000 Subject: 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 --- recipes-containers/conmon/conmon_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-containers/conmon/conmon_git.bb b/recipes-containers/conmon/conmon_git.bb index efef7f9a..5b998b09 100644 --- a/recipes-containers/conmon/conmon_git.bb +++ b/recipes-containers/conmon/conmon_git.bb @@ -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" -- cgit v1.2.3-54-g00ecf