ports/contrib (3.4): containerd: updated to version 9754871
commit 150c895752a3084cb8a8a01b86e0d50da89a3c68 Author: Matt Housh <jaeger@crux.ninja> Date: Wed Feb 6 13:42:13 2019 -0600 containerd: updated to version 9754871 diff --git a/containerd/.footprint b/containerd/.footprint index fec2ba7b..023e75ae 100644 --- a/containerd/.footprint +++ b/containerd/.footprint @@ -1,7 +1,7 @@ drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/containerd --rwxr-xr-x root/root usr/bin/containerd-release -rwxr-xr-x root/root usr/bin/containerd-shim +-rwxr-xr-x root/root usr/bin/containerd-shim-runc-v1 -rwxr-xr-x root/root usr/bin/containerd-stress -rwxr-xr-x root/root usr/bin/ctr diff --git a/containerd/.signature b/containerd/.signature index 22e11537..04c0e20a 100644 --- a/containerd/.signature +++ b/containerd/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF32f+BgYbxO44ZQwAMoMGkW0GgHdm5TxzOGu0omLB9N9FYi/p24u49WyJi+n7IqjGdUumq+WMCrNJN7QMBJuOFA8= -SHA256 (Pkgfile) = 4dd59083f5e823a62c62ea1d96be12eba490427496558acf34a915f9dc61b044 -SHA256 (.footprint) = c724e1b9b68ea2cab66a39f7fc4090ca7644357bbe71c8d904130e949e89de04 -SHA256 (containerd-468a545.tar.xz) = b1511ab84c53ffe647b28688013ae9b2787ae6713d2d97cc35b89a8bc2858b34 +RWSagIOpLGJF3/dTOB0EQN8DajMZj/3130kACGJEY7X+iDqTB3g5SEtwxdVKNbb9GvJj51/BsxJQWVw88ay2R9uggMUG0ccvgQI= +SHA256 (Pkgfile) = 82d4873cb0ae9d77e064b11dc384adeafcbcf8978b8271cc2077cd12aaaf2833 +SHA256 (.footprint) = 9952c3a2b247c4a7c70798c82e8b58c4a45c617321209d16ea317ccceb3da460 +SHA256 (containerd-9754871.tar.xz) = e2fb9f550bb86fec3dbdeff0cf84f6bd403e911b14cd072a49e8ae5deaa9b705 diff --git a/containerd/Pkgfile b/containerd/Pkgfile index 010cbfc6..a7fcdedc 100644 --- a/containerd/Pkgfile +++ b/containerd/Pkgfile @@ -4,7 +4,7 @@ # Depends on: go btrfs-progs git name=containerd -version=468a545 +version=9754871 release=1 source=(http://jaeger.morpheus.net/linux/crux/files/$name-$version.tar.xz) @@ -15,7 +15,7 @@ build() { cd $name export GOPATH=$SRC # use the long commit hash here - make GIT_COMMIT=468a545b9edcd5932818eb9de8e72413e616e86e + make GIT_COMMIT=9754871865f7fe2f4e74d43e2fc7ccd237edcbce install -d -m 0755 $PKG/usr/bin install -m 0755 bin/* $PKG/usr/bin/ }
participants (1)
-
crux@crux.nu