From ee27999aa1e0f863f140d079c2659ea15c895cd5 Mon Sep 17 00:00:00 2001 From: Divya Chellam Date: Wed, 16 Oct 2024 11:02:25 +0000 Subject: runc-docker: upgrade 1.1.12 -> 1.1.14 Includes fix for CVE-2024-45310 and other bug fixes Changelog: ========== https://github.com/opencontainers/runc/blob/v1.1.14/CHANGELOG.md Signed-off-by: Divya Chellam Signed-off-by: Bruce Ashfield --- recipes-containers/runc/runc-docker_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'recipes-containers/runc') diff --git a/recipes-containers/runc/runc-docker_git.bb b/recipes-containers/runc/runc-docker_git.bb index 8d078e85..c00eaf39 100644 --- a/recipes-containers/runc/runc-docker_git.bb +++ b/recipes-containers/runc/runc-docker_git.bb @@ -2,13 +2,13 @@ include runc.inc # Note: this rev is before the required protocol field, update when all components # have been updated to match. -SRCREV_runc-docker = "a9833ff391a71b30069a6c3f816db113379a4346" +SRCREV_runc-docker = "2c9f5602f0ba3d9da1c2596322dfc4e156844890" SRC_URI = "git://github.com/opencontainers/runc;branch=release-1.1;name=runc-docker;protocol=https \ file://0001-runc-Add-console-socket-dev-null.patch \ file://0001-Makefile-respect-GOBUILDFLAGS-for-runc-and-remove-re.patch \ file://0001-runc-docker-SIGUSR1-daemonize.patch \ " -RUNC_VERSION = "1.1.12" +RUNC_VERSION = "1.1.14" CVE_PRODUCT = "runc" -- cgit v1.2.3-54-g00ecf