From 6e0634436b03d8571608d3b80362d36bced6dc11 Mon Sep 17 00:00:00 2001 From: Chen Qi Date: Fri, 15 Apr 2022 02:24:30 -0700 Subject: containerd-opencontainers: bump to v1.4.13 Bump from v1.4.12 to v.1.4.13, which solves CVE-2022-23648. Signed-off-by: Chen Qi Signed-off-by: Bruce Ashfield --- recipes-containers/containerd/containerd-opencontainers_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-containers/containerd/containerd-opencontainers_git.bb b/recipes-containers/containerd/containerd-opencontainers_git.bb index 7f6c75d9..40b03163 100644 --- a/recipes-containers/containerd/containerd-opencontainers_git.bb +++ b/recipes-containers/containerd/containerd-opencontainers_git.bb @@ -5,7 +5,7 @@ DESCRIPTION = "containerd is a daemon to control runC, built for performance and support as well as checkpoint and restore for cloning and live migration of containers." -SRCREV = "7b11cfaabd73bb80907dd23182b9347b4245eb5d" +SRCREV = "9cc61520f4cd876b86e77edfeb88fbcd536d1f9d" SRC_URI = "git://github.com/containerd/containerd;branch=release/1.4 \ file://0001-build-use-oe-provided-GO-and-flags.patch \ file://0001-Add-build-option-GODEBUG-1.patch \ @@ -15,7 +15,7 @@ SRC_URI = "git://github.com/containerd/containerd;branch=release/1.4 \ LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://src/import/LICENSE;md5=1269f40c0d099c21a871163984590d89" -CONTAINERD_VERSION = "v1.4.12" +CONTAINERD_VERSION = "v1.4.13" EXTRA_OEMAKE += "GODEBUG=1" -- cgit v1.2.3-54-g00ecf