summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2023-08-02 19:01:56 +0000
committerBruce Ashfield <bruce.ashfield@gmail.com>2023-08-24 01:38:21 +0000
commit7867b58ca2640899072b608b03d4fdf86fc33376 (patch)
treeb38149cd23331d53842008581c01661b0cec98c8
parent63dd08bf86dcc3df6ca31e8aaf21995a43e60702 (diff)
downloadmeta-virtualization-7867b58ca2640899072b608b03d4fdf86fc33376.tar.gz
conmon: update to 2.1.7
Bumping conmon to version v2.1.3-74-g75f8ceb, which comprises the following commits: fa67ce6 ensure console socket buffers are properly sized 2902909 Remove lgtm badge 2832e4f chore(deps): update dependency containers/automation_images to v20230614 7a7c893 log fds more permissive c26648e Fix close_other_fds on FreeBSD ebc6717 chore(deps): update dependency containers/automation_images to v20230601 8225789 chore(deps): update dependency containers/automation_images to v20230517 dcee6fb Update nixos image and dependencies' version. e907fdc Changes to build conmon for ppc64le 5510eb0 fix compile regression on FreeBSD be144a1 chore(deps): update dependency containers/automation_images to v20230426 3fcc1d2 Packit: update config 676e86d ctrl: fix a debug statement b7aa7b1 [skip-ci] Update actions/setup-go action to v4 d8bf969 [skip-ci] Update actions/checkout action to v3 53debe6 [skip-ci] Update actions/cache action to v3 758ff5a vendor: bump to latest packages 44448e7 fix(deps): update module github.com/containers/libpod to v4 95ecbf5 chore(deps): update dependency containers/automation_images to v20230405 3b447bc conmon: drop return after pexit() d637b73 ctrl: make accept4 failures fatal cbc7c40 cmsg: recvfd returns an error on failures 0251765 cmsg: fix program name 5fcb8da ctrl: on EINTR retry accept4 08c34bd Add renovate configuration 9a3af8f logging: avoid opening /dev/null for each write 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 6b56f207..8486d6ad 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 = "9a3af8f438d89ffc176f3c76c164088e64bb6b19" 12SRCREV = "75f8ceba3523db9148763f035589ae9558382f30"
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.1.3+git${SRCPV}" 17PV = "2.1.7+git${SRCPV}"
18 18
19S = "${WORKDIR}/git" 19S = "${WORKDIR}/git"
20 20