diff options
| author | Chen Qi <Qi.Chen@windriver.com> | 2022-04-15 02:24:30 -0700 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2022-04-20 13:42:07 -0400 |
| commit | 6e0634436b03d8571608d3b80362d36bced6dc11 (patch) | |
| tree | 26bfed3ceb42a47888ac3aac7290973b6761af18 | |
| parent | 35de9ccfa53756e5d4d040d3ce083cf96289afae (diff) | |
| download | meta-virtualization-6e0634436b03d8571608d3b80362d36bced6dc11.tar.gz | |
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 <Qi.Chen@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
| -rw-r--r-- | recipes-containers/containerd/containerd-opencontainers_git.bb | 4 |
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 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 | |||
| 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 | ||
| 8 | SRCREV = "7b11cfaabd73bb80907dd23182b9347b4245eb5d" | 8 | SRCREV = "9cc61520f4cd876b86e77edfeb88fbcd536d1f9d" |
| 9 | SRC_URI = "git://github.com/containerd/containerd;branch=release/1.4 \ | 9 | SRC_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 \ | |||
| 15 | LICENSE = "Apache-2.0" | 15 | LICENSE = "Apache-2.0" |
| 16 | LIC_FILES_CHKSUM = "file://src/import/LICENSE;md5=1269f40c0d099c21a871163984590d89" | 16 | LIC_FILES_CHKSUM = "file://src/import/LICENSE;md5=1269f40c0d099c21a871163984590d89" |
| 17 | 17 | ||
| 18 | CONTAINERD_VERSION = "v1.4.12" | 18 | CONTAINERD_VERSION = "v1.4.13" |
| 19 | 19 | ||
| 20 | EXTRA_OEMAKE += "GODEBUG=1" | 20 | EXTRA_OEMAKE += "GODEBUG=1" |
| 21 | 21 | ||
