From 40fb3c30dc2d97388598a1e88f65db4dd9853439 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Sun, 31 May 2026 17:32:30 +0000 Subject: runc: update to v1.5.0-rc.2-tip Bumping runc to version v1.5.0-rc.2-37-gf8699560, which comprises the following commits: 524803cc [1.5] runc list: fix error reporting for non-existent root 3964cb7e Update `busybox:glibc` in integration tests to latest (1.38.0) builds d5dc5356 tests/int: relax testPids fork error match string 2b02fb63 tests/int: build TestPids pipelines programmatically 7522b506 tests/int: fix flake in "resources.unified override" 8cf2a2d6 libct: close rootFd ASAP in maskPaths e2eb5dd2 libct: optimize maskPaths for single-directory case d7791e5c integration: reuse tmpfs for directory masks 411b5f2f libct: reuse tmpfs for directory masks 24867ade libct: enforce strict tmpfs limits for masked paths 0fc29212 libct: skip mount for duplicate masked paths 86f61cc3 tests/rootless.sh: use command -v instead of which a03e109e CI: lima: add template name to cache key 27838f27 Complete migration from Cirrus CI to GHA (Lima) c2092624 libct/int: switch from bytes.Buffer to strings.Builder c63f7572 libct/int: remove buffers.Stdin 87edc296 libct/int: use readlink -v f3e4f8ec libct/int: show stderr if command failed c9fd1a38 libct/int: waitProcess: rm dead code 44838af3 tests/rootless.sh: fix skipping idmap tests for systemd 96ffda7b tests: rename AUX_{DIR,UID} to ROOTLESS_AUX_* 68388249 tests/int/checkpoint: drop unneeded tests d5cead38 libct: move cmsg helpers to new internal/cmsg package 83e60dda libcontainer/devices: add '//go:fix inline' directives 3bd7cbb5 VERSION: back to development Signed-off-by: Bruce Ashfield --- recipes-containers/runc/runc_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'recipes-containers/runc') diff --git a/recipes-containers/runc/runc_git.bb b/recipes-containers/runc/runc_git.bb index 6ae647ee..28e891fb 100644 --- a/recipes-containers/runc/runc_git.bb +++ b/recipes-containers/runc/runc_git.bb @@ -1,11 +1,11 @@ include runc.inc -SRCREV = "e1c1378fc924f56ce53f4547b7204e2beda7dbf0" +SRCREV = "f8699560587ee98bdb14731cb80f92fc375642bc" SRC_URI = " \ git://github.com/opencontainers/runc;branch=release-1.5;protocol=https;destsuffix=${GO_SRCURI_DESTSUFFIX} \ file://0001-Makefile-respect-GOBUILDFLAGS-for-runc-and-remove-re.patch \ " -RUNC_VERSION = "1.5.0-rc.1" +RUNC_VERSION = "1.5.0-rc.2" # for compatibility with existing RDEPENDS that have existed since # runc-docker and runc-opencontainers were separate -- cgit v1.2.3-54-g00ecf