aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJake Buchholz <tomalok@gmail.com>2020-12-01 01:19:46 +0000
committerJake Buchholz <tomalok@gmail.com>2020-12-01 01:19:46 +0000
commit0a37a11ae1d1bfbd09ea8ff208327a3c689862b4 (patch)
tree7db067c7165ffaa21bd6c345cab830a16a71ebdc
parentec7f05110ecb29240e1c9daa17ce9df80f862f3d (diff)
community/containerd: upgrade to 1.4.3
Addresses CVE-2020-15257 For more details see https://github.com/containerd/containerd/releases/tag/v1.4.3
-rw-r--r--community/containerd/APKBUILD8
1 files changed, 5 insertions, 3 deletions
diff --git a/community/containerd/APKBUILD b/community/containerd/APKBUILD
index 14d182c6441..4aac6355341 100644
--- a/community/containerd/APKBUILD
+++ b/community/containerd/APKBUILD
@@ -4,8 +4,8 @@
pkgname=containerd
# NOTE: containerd's Makefile tries to get REVISION from git, but we're building from a tarball.
-_commit=b321d358e6eef9c82fa3f3bb8826dca3724c58c6
-pkgver=1.4.2
+_commit=269548fa27e0089a8b8278fc4fc781d7f65a939b
+pkgver=1.4.3
pkgrel=0
pkgdesc="An open and reliable container runtime"
url="https://containerd.io"
@@ -25,6 +25,8 @@ source="containerd-$pkgver.tar.gz::https://github.com/containerd/containerd/arch
builddir="$srcdir/src/github.com/containerd/containerd"
# secfixes:
+# 1.4.3-r0:
+# - CVE-2020-15257
# 1.3.3-r0:
# - CVE-2019-19921
# - CVE-2020-0601
@@ -90,6 +92,6 @@ stress() {
amove usr/bin/containerd-stress
}
-sha512sums="fbbe51136ce5ce621a89ce19b340d53110b832a2610350742c9a1fed834140806f47c1a7cdf26ea94ebde2a7931fefcbc3f487ad9321404f0538f3412309d335 containerd-1.4.2.tar.gz
+sha512sums="40501a45c46e4f2f6df1ce9e4142612863b400bb2e804b1e23a0b9f0b1ed3d5c83a6fcce4e70f82a4557ce0f301e2de11cf2935039cb74b8ebec0dc71752406e containerd-1.4.3.tar.gz
21a9888b684913138ec4a342b0b69e40e9c773ecd329c4e2401a807365586468cb19035583a4fc8b0f86138f5ee4c7fb911c75495263e4b43d2886ea11e0e271 containerd.confd
2818cb9e062a6b75c5e2ad6a076eb26edc9fd9b70356b37f9306d082dc360a2d7bd802531afd8e73998cc0fdaa6ad34cd7a0a1d67bd98ee1bb7f30bab16d6084 containerd.initd"