From d50a9917fda803c7a4fe302957a41de27bc7aa67 Mon Sep 17 00:00:00 2001 From: breakings Date: Sun, 8 Aug 2021 13:27:01 +0800 Subject: [PATCH] Update containerd to 1.4.9 The ninth patch release for containerd 1.4 updates runc to 1.0.1 and contains other minor updates. ### Notable Updates - **Update runc binary to 1.0.1** [#5751](https://github.com/containerd/containerd/pull/5751) - **Update pull authorization logic on redirect** [#5504](https://github.com/containerd/containerd/pull/5504) - **Fix user agent used for fetching registry authentication tokens** [#5761](https://github.com/containerd/containerd/pull/5761) --- utils/containerd/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/utils/containerd/Makefile b/utils/containerd/Makefile index 4ce6621927..803d151bd2 100644 --- a/utils/containerd/Makefile +++ b/utils/containerd/Makefile @@ -1,15 +1,15 @@ include $(TOPDIR)/rules.mk PKG_NAME:=containerd -PKG_VERSION:=1.4.6 +PKG_VERSION:=1.4.9 PKG_RELEASE:=1 PKG_LICENSE:=Apache-2.0 PKG_LICENSE_FILES:=LICENSE PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/containerd/containerd/tar.gz/v${PKG_VERSION}? -PKG_HASH:=285a3f4c00a87538bd7d0a82a0a8a758458c02b925349f44f3189f480c326038 -PKG_SOURCE_VERSION:=d71fcd7d8303cbf684402823e425e9dd2e99285d +PKG_HASH:=3bb9f54be022067847f5930d21ebbfe4e7a67f589d78930aa0ac713492c28bcc +PKG_SOURCE_VERSION:=e25210fe30a0a703442421b0f60afac609f950a3 PKG_MAINTAINER:=Gerard Ryan