diff options
author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2022-08-17 10:14:48 -0400 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2022-08-25 22:55:48 -0400 |
commit | 783e36d15ea75c91401f2ed4fc4899137a1f47df (patch) | |
tree | 3f2eb74e354f1acda640672ce74185a7cb80d58e | |
parent | 13c1312c5b227bc7792d59cf3b49180cd7483c39 (diff) | |
download | meta-virtualization-783e36d15ea75c91401f2ed4fc4899137a1f47df.tar.gz |
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>
-rw-r--r-- | recipes-containers/conmon/conmon_git.bb | 4 |
1 files 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" | |||
9 | 9 | ||
10 | DEPENDS = "glib-2.0 go-md2man-native libseccomp" | 10 | DEPENDS = "glib-2.0 go-md2man-native libseccomp" |
11 | 11 | ||
12 | SRCREV = "4c41ec2a215c502ad6c38ea255ac1082fa1d381d" | 12 | SRCREV = "19110c9746d7ec5c787ad94c7c0006fff38938f9" |
13 | SRC_URI = "\ | 13 | SRC_URI = "\ |
14 | git://github.com/containers/conmon.git;branch=main;protocol=https \ | 14 | git://github.com/containers/conmon.git;branch=main;protocol=https \ |
15 | " | 15 | " |
16 | 16 | ||
17 | PV = "2.1.0+git${SRCPV}" | 17 | PV = "2.1.3+git${SRCPV}" |
18 | 18 | ||
19 | S = "${WORKDIR}/git" | 19 | S = "${WORKDIR}/git" |
20 | 20 | ||