mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 12:50:22 +02:00
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>
This commit is contained in:
parent
63dd08bf86
commit
7867b58ca2
|
@ -9,12 +9,12 @@ REQUIRED_DISTRO_FEATURES ?= "seccomp"
|
|||
|
||||
DEPENDS = "glib-2.0 go-md2man-native libseccomp"
|
||||
|
||||
SRCREV = "9a3af8f438d89ffc176f3c76c164088e64bb6b19"
|
||||
SRCREV = "75f8ceba3523db9148763f035589ae9558382f30"
|
||||
SRC_URI = "\
|
||||
git://github.com/containers/conmon.git;branch=main;protocol=https \
|
||||
"
|
||||
|
||||
PV = "2.1.3+git${SRCPV}"
|
||||
PV = "2.1.7+git${SRCPV}"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user