summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2021-11-22 09:00:58 -0500
committerBruce Ashfield <bruce.ashfield@gmail.com>2021-11-22 09:00:58 -0500
commit433417791ef5429aa9ed879453d4f219ea701fc6 (patch)
tree6b118f1d09c8954f9c83a9e4e1329ebb82efb89a
parentfd6e0cda911560ae4a78ee913066ffefd8e29b7e (diff)
downloadmeta-virtualization-433417791ef5429aa9ed879453d4f219ea701fc6.tar.gz
conmon: update to v2.0.30
Bumping conmon to version v2.0.1-288-ge67bb4d, which comprises the following commits: a854c52 conmon: fix error message 5d5b853 logging: set SYSLOG_IDENTIFIER= with --log-tag ed0b60c conmon: free userdata files before exec cleanup 42cecdf Cirrus: Remove disused scripts 1c7b233 test: drop seccomp tests eb808d2 fix gh action yaml e7a5e0c ctr_logs: use container name or ID as SYSLOG_IDENTIFIER for journald f263cf4 logging: new mode -l passthrough f231c7f ctrl: delete the fifo if it exists 7cfb1ac conmon_test: fix race condition on os.RemoveAll c657db7 integration: use the built binary fa1fa36 bump to v2.0.31-dev 2792c16 bump to v2.0.30 fec62f1 bump go version for podman tests 89072ea Update VM Images + Drop prior-ubuntu references 53c9f75 Remove unreachable code path 9e54dda exit: report if the exit command was killed 4d3dba9 exit: fix race zombie reaper c834521 conn_sock: allow watchdog messages through the notify socket proxy 423c391 Add seccomp to build dependency 9c23760 Update nixpkgs 3a8c913 make: only define use_seccomp if we're using it 1d67d9e Makefile: correctly check seccomp notify support e796a80 Makefile: make conditional-compilation variable setting uniform e83c392 Makefile: unify condition checking 7381063 Cirrus: Remove outdated/wrong documentation 4a8762d Cirrus: Fix references to 'master' branch 1ef2468 Fix docs links due to branch rename 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 26ba3612..b096d899 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 = "1ef246896b4f6566964ed861b98cd32d0e7bf7a2" 12SRCREV = "e67bb4d9bb74424569b3b38943d13fe9e5dfcb20"
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.29+git${SRCPV}" 17PV = "2.0.30+git${SRCPV}"
18 18
19S = "${WORKDIR}/git" 19S = "${WORKDIR}/git"
20 20