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 <bruce.ashfield@gmail.com>
This commit is contained in:
Bruce Ashfield 2022-08-17 10:14:48 -04:00
parent 13c1312c5b
commit 783e36d15e

View File

@ -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"