[notify] containerd: updated to version 1.6.1, fixes CVE-2022-23648

See https://github.com/containerd/containerd/security/advisories/GHSA-crp2-qrr5-8pq7
This commit is contained in:
Matt Housh 2022-03-06 18:54:21 -06:00
parent 82e780be8c
commit 528140028d
2 changed files with 5 additions and 5 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF37D/o1yscLiUcNTbDaCxCLag4gj1qVUeH90A5bvS7Ipx26vbxYyD66CsetCMAOJzBGVvwSwhYGMbekXIEU2R2wk=
SHA256 (Pkgfile) = 3eb2d59c418d48f94dfa9699eed3e41a09c0107a2b3812190323238939f03ff6
RWSagIOpLGJF39rGy4DAE6iSY1dTuyy6QL9260iSX44cRZN88O1kLzkdnLvHYE0F8zz/pq+SMKlle0yUgyOQtd+QO4jZa8APHQ4=
SHA256 (Pkgfile) = 3bafb966f76be4b00dd6af9c80b2c6006d4c992c5ff32537f6f95ca51cb3f8dd
SHA256 (.footprint) = fcb21e77eaefae687cbea41bdacbe47a1191c052138040fc15368af8bf7b436c
SHA256 (containerd-1.5.9.tar.xz) = 5a55366962267e6b647fbb1877481ec2c6dcf73e7770641337d7fba5b4374de5
SHA256 (containerd-1.6.1.tar.xz) = 0144c299d070ab3b6c017adf5ac504bcd18fed4110a654fa90d6bdcdc0d5ae64

View File

@ -4,7 +4,7 @@
# Depends on: go btrfs-progs git libseccomp
name=containerd
version=1.5.9
version=1.6.1
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=1407cab509ff0d96baa4f0eb6ff9980270e6e620
make GIT_COMMIT=10f428dac7cec44c864e1b830a4623af27a9fc70
install -d -m 0755 $PKG/usr/bin
install -m 0755 bin/* $PKG/usr/bin/
}