ports/contrib (3.7): containerd: updated to version 1.6.19
commit e396d2f16b7edb6705284ce082e9d771f07be573 Author: Matt Housh <jaeger@crux.ninja> Date: Mon Feb 27 19:10:46 2023 -0600 containerd: updated to version 1.6.19 diff --git a/containerd/.signature b/containerd/.signature index 21368b04d..b32bc9488 100644 --- a/containerd/.signature +++ b/containerd/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF35FqN+NelhV8kw8XCmC6bI9dxDusfPRtsuiAHv7SMMHf+Emse0CiJN/kS4l/M/hXaFwdJa8S+ZxuBcziwsK1FAA= -SHA256 (Pkgfile) = 3d49fad3f87ce5ff2bcb884c018b3fe0725cde17ae5a4c79513eef66ef189ccf +RWSagIOpLGJF329Lt+rIiXTKnVzWkXghoD07YAR0h0PS/4VRU3pCu7Ge3ho3AdgrNH5C82TgVs+1e29FDp4fK8pLNJDWBwstswU= +SHA256 (Pkgfile) = 1e0188b940420489d5429db7739f3c4aeec19fc0251f94252a8e3378f09ba5a9 SHA256 (.footprint) = fcb21e77eaefae687cbea41bdacbe47a1191c052138040fc15368af8bf7b436c -SHA256 (containerd-1.6.16.tar.xz) = 32323f5ce0c5ae40d212cb565737fc037ec337c0dc0e106ab71ff55188deeba3 +SHA256 (containerd-1.6.19.tar.xz) = 5752f69bbb2570a263b1dd1f5e6951cb299bfb7d67c89c6b37f4ad5af530b7e6 diff --git a/containerd/Pkgfile b/containerd/Pkgfile index 48af5e72d..3b1964411 100644 --- a/containerd/Pkgfile +++ b/containerd/Pkgfile @@ -4,7 +4,7 @@ # Depends on: go btrfs-progs git libseccomp name=containerd -version=1.6.16 +version=1.6.19 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=31aa4358a36870b21a992d3ad2bef29e1d693bec + make GIT_COMMIT=2be87c1a75505ac066bec4a99e6c72aafd41d883 install -d -m 0755 $PKG/usr/bin install -m 0755 bin/* $PKG/usr/bin/ }
participants (1)
-
crux@crux.nu