aboutsummaryrefslogtreecommitdiff
path: root/system/runc
diff options
context:
space:
mode:
Diffstat (limited to 'system/runc')
-rw-r--r--system/runc/runc.SlackBuild11
-rw-r--r--system/runc/runc.info6
2 files changed, 6 insertions, 11 deletions
diff --git a/system/runc/runc.SlackBuild b/system/runc/runc.SlackBuild
index c6ef9c3005..35eadf05a0 100644
--- a/system/runc/runc.SlackBuild
+++ b/system/runc/runc.SlackBuild
@@ -28,8 +28,8 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=runc
-VERSION=${VERSION:-1.1.14}
-GITHASH=${GITHASH:-2c9f5602f0ba3d9da1c2596322dfc4e156844890}
+VERSION=${VERSION:-1.3.0}
+GITHASH=${GITHASH:-4ca628d1d4c974f92d24daccb901aa078aad748e}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -68,12 +68,7 @@ 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 {} \+
-# Do not try to get git commit hash, we're not inside git repository.
-sed -i '/^COMMIT/d' Makefile
-
-make \
- BUILDTAGS="seccomp" \
- COMMIT=$GITHASH
+make COMMIT=$GITHASH
make man
make install BINDIR=$PKG/usr/bin
make install-bash PREFIX=$PKG/usr
diff --git a/system/runc/runc.info b/system/runc/runc.info
index 32deb4b5fd..027e0becaf 100644
--- a/system/runc/runc.info
+++ b/system/runc/runc.info
@@ -1,10 +1,10 @@
PRGNAM="runc"
-VERSION="1.1.14"
+VERSION="1.3.0"
HOMEPAGE="https://github.com/opencontainers/runc"
DOWNLOAD="UNSUPPORTED"
MD5SUM=""
-DOWNLOAD_x86_64="https://github.com/opencontainers/runc/archive/v1.1.14/runc-1.1.14.tar.gz"
-MD5SUM_x86_64="1220d1b7c3ffb14732664c15ff762831"
+DOWNLOAD_x86_64="https://github.com/opencontainers/runc/archive/v1.3.0/runc-1.3.0.tar.gz"
+MD5SUM_x86_64="682da64b6199ff08df0bd0128775f454"
REQUIRES="google-go-lang go-md2man"
MAINTAINER="Audrius Kažukauskas"
EMAIL="audrius@neutrino.lt"