containerd: update to v1.4.4

Dropping the backported CVE patch, as it is part of this version bump,
which contains the followig commits:

   c64cfa03b runtime/v2/runc: fix the defer cleanup of the NewContainer
   60c139c9a gha: use sudo -E in some places to prevent dropping env-vars
   e0d452986 GHA: use setup-go@v2
   ac87e05f6 [release/1.4] update Go to 1.15.11
   425a6e4f8 night ci fix: add packages for ubuntu 20.04
   80de6e2b4 vendor: golang.org/x/sys 5cba982894dd4e8879e3ef0a0c308ceff39f6154
   92da2dbfa vendor: golang.org/x/sync 67f06af15bc961c363a7260195bcd53487529a21
   b24c8a2ec vendor: golang.org/x/net 69a78807bb2bb6d1599c68698c6b009505012083
   ebdd88cc0 vendor: sigs.k8s.io/structured-merge-diff/v4 v4.0.3
   fe197b9b5 vendor: update kubernetes to v1.19.10
   07e347903 adds log for each failed host and status not found on host
   18a271509 need to bring critest backup
   8c5422eb6 Fix error log when copy file
   f9d6a7604 runtime/v2/runc: fix leaking socket path
   24921417f Fix missing close
   bfe95947f install-runc: set GO111MODULE=off to use vendor
   520d179ed Prevent runc inheriting BUILDTAGS from containerd
   039c24043 move runc version to a separate file for easier consumption
   0e957e5ad Separate runc binary version from libcontainer version
   bd5bbbd1a Remove references to apparmor and selinux buildtags for runc
   fca4a0d1b script/setup: use git clone instead of go get -d
   4c875c81a cmd/ctr: fix export command
   bbde7b700 overlay: support "userxattr" option (kernel 5.11)
   4c2f6a7ab Fix advisory link in release notes for containerd 1.4.4
   3ba4a3171 Prepare release notes for 1.4.4
   cbcb2f57f vendor: update cri
   633bfb712 CI: cache ~/.vagrant.d/boxes
   e7851d743 CI: fix "ls: cannot access '/etc/cni/net.d': Permission denied"
   f4a6e163e Update continuity
   2ec4a495f Update gogo/protobuf to v1.3.2
   232cee448 Update to go 1.15.8

Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
This commit is contained in:
Bruce Ashfield 2021-04-29 23:03:23 -04:00
parent 300c3f0d13
commit b5ae84170a

View File

@ -1,4 +1,4 @@
SRCREV = "e44e8ebeaaa2d605f539dffa3788a53c92458c4d"
SRCREV = "409c87ba59dd96965239573aa9458a3585c05468"
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 \
@ -8,7 +8,7 @@ include containerd.inc
LIC_FILES_CHKSUM = "file://src/import/LICENSE;md5=1269f40c0d099c21a871163984590d89"
CONTAINERD_VERSION = "v1.4.1"
CONTAINERD_VERSION = "v1.4.4"
EXTRA_OEMAKE += "GODEBUG=1"