From c5c72db407fa759e799b3e2b75dd67764838226a Mon Sep 17 00:00:00 2001 From: Matt Housh Date: Wed, 3 Jul 2024 18:55:48 -0500 Subject: [PATCH] containerd: updated to version 1.7.19 --- containerd/.signature | 6 +++--- containerd/Pkgfile | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/containerd/.signature b/containerd/.signature index 33c72ebe2..42b81a7dc 100644 --- a/containerd/.signature +++ b/containerd/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF3wL3fYSh75Zj0nEv1u+2vnSV76GLZH3xK6Okvj2su/mqpa0J4AiJ/Ya6mtpma+orAXAmzmGcVW5lGmlc4PQVKAQ= -SHA256 (Pkgfile) = d69285d9aa8a9bfe3ae7d48ceece326262d7f1b0b3b9df287409185bc16771b9 +RWSagIOpLGJF32F0g7gRRCY3g2mwjH/0EOUO8U9dvmEyEl9PiCpTR9gOwrH9qnOWAyBB+MdK7uNJV0qvt2WpsY3TxJiiIAj14gs= +SHA256 (Pkgfile) = 7d8a2be2ea01772eea3849c328baaeadc82ded9535758e5f629c64974860cb98 SHA256 (.footprint) = fcb21e77eaefae687cbea41bdacbe47a1191c052138040fc15368af8bf7b436c -SHA256 (containerd-1.7.18.tar.xz) = 6fa2ea45fb6595d79ec04a72dd6164ff1b900e0ca9e4ceee58994b3e973e1821 +SHA256 (containerd-1.7.19.tar.xz) = 5937a7266d3d97df3f2b64bf9ad13c0f746e81a982ca6149e1f060eb2dc38394 diff --git a/containerd/Pkgfile b/containerd/Pkgfile index b0a368b95..1ec9ce1c6 100644 --- a/containerd/Pkgfile +++ b/containerd/Pkgfile @@ -4,7 +4,7 @@ # Depends on: go btrfs-progs git libseccomp name=containerd -version=1.7.18 +version=1.7.19 release=1 source=(https://crux.nu/files/$name-$version.tar.xz) @@ -16,7 +16,7 @@ build() { cd $name export GOPATH=$SRC # use the long commit hash here - make GIT_COMMIT=ae71819c4f5e67bb4d5ae76a6b735f29cc25774e + make GIT_COMMIT=2bf793ef6dc9a18e00cb12efb64355c2c9d5eb41 install -d -m 0755 $PKG/usr/bin install -m 0755 bin/* $PKG/usr/bin/ }