From 62ac94c50dffc38d4f6d56ab8009dcfedae31afd Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Thu, 9 Nov 2023 20:33:24 +0000 Subject: [PATCH] runc-opencontainers: update to 1.1.10 Bumping runc to version v1.1.10-2-gf3446b1e, which comprises the following commits: be887840 VERSION: back to development 18a0cb0f VERSION: release 1.1.10 b426e9b7 libct/cgroups.OpenFile: clean "file" argument 8214e634 libct/cg: support hugetlb rsvd f8be7009 [1.1] tests/int/helpers: add get_cgroup_path 1f66027a ci/gha: fix downloading Release.key 5a5b2cc3 Fix directory perms vs umask for tmpcopyup b365458f fix a typo in cloned_binary.c: re-use -> reuse 8f66c9fb fix two typos 016b2b42 Handle kmem.limit_in_bytes removal 11737f55 VERSION: back to development ccaecfcb VERSION: release 1.1.9 Signed-off-by: Bruce Ashfield --- recipes-containers/runc/runc-opencontainers_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-containers/runc/runc-opencontainers_git.bb b/recipes-containers/runc/runc-opencontainers_git.bb index cc7b8d90..61e7cfa6 100644 --- a/recipes-containers/runc/runc-opencontainers_git.bb +++ b/recipes-containers/runc/runc-opencontainers_git.bb @@ -1,11 +1,11 @@ include runc.inc -SRCREV = "26a98ea20ee1e946f07fc8a9ba9f11b84b39e4a0" +SRCREV = "f3446b1e5fe75bf419c808d8705c899ab4968b6e" SRC_URI = " \ git://github.com/opencontainers/runc;branch=release-1.1;protocol=https \ file://0001-Makefile-respect-GOBUILDFLAGS-for-runc-and-remove-re.patch \ " -RUNC_VERSION = "1.1.9" +RUNC_VERSION = "1.1.10" CVE_PRODUCT = "runc"