From 783e36d15ea75c91401f2ed4fc4899137a1f47df Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Wed, 17 Aug 2022 10:14:48 -0400 Subject: conmon: update to 2.1.3 Bumping conmon to version v2.1.3-5-g19110c9, which comprises the following commits: 636e239 Use /usr/bin/env to locate bash d7625dc Cirrus: Add meta task to keep CI VM images alive ab52a59 VERSION: bump to 2.1.3 a627951 meson: build with seccomp if available 1750b2d Fix build on FreeBSD-13.0 0a2e0db Reduce the amount of duplicated code between Linux and FreeBSD 32816bd Port conmon to FreeBSD b1ca51f gh actions: bump versions 05163fd bump golang in gh action to 1.18 d91cc43 Stop using g_unix_signal_add() to avoid threads 2bc95ee [Fixup #342] `log-size-global-max` Should Be`log-global-size-max` 99eac3e bump to v2.1.2 143121b log_global_max: ignore if negative 98058b1 add log-global-size-max option to limit the total output conmon processes 65b6eaa bump to v2.1.1 81086b7 journald: print tag and name if both are specified c61367c logging: add missing static keyword 0c3412a drop some logs to debug level 4c41ec2 meson: Handle journald 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 ea1c45d0..a20af04a 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 = "4c41ec2a215c502ad6c38ea255ac1082fa1d381d" +SRCREV = "19110c9746d7ec5c787ad94c7c0006fff38938f9" SRC_URI = "\ git://github.com/containers/conmon.git;branch=main;protocol=https \ " -PV = "2.1.0+git${SRCPV}" +PV = "2.1.3+git${SRCPV}" S = "${WORKDIR}/git" -- cgit v1.2.3-54-g00ecf