summaryrefslogtreecommitdiffstats
path: root/recipes-containers/runc
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2026-03-23 15:42:03 +0000
committerBruce Ashfield <bruce.ashfield@gmail.com>2026-03-23 15:42:03 +0000
commit6938329abb82bc27f23a1b7edea0a7cce47daa8b (patch)
tree792c08bb633b5f671c745c7a664383339fd14121 /recipes-containers/runc
parentb8968685998a052e5bed0f68a546be800c6849ed (diff)
downloadmeta-virtualization-6938329abb82bc27f23a1b7edea0a7cce47daa8b.tar.gz
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 <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-containers/runc')
-rw-r--r--recipes-containers/runc/runc_git.bb4
1 files changed, 2 insertions, 2 deletions
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 @@
1include runc.inc 1include runc.inc
2 2
3SRCREV = "13a5c4edf427c231680a79871bd1e6f1f0e18892" 3SRCREV = "e1c1378fc924f56ce53f4547b7204e2beda7dbf0"
4SRC_URI = " \ 4SRC_URI = " \
5 git://github.com/opencontainers/runc;branch=release-1.4;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 "
8RUNC_VERSION = "1.3.0" 8RUNC_VERSION = "1.3.0"