diff options
| author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2026-05-31 17:32:30 +0000 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2026-05-31 17:32:51 +0000 |
| commit | 40fb3c30dc2d97388598a1e88f65db4dd9853439 (patch) | |
| tree | d69ce24f8a2b45b08240d542669683338b48d408 /recipes-containers | |
| parent | fc1edacd334bee30faab7023d16558988f2a7764 (diff) | |
| download | meta-virtualization-40fb3c30dc2d97388598a1e88f65db4dd9853439.tar.gz | |
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 <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-containers')
| -rw-r--r-- | recipes-containers/runc/runc_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
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 @@ | |||
| 1 | include runc.inc | 1 | include runc.inc |
| 2 | 2 | ||
| 3 | SRCREV = "e1c1378fc924f56ce53f4547b7204e2beda7dbf0" | 3 | SRCREV = "f8699560587ee98bdb14731cb80f92fc375642bc" |
| 4 | SRC_URI = " \ | 4 | SRC_URI = " \ |
| 5 | git://github.com/opencontainers/runc;branch=release-1.5;protocol=https;destsuffix=${GO_SRCURI_DESTSUFFIX} \ | 5 | git://github.com/opencontainers/runc;branch=release-1.5;protocol=https;destsuffix=${GO_SRCURI_DESTSUFFIX} \ |
| 6 | file://0001-Makefile-respect-GOBUILDFLAGS-for-runc-and-remove-re.patch \ | 6 | file://0001-Makefile-respect-GOBUILDFLAGS-for-runc-and-remove-re.patch \ |
| 7 | " | 7 | " |
| 8 | RUNC_VERSION = "1.5.0-rc.1" | 8 | RUNC_VERSION = "1.5.0-rc.2" |
| 9 | 9 | ||
| 10 | # for compatibility with existing RDEPENDS that have existed since | 10 | # for compatibility with existing RDEPENDS that have existed since |
| 11 | # runc-docker and runc-opencontainers were separate | 11 | # runc-docker and runc-opencontainers were separate |
