aboutsummaryrefslogtreecommitdiff
path: root/system
diff options
context:
space:
mode:
authorAndrew Clemons <andrew.clemons@gmail.com>2024-09-15 20:28:35 +0900
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2024-09-28 06:54:20 +0700
commitf3f878676d2b668dbd2c1cf2320050a447d14c00 (patch)
treeb3a40f960386b4f6cba6e0f169a0fe203aabb3a2 /system
parent1ddbfa5258c0388482140a74896552b5eb9e93e6 (diff)
system/runc: Updated for version 1.1.14.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system')
-rw-r--r--system/runc/runc.SlackBuild10
-rw-r--r--system/runc/runc.info8
2 files changed, 12 insertions, 6 deletions
diff --git a/system/runc/runc.SlackBuild b/system/runc/runc.SlackBuild
index cd24311bd3b19..c6ef9c3005842 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.13}
-GITHASH=${GITHASH:-58aa9203c123022138b22cf96540c284876a7910}
+VERSION=${VERSION:-1.1.14}
+GITHASH=${GITHASH:-2c9f5602f0ba3d9da1c2596322dfc4e156844890}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -74,10 +74,16 @@ sed -i '/^COMMIT/d' Makefile
make \
BUILDTAGS="seccomp" \
COMMIT=$GITHASH
+make man
make install BINDIR=$PKG/usr/bin
make install-bash PREFIX=$PKG/usr
strip $PKG/usr/bin/$PRGNAM
+install -Dm644 man/man8/* -t $PKG/usr/man/man8/
+
+find $PKG/usr/man -type f -exec gzip -9 {} \;
+for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done
+
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a LICENSE MAINTAINERS NOTICE README.md $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
diff --git a/system/runc/runc.info b/system/runc/runc.info
index d34ca318884da..32deb4b5fd8cb 100644
--- a/system/runc/runc.info
+++ b/system/runc/runc.info
@@ -1,10 +1,10 @@
PRGNAM="runc"
-VERSION="1.1.13"
+VERSION="1.1.14"
HOMEPAGE="https://github.com/opencontainers/runc"
DOWNLOAD="UNSUPPORTED"
MD5SUM=""
-DOWNLOAD_x86_64="https://github.com/opencontainers/runc/archive/v1.1.13/runc-1.1.13.tar.gz"
-MD5SUM_x86_64="c70a0a3f15f9148eebe1cc59b7127fd0"
-REQUIRES="google-go-lang"
+DOWNLOAD_x86_64="https://github.com/opencontainers/runc/archive/v1.1.14/runc-1.1.14.tar.gz"
+MD5SUM_x86_64="1220d1b7c3ffb14732664c15ff762831"
+REQUIRES="google-go-lang go-md2man"
MAINTAINER="Audrius Kažukauskas"
EMAIL="audrius@neutrino.lt"