ports/contrib (3.5): containerd: updated to version 773c489
![](https://secure.gravatar.com/avatar/df8330968b6df8cd1c1942c5fb4b720c.jpg?s=120&d=mm&r=g)
commit b7c08b1f394851737ea8417cb12066742a87fa56 Author: Matt Housh <jaeger@crux.ninja> Date: Sun Jun 17 15:21:50 2018 -0500 containerd: updated to version 773c489 diff --git a/containerd/.footprint b/containerd/.footprint index a7a119b3..fec2ba7b 100644 --- a/containerd/.footprint +++ b/containerd/.footprint @@ -1,5 +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-stress -rwxr-xr-x root/root usr/bin/ctr diff --git a/containerd/.md5sum b/containerd/.md5sum index 5d6bb5fe..ac968e1f 100644 --- a/containerd/.md5sum +++ b/containerd/.md5sum @@ -1 +1 @@ -4c019b71732930b157caebf435d764d6 containerd-06b9cb3.tar.xz +ad767e4e70ce259e97a86ea27bda4fc9 containerd-773c489.tar.xz diff --git a/containerd/.signature b/containerd/.signature index 56133eb3..50bd87ec 100644 --- a/containerd/.signature +++ b/containerd/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF38yS7QxFd5d8js9JYjO7MWfPa8zlfSqlzRITTQPwHhBN/9HmsB8UZxycohgc4cQXd54yjt+Cqd1zo1Lf4TEdugw= -SHA256 (Pkgfile) = 627d3b9684fc65820ada7ce4048c207dfe3365440d2c0213e002e377130fdfaf -SHA256 (.footprint) = 32a4bb4fd22670b861b84bdaeb8ae0f1cac4047815d27fdc767c6e8aaf7523cf -SHA256 (containerd-06b9cb3.tar.xz) = ca5023ef5a58a02799cbb1908e3fe4e3a4dc96e0397c8f00ba68b6c93ab9a432 +RWSagIOpLGJF370mcWvOk0/6DGsrB8YpCRgesiPIIhnGqlmy6+GDyKgj7VyE+0t+MHOfkjNst0seSr7d3W4C11zjcvZAOzD/tQM= +SHA256 (Pkgfile) = ae3d692af28e476ba9329f2458d67d4a0575a0c06c26f7c8b87ed74aa911af10 +SHA256 (.footprint) = c724e1b9b68ea2cab66a39f7fc4090ca7644357bbe71c8d904130e949e89de04 +SHA256 (containerd-773c489.tar.xz) = b84c29547e27447127e60715cd53843ee6121ab6e147985c832f9517eac50612 diff --git a/containerd/Pkgfile b/containerd/Pkgfile index 32ec9495..204f4fcc 100644 --- a/containerd/Pkgfile +++ b/containerd/Pkgfile @@ -4,7 +4,7 @@ # Depends on: go name=containerd -version=06b9cb3 +version=773c489 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=06b9cb35161009dcb7123345749fef02f7cea8e0 + make GIT_COMMIT=773c489c9c1b21a6d78b5c538cd395416ec50f88 install -d -m 0755 $PKG/usr/bin install -m 0755 bin/* $PKG/usr/bin/ }
participants (1)
-
crux@crux.nu