summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChen Qi <Qi.Chen@windriver.com>2021-11-21 23:37:35 -0800
committerBruce Ashfield <bruce.ashfield@gmail.com>2021-11-24 16:59:58 -0500
commit3d8ac6655c6e1b298969a10a2679f20cab1013e9 (patch)
treec72301d05310f7ac2c9e419c61f50019c30f2f52
parent3415134f7dae5a691b29dc8b2b5fc571f21b3906 (diff)
downloadmeta-virtualization-3d8ac6655c6e1b298969a10a2679f20cab1013e9.tar.gz
containerd-opencontainers: bump to v1.4.12
Bump from v1.4.4 to v.1.4.12 so that some CVEs are resolved, e.g. CVE-2021-41103. Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r--recipes-containers/containerd/containerd-opencontainers_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-containers/containerd/containerd-opencontainers_git.bb b/recipes-containers/containerd/containerd-opencontainers_git.bb
index 774a28cb..7f6c75d9 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
5 support as well as checkpoint and restore for cloning and live migration of containers." 5 support as well as checkpoint and restore for cloning and live migration of containers."
6 6
7 7
8SRCREV = "409c87ba59dd96965239573aa9458a3585c05468" 8SRCREV = "7b11cfaabd73bb80907dd23182b9347b4245eb5d"
9SRC_URI = "git://github.com/containerd/containerd;branch=release/1.4 \ 9SRC_URI = "git://github.com/containerd/containerd;branch=release/1.4 \
10 file://0001-build-use-oe-provided-GO-and-flags.patch \ 10 file://0001-build-use-oe-provided-GO-and-flags.patch \
11 file://0001-Add-build-option-GODEBUG-1.patch \ 11 file://0001-Add-build-option-GODEBUG-1.patch \
@@ -15,7 +15,7 @@ SRC_URI = "git://github.com/containerd/containerd;branch=release/1.4 \
15LICENSE = "Apache-2.0" 15LICENSE = "Apache-2.0"
16LIC_FILES_CHKSUM = "file://src/import/LICENSE;md5=1269f40c0d099c21a871163984590d89" 16LIC_FILES_CHKSUM = "file://src/import/LICENSE;md5=1269f40c0d099c21a871163984590d89"
17 17
18CONTAINERD_VERSION = "v1.4.4" 18CONTAINERD_VERSION = "v1.4.12"
19 19
20EXTRA_OEMAKE += "GODEBUG=1" 20EXTRA_OEMAKE += "GODEBUG=1"
21 21