summaryrefslogtreecommitdiffstats
path: root/recipes-containers
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2021-06-20 20:25:08 -0400
committerBruce Ashfield <bruce.ashfield@gmail.com>2021-06-21 08:52:18 -0400
commit7a59023229ac5772b4631cbf2e08a6d3456e783b (patch)
treeee48f310aae59cbabd45b3c1a81920eb4a9c2713 /recipes-containers
parent950b24b2d5fe454c9d3a9eab5691753067e4b7d0 (diff)
downloadmeta-virtualization-7a59023229ac5772b4631cbf2e08a6d3456e783b.tar.gz
conmon: update to v2.0.29
Bumping conmon to version v2.0.1-250-g1ef2468, which comprises the following commits: 1ef2468 Fix docs links due to branch rename 24c73c2 seccomp: fix for unsupported versions fc7830d bump to v2.0.30-dev 7e6de66 bump to v2.0.29 b033cb5 Reset OOM score back to 0 for container runtime 106cad5 seccomp: add support for seccomp notify 77dfb4b .cirrus.yml: raise the timeout to 60m 87330dc call functions registered with atexit on SIGTERM Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-containers')
-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 974eb07e..5c45ce04 100644
--- a/recipes-containers/conmon/conmon_git.bb
+++ b/recipes-containers/conmon/conmon_git.bb
@@ -6,12 +6,12 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=61af0b6932ea7b12fb9142721043bc77"
6 6
7DEPENDS = "glib-2.0 go-md2man-native" 7DEPENDS = "glib-2.0 go-md2man-native"
8 8
9SRCREV = "31614525ebc5fd9668a6e084b5638d71b903bf6d" 9SRCREV = "1ef246896b4f6566964ed861b98cd32d0e7bf7a2"
10SRC_URI = "\ 10SRC_URI = "\
11 git://github.com/containers/conmon.git;branch=main \ 11 git://github.com/containers/conmon.git;branch=main \
12" 12"
13 13
14PV = "2.0.28+git${SRCPV}" 14PV = "2.0.29+git${SRCPV}"
15 15
16S = "${WORKDIR}/git" 16S = "${WORKDIR}/git"
17 17