diff options
author | Matt Housh <jaeger@crux.ninja> | 2022-03-24 20:25:52 -0500 |
---|---|---|
committer | Matt Housh <jaeger@crux.ninja> | 2022-03-24 20:25:52 -0500 |
commit | 6f6bf9efe6fbdfb9e475f4cda1ecd5bff0a9037a (patch) | |
tree | 2e6114ed908af122e68929b991d2166294b04968 /containerd | |
parent | 49231a2ce4fe07bdf1e982574844dc415a21eded (diff) | |
download | contrib-6f6bf9efe6fbdfb9e475f4cda1ecd5bff0a9037a.tar.gz contrib-6f6bf9efe6fbdfb9e475f4cda1ecd5bff0a9037a.tar.xz |
[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.
Diffstat (limited to 'containerd')
-rw-r--r-- | containerd/.signature | 6 | ||||
-rw-r--r-- | containerd/Pkgfile | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/containerd/.signature b/containerd/.signature index fcb517251..821a986a2 100644 --- a/containerd/.signature +++ b/containerd/.signature @@ -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 diff --git a/containerd/Pkgfile b/containerd/Pkgfile index 7ae4c1cef..3db6023c4 100644 --- a/containerd/Pkgfile +++ b/containerd/Pkgfile @@ -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/ } |