![](https://secure.gravatar.com/avatar/df8330968b6df8cd1c1942c5fb4b720c.jpg?s=120&d=mm&r=g)
commit 0e65570a601396b0f0628b0dc1a192385d41e283 Author: Matt Housh <jaeger@crux.ninja> Date: Mon Mar 13 17:11:00 2023 -0500 containerd: updated to version 1.7.0 diff --git a/containerd/.signature b/containerd/.signature index b32bc9488..69f3f526d 100644 --- a/containerd/.signature +++ b/containerd/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF329Lt+rIiXTKnVzWkXghoD07YAR0h0PS/4VRU3pCu7Ge3ho3AdgrNH5C82TgVs+1e29FDp4fK8pLNJDWBwstswU= -SHA256 (Pkgfile) = 1e0188b940420489d5429db7739f3c4aeec19fc0251f94252a8e3378f09ba5a9 +RWSagIOpLGJF3xO3bYvScnqi0yIKXp1xZNStKZU0Kc+M1jNJPrMZycsI5pdbG7+4CSenVngIgqi1JNUZFcRcKbkaOQs0JUq+vg8= +SHA256 (Pkgfile) = e5499d4977d2ac3fc599285b2329c4f7e2a76a8aa44a91b41b6385e24cdace9c SHA256 (.footprint) = fcb21e77eaefae687cbea41bdacbe47a1191c052138040fc15368af8bf7b436c -SHA256 (containerd-1.6.19.tar.xz) = 5752f69bbb2570a263b1dd1f5e6951cb299bfb7d67c89c6b37f4ad5af530b7e6 +SHA256 (containerd-1.7.0.tar.xz) = 08d8ed84fbd81eb08e3c5ba9648f935ac99fd6d7a153ec47edb312cb2a61f2b5 diff --git a/containerd/Pkgfile b/containerd/Pkgfile index 3b1964411..5e20e9f78 100644 --- a/containerd/Pkgfile +++ b/containerd/Pkgfile @@ -4,7 +4,7 @@ # Depends on: go btrfs-progs git libseccomp name=containerd -version=1.6.19 +version=1.7.0 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=2be87c1a75505ac066bec4a99e6c72aafd41d883 + make GIT_COMMIT=1fbd70374134b891f97ce19c70b6e50c7b9f4e0d install -d -m 0755 $PKG/usr/bin install -m 0755 bin/* $PKG/usr/bin/ }