From 6938329abb82bc27f23a1b7edea0a7cce47daa8b Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Mon, 23 Mar 2026 15:42:03 +0000 Subject: runc: update to v1.5.0-rc.1 Bumping runc to version v1.5.0-rc.1-4-ge1c1378f, which comprises the following commits: d5db4a59 CHANGELOG: move "better errors from runc init" to 1.4.0 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 cd7254e7..dbb05f75 100644 --- a/recipes-containers/runc/runc_git.bb +++ b/recipes-containers/runc/runc_git.bb @@ -1,8 +1,8 @@ include runc.inc -SRCREV = "13a5c4edf427c231680a79871bd1e6f1f0e18892" +SRCREV = "e1c1378fc924f56ce53f4547b7204e2beda7dbf0" SRC_URI = " \ - git://github.com/opencontainers/runc;branch=release-1.4;protocol=https;destsuffix=${GO_SRCURI_DESTSUFFIX} \ + 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.3.0" -- cgit v1.2.3-54-g00ecf