summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2024-02-28 15:24:08 +0000
committerBruce Ashfield <bruce.ashfield@gmail.com>2024-03-15 17:17:19 +0000
commit7a5bf9f670c611cca4a9ba41e8d53c4e70fe9d46 (patch)
tree35baa91198dc98c1ecc045bb7c477f31c1c44322
parente3d1163c54448d7a67b546a297103746ab887593 (diff)
downloadmeta-virtualization-7a5bf9f670c611cca4a9ba41e8d53c4e70fe9d46.tar.gz
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>
-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 5b998b09..d7047ed0 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 = "6d88cb3672a3dceeb4b045a92dc4d4285c9f4efd" 12SRCREV = "affab49967eb62f75d2a47398344ab053326289f"
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.8+git" 17PV = "2.1.10+git"
18 18
19S = "${WORKDIR}/git" 19S = "${WORKDIR}/git"
20 20