diff options
author | Matt Housh <jaeger@crux.ninja> | 2018-06-17 15:21:50 -0500 |
---|---|---|
committer | Matt Housh <jaeger@crux.ninja> | 2018-06-17 15:21:50 -0500 |
commit | b7c08b1f394851737ea8417cb12066742a87fa56 (patch) | |
tree | 310deb8a66eeb141230c34b7a0fea46ac580f8c6 /containerd | |
parent | 10685df8830901ce6e9e94ce619b3a9a30beb818 (diff) | |
download | contrib-b7c08b1f394851737ea8417cb12066742a87fa56.tar.gz contrib-b7c08b1f394851737ea8417cb12066742a87fa56.tar.xz |
containerd: updated to version 773c489
Diffstat (limited to 'containerd')
-rw-r--r-- | containerd/.footprint | 2 | ||||
-rw-r--r-- | containerd/.md5sum | 2 | ||||
-rw-r--r-- | containerd/.signature | 8 | ||||
-rw-r--r-- | containerd/Pkgfile | 4 |
4 files changed, 9 insertions, 7 deletions
diff --git a/containerd/.footprint b/containerd/.footprint index a7a119b3b..fec2ba7b6 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 5d6bb5fe8..ac968e1f2 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 56133eb3b..50bd87ecb 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 32ec94954..204f4fcc6 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/ } |