summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2022-03-07 20:30:12 -0500
committerBruce Ashfield <bruce.ashfield@gmail.com>2022-03-21 17:31:28 -0400
commitdb45737c3548b1c0ce78c104d16c242618fcf376 (patch)
tree60207a4f6921ba7d2185f1b40f9cf8e7ec997e83
parent51013405c224522461fe007fba4ad092673e4f56 (diff)
downloadmeta-virtualization-db45737c3548b1c0ce78c104d16c242618fcf376.tar.gz
conmon: update to v2.1.0
Bumping conmon to version v2.1.0-316-g4c41ec2, which comprises the following commits: 4c41ec2 meson: Handle journald d1565ee bump to v2.1.0 96b8688 logging: buffer partial messages to journald f20bbbe ci: add podman system to different cache bde1b3c ci: install rootlessport right 2b10f9a ci: install go correctly 4f0b7f8 ci: add subid ranges for crio tests e827355 ci: install all binaries for podman-system ad092b1 ci: run vendor on podman job b6025be ci: set host IP ca12794 ci: give conmon job sudo d6bdb97 ci: bump to go 1.17 e2215a1 exit: close all fds >= 3 830e644 fix: cgroup: Free memory_cgroup_file_path if open fails. Call g_free instead of free. 5a2cf98 Make libdl optional in meson definition 4edfc92 bump to v2.0.33-dev 436b460 bump to v2.0.32 f1fee3a Avoid mainfd_std{in,out} sharing the same file descriptor. 7c784a0 exit_command: unset subreaper attribute before running exit command dc197c9 bump to 2.0.32-dev 7e7eb74 bump to 2.0.31 a854c52 conmon: fix error message Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r--recipes-containers/conmon/conmon_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-containers/conmon/conmon_git.bb b/recipes-containers/conmon/conmon_git.bb
index b096d899..ea1c45d0 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
10DEPENDS = "glib-2.0 go-md2man-native libseccomp" 10DEPENDS = "glib-2.0 go-md2man-native libseccomp"
11 11
12SRCREV = "e67bb4d9bb74424569b3b38943d13fe9e5dfcb20" 12SRCREV = "4c41ec2a215c502ad6c38ea255ac1082fa1d381d"
13SRC_URI = "\ 13SRC_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
17PV = "2.0.30+git${SRCPV}" 17PV = "2.1.0+git${SRCPV}"
18 18
19S = "${WORKDIR}/git" 19S = "${WORKDIR}/git"
20 20