summaryrefslogtreecommitdiffstats
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
commit16ecaee69af5e0ec7ff9a147a7d1f00de99e2ed9 (patch)
treeda24385b77cb18a6bf50db683d9b74b98a2b09b1
parent42db82c23f6819466c97008acb0c70942b8053fe (diff)
downloadslackbuilds-16ecaee69af5e0ec7ff9a147a7d1f00de99e2ed9.tar.gz
system/containerd: Updated for version 0.2.9_06b9cb3.
Signed-off-by: Audrius Kažukauskas <audrius@neutrino.lt>
-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"