summaryrefslogtreecommitdiff
path: root/containerd
diff options
context:
space:
mode:
authorMatt Housh <jaeger@crux.ninja>2021-03-30 11:54:42 -0500
committerMatt Housh <jaeger@crux.ninja>2021-03-30 11:54:42 -0500
commit9223809396bbab894b459b5c67f274abc9d82905 (patch)
treec7f4213458ad069b48faa6c6556a860177536afc /containerd
parent32fef4bf7091f287d7548f0b7f4d537023cf7a89 (diff)
downloadcontrib-9223809396bbab894b459b5c67f274abc9d82905.tar.gz
contrib-9223809396bbab894b459b5c67f274abc9d82905.tar.xz
[notify] containerd: updated to version 1.4.4; fixes CVE-2021-21334
See https://github.com/containerd/containerd/releases/tag/v1.4.4 for details.
Diffstat (limited to 'containerd')
-rw-r--r--containerd/.signature6
-rw-r--r--containerd/Pkgfile4
2 files changed, 5 insertions, 5 deletions
diff --git a/containerd/.signature b/containerd/.signature
index b908d8404..a2b9bc42b 100644
--- a/containerd/.signature
+++ b/containerd/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
-RWSagIOpLGJF39RJ/qBRcxmCfQBHk0AN8V3yj/8Pj7mYp6S+z1b8l+CUkwTPhFUm1IoNJNyqeRRtkgk5uMx828g2uirdyS4tlQA=
-SHA256 (Pkgfile) = 7c0a333ae9926d93ecc9af88d749aef7cb154ac792bad02c74f6652258caf65d
+RWSagIOpLGJF335qvScHHfGPKN8EB61Sef1jRFPGHdVjAwC+5eE9u3Db6jZjcn/rxTgyScmomjPUIrh2yOfAV4RT8L9nS39T8Ak=
+SHA256 (Pkgfile) = 2d28df9a76c1f816823a9b8c40e461fe13039c4ded5c7232ebb2bab6e2c12459
SHA256 (.footprint) = fcb21e77eaefae687cbea41bdacbe47a1191c052138040fc15368af8bf7b436c
-SHA256 (containerd-1.4.3.tar.xz) = 98b8960a29dc7364eab7dc19af4e0019cf7e847c2ffaf846503fb6e448929605
+SHA256 (containerd-1.4.4.tar.xz) = ba93ad8a11ca9cded99f3c7962d0046f703e20fc9b600cd3b5aed19b58a8db8f
diff --git a/containerd/Pkgfile b/containerd/Pkgfile
index b8a66dd2c..82060f083 100644
--- a/containerd/Pkgfile
+++ b/containerd/Pkgfile
@@ -4,7 +4,7 @@
# Depends on: go btrfs-progs git libseccomp
name=containerd
-version=1.4.3
+version=1.4.4
release=1
source=(http://jaeger.morpheus.net/linux/crux/files/$name-$version.tar.xz)
@@ -16,7 +16,7 @@ build() {
cd $name
export GOPATH=$SRC
# use the long commit hash here
- make GIT_COMMIT=269548fa27e0089a8b8278fc4fc781d7f65a939b
+ make GIT_COMMIT=05f951a3781f4f2c1911b05e61c160e9c30eaa8e
install -d -m 0755 $PKG/usr/bin
install -m 0755 bin/* $PKG/usr/bin/
}

Generated by cgit