mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 12:50:22 +02:00
conmon: update to 2.1.10
Bumping conmon to version v2.1.3-138-gaffab49, which comprises the following commits: 9ce7b1a Add support for s390x 3e103d6 Remove checks for (long)deprecated libsystemd-journal in favor of libsystemd f2be46f update packit config, enable downstream tasks 59c6de4 fix(deps): update module github.com/onsi/gomega to v1.31.1 1e0d24b [skip-ci] Update actions/setup-go action to v5 bc27f79 [skip-ci] Update actions/cache action to v4 386bb80 fix(deps): update github.com/opencontainers/runtime-tools digest to 408c51e 14a34a8 chore(deps): update dependency containers/automation_images to v20240102 8c6e47f drop --tty on exec 3e425d1 chore(deps): update dependency containers/automation_images to v20231208 90432cc docs/Makefile: softcode GOMD2MAN 2dcd736 bump to 2.1.10 5fec3c0 fix(deps): update module github.com/onsi/gomega to v1.30.0 8babb44 chore(deps): update module github.com/docker/docker to v24 [security] 2bc8747 chore(deps): update module golang.org/x/net to v0.17.0 [security] 8557c11 Fix incorrect free in conn_sock 116675e logging: Respect log-size-max immediately after open fad6bac fix some issues flagged by SAST scan 91092aa version: bump to 2.1.9 521f585 README.md: update the correct Nix channel 26053bd Fix podman tests 20ce441 Forward more messages on the sd-notify socket 57eedf0 ci: skip broken cri-o tests 03b64fa logging: -l passthrough accepts TTYs 3605a36 src: fix write after end of buffer f269c2f src: open all files with O_CLOEXEC 633ac6b oom-score: restore oom score before running exit command f0eb924 src/seccomp_notify.c: fix static build a58206d CI: Update Fedora names f5eeb6a chore(deps): update dependency containers/automation_images to v20231004 6d88cb3 fix(deps): update module github.com/onsi/ginkgo/v2 to v2.12.0 Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
This commit is contained in:
parent
e3d1163c54
commit
7a5bf9f670
|
@ -9,12 +9,12 @@ REQUIRED_DISTRO_FEATURES ?= "seccomp"
|
|||
|
||||
DEPENDS = "glib-2.0 go-md2man-native libseccomp"
|
||||
|
||||
SRCREV = "6d88cb3672a3dceeb4b045a92dc4d4285c9f4efd"
|
||||
SRCREV = "affab49967eb62f75d2a47398344ab053326289f"
|
||||
SRC_URI = "\
|
||||
git://github.com/containers/conmon.git;branch=main;protocol=https \
|
||||
"
|
||||
|
||||
PV = "2.1.8+git"
|
||||
PV = "2.1.10+git"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user