[notify] containerd: updated to version 1.6.2

Addresses CVE-2022-24769, see https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-24769
and https://github.com/containerd/containerd/security/advisories/GHSA-c9cp-9c75-9v8c for details.
This commit is contained in:
Matt Housh 2022-03-24 20:25:52 -05:00
parent 49231a2ce4
commit 6f6bf9efe6
2 changed files with 5 additions and 5 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF39rGy4DAE6iSY1dTuyy6QL9260iSX44cRZN88O1kLzkdnLvHYE0F8zz/pq+SMKlle0yUgyOQtd+QO4jZa8APHQ4=
SHA256 (Pkgfile) = 3bafb966f76be4b00dd6af9c80b2c6006d4c992c5ff32537f6f95ca51cb3f8dd
RWSagIOpLGJF3yA9II7xNKIixR5wA6qqMpmwDWDiPxcctu18qcTp96dNgY4dp3mxK9wGVcb9rnjAlLVvxiWn0xFgMipdOtrRBQ0=
SHA256 (Pkgfile) = c3c6bff9a6749da23d36bc64d7f393b333c06fb72f3c6cfb68802bf4950d2347
SHA256 (.footprint) = fcb21e77eaefae687cbea41bdacbe47a1191c052138040fc15368af8bf7b436c
SHA256 (containerd-1.6.1.tar.xz) = 0144c299d070ab3b6c017adf5ac504bcd18fed4110a654fa90d6bdcdc0d5ae64
SHA256 (containerd-1.6.2.tar.xz) = 0d05756a9a7f7cc6560cd10597ec0a603888097d0369177df83ab6782b162332

View File

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