containerd/opencontainers: update to latest 1.4.x SRCREV

This includes the following commits:

   232cee448 Update to go 1.15.8
   f087d7849 runtime: fix shutdown runc v2 service
   edffc830b change flag from RDONLY to RDWR and close the fifo correct
   e7cd2030e pusher: add missing authentication support for requests
   ec752e8ba docker: avoid concurrent map access panic
   b73052d34 runtime/v2: should use defer ctx to cleanup
   8cff6b375 [release/1.4 backport] Return GRPC not found error instead of plain one
   a6f6eb00c Add bounds on max oom_score_adj value for AdjustOOMScore

Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
This commit is contained in:
Bruce Ashfield 2021-02-05 22:31:50 -05:00
parent 1ce10e184f
commit cd6feb72b8

View File

@ -1,4 +1,4 @@
SRCREV = "269548fa27e0089a8b8278fc4fc781d7f65a939b"
SRCREV = "33d90b72d1e44987118ac111d4f7a108d412099b"
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 \