summaryrefslogtreecommitdiffstats
path: root/system/containerd
diff options
context:
space:
mode:
author Audrius Kažukauskas2017-11-03 13:34:16 +0100
committer Willy Sudiarto Raharjo2017-11-04 01:17:37 +0100
commitb6162372275e15a79271b128d71bcbddbe0c0718 (patch)
tree21b1944632b67ff59f92c3b463a4498609e9eddb /system/containerd
parent66f8c853cd9a93aa8fef25bb8381958cbdda54c6 (diff)
downloadold.slackbuilds-b6162372275e15a79271b128d71bcbddbe0c0718.tar.gz
system/containerd: Updated for version 0.2.9_06b9cb3.
Signed-off-by: Audrius Kažukauskas <audrius@neutrino.lt>
Diffstat (limited to 'system/containerd')
-rw-r--r--system/containerd/containerd.SlackBuild10
-rw-r--r--system/containerd/containerd.info6
2 files changed, 9 insertions, 7 deletions
diff --git a/system/containerd/containerd.SlackBuild b/system/containerd/containerd.SlackBuild
index 5e719ca147..ef002278d4 100644
--- a/system/containerd/containerd.SlackBuild
+++ b/system/containerd/containerd.SlackBuild
@@ -24,8 +24,8 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=containerd
-VERSION=${VERSION:-0.2.9_6e23458}
-GITHASH=${GITHASH:-6e23458c129b551d5c9871e5174f6b1b7f6d1170}
+VERSION=${VERSION:-0.2.9_06b9cb3}
+GITHASH=${GITHASH:-06b9cb35161009dcb7123345749fef02f7cea8e0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -57,12 +57,14 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
-ln -sfn $TMP/$PRGNAM-$GITHASH vendor/src/github.com/containerd/containerd
+mkdir build
+mv vendor build/src
+ln -sf $TMP/$PRGNAM-$GITHASH build/src/github.com/containerd/containerd
make \
BUILDTAGS="seccomp" \
GIT_COMMIT=$GITHASH \
- GOPATH=$TMP/$PRGNAM-$GITHASH:$TMP/$PRGNAM-$GITHASH/vendor
+ GOPATH=$TMP/$PRGNAM-$GITHASH/build
# Install executables.
install -D -m 0755 bin/containerd $PKG/usr/bin/containerd
diff --git a/system/containerd/containerd.info b/system/containerd/containerd.info
index d1a855c9fe..a234dd3327 100644
--- a/system/containerd/containerd.info
+++ b/system/containerd/containerd.info
@@ -1,10 +1,10 @@
PRGNAM="containerd"
-VERSION="0.2.9_6e23458"
+VERSION="0.2.9_06b9cb3"
HOMEPAGE="https://containerd.io/"
DOWNLOAD="UNSUPPORTED"
MD5SUM=""
-DOWNLOAD_x86_64="https://github.com/containerd/containerd/archive/6e23458/containerd-6e23458c129b551d5c9871e5174f6b1b7f6d1170.tar.gz"
-MD5SUM_x86_64="3f92febb8e2d507f1b15bdcca89ee930"
+DOWNLOAD_x86_64="https://github.com/containerd/containerd/archive/06b9cb3/containerd-06b9cb35161009dcb7123345749fef02f7cea8e0.tar.gz"
+MD5SUM_x86_64="202389709618a6b181216e99718f0132"
REQUIRES="runc"
MAINTAINER="Audrius Kažukauskas"
EMAIL="audrius@neutrino.lt"