[meta-virtualization][PATCH] runc: upgrade to 1.4.1

[email protected] Sun, 22 Mar 2026 21:49:32 -0700
Newsgroups org.yoctoproject.lists.meta-virtualization
Message-ID <[email protected]>
From: Chen Qi <[email protected]>

There's a critical fix in this new version:
https://github.com/opencontainers/runc/pull/5091

Signed-off-by: Chen Qi <[email protected]>
---
 recipes-containers/runc/runc_git.bb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes-containers/runc/runc_git.bb b/recipes-containers/runc/runc_git.bb
index cd7254e7..5dd1e241 100644
--- a/recipes-containers/runc/runc_git.bb
+++ b/recipes-containers/runc/runc_git.bb
@@ -1,11 +1,11 @@
 include runc.inc
 
-SRCREV = "13a5c4edf427c231680a79871bd1e6f1f0e18892"
+SRCREV = "c67132530367ecd401dbe800bf13b96052212f3f"
 SRC_URI = " \
     git://github.com/opencontainers/runc;branch=release-1.4;protocol=https;destsuffix=${GO_SRCURI_DESTSUFFIX} \
     file://0001-Makefile-respect-GOBUILDFLAGS-for-runc-and-remove-re.patch \
     "
-RUNC_VERSION = "1.3.0"
+RUNC_VERSION = "1.4.1"
 
 # for compatibility with existing RDEPENDS that have existed since
 # runc-docker and runc-opencontainers were separate
-- 
2.49.0