system/runc: Updated for version 1.0.0_rc92.

Signed-off-by: Audrius Kažukauskas <audrius@neutrino.lt>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Audrius Kažukauskas 2021-01-09 18:00:27 +02:00 committed by Willy Sudiarto Raharjo
parent efec6a0337
commit e16eab7dcf
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 8 additions and 12 deletions

View file

@ -3,7 +3,7 @@
# Slackware build script for runc
# Copyright 2016 Asaf Ohayon <asaf@sysbind.co.il>
# Copyright 2017-2020 Audrius Kažukauskas <audrius@neutrino.lt>
# Copyright 2017-2021 Audrius Kažukauskas <audrius@neutrino.lt>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -24,8 +24,8 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=runc
VERSION=${VERSION:-1.0.0_rc10}
GITHASH=${GITHASH:-dc9208a3303feef5b3839f4323d9beb36df0a9dd}
VERSION=${VERSION:-1.0.0_rc92}
GITHASH=${GITHASH:-ff819c7e9184c13b7c2607fe6c30ae19403a7aff}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -59,16 +59,12 @@ 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 {} \;
mkdir build
mv vendor build/src
ln -sf $TMP/$PRGNAM-$SRCVER build/src/github.com/opencontainers/runc
# Do not try to get git commit hash, we're not inside git repository.
sed -i '/^COMMIT/d' Makefile
make \
COMMIT=$GITHASH \
GOPATH=$TMP/$PRGNAM-$SRCVER/build
BUILDTAGS="seccomp" \
COMMIT=$GITHASH
make install BINDIR=$PKG/usr/bin
make install-bash PREFIX=$PKG/usr

View file

@ -1,10 +1,10 @@
PRGNAM="runc"
VERSION="1.0.0_rc10"
VERSION="1.0.0_rc92"
HOMEPAGE="https://github.com/opencontainers/runc"
DOWNLOAD="UNSUPPORTED"
MD5SUM=""
DOWNLOAD_x86_64="https://github.com/opencontainers/runc/archive/v1.0.0-rc10/runc-1.0.0-rc10.tar.gz"
MD5SUM_x86_64="8aba10b1dd251a039eefd5ac028244f3"
DOWNLOAD_x86_64="https://github.com/opencontainers/runc/archive/v1.0.0-rc92/runc-1.0.0-rc92.tar.gz"
MD5SUM_x86_64="7c4dcdf8d481c8d25b88af3f40846a4b"
REQUIRES="google-go-lang libseccomp"
MAINTAINER="Audrius Kažukauskas"
EMAIL="audrius@neutrino.lt"