summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2023-07-03 18:48:33 +0000
committer Eric Hameleers <alien@slackware.com>2023-07-03 18:48:33 +0000
commitb2d5dfb06eebec51f3802b10f3c330915eac0ab6 (patch)
treef1c56958ef70308211ea5d8bba01ecced590f2a8
parent530cf3d5dfc1be01c5b0461a5a8ee3bb2af83a6c (diff)
downloadasb-b2d5dfb06eebec51f3802b10f3c330915eac0ab6.tar.gz
asb-b2d5dfb06eebec51f3802b10f3c330915eac0ab6.tar.xz
runc: update to 1.1.7
-rwxr-xr-xrunc/build/runc.SlackBuild9
1 files changed, 6 insertions, 3 deletions
diff --git a/runc/build/runc.SlackBuild b/runc/build/runc.SlackBuild
index 7f3a27fa..579fc04f 100755
--- a/runc/build/runc.SlackBuild
+++ b/runc/build/runc.SlackBuild
@@ -1,6 +1,6 @@
#!/bin/sh
# $Id$
-# Copyright 2022 Eric Hameleers, Eindhoven, NL
+# Copyright 2022, 2023 Eric Hameleers, Eindhoven, NL
# All rights reserved.
#
# Permission to use, copy, modify, and distribute this software for
@@ -37,6 +37,8 @@
# * Update.
# 1.1.4-1: 12/oct/2022 by Eric Hameleers <alien@slackware.com>
# * Update.
+# 1.1.7-1: 03/jul/2023 by Eric Hameleers <alien@slackware.com>
+# * Update.
#
# Run 'sh runc.SlackBuild' to build a Slackware package.
# The package (.t?z) and .txt file as well as build logs are created in /tmp .
@@ -45,8 +47,9 @@
# -----------------------------------------------------------------------------
PRGNAM=runc
-VERSION=${VERSION:-1.1.4}
-GIT_COMMIT=${GIT_COMMIT:-5fd4c4d} # for release 1.1.4
+VERSION=${VERSION:-1.1.7}
+# For release 1.1.7; see https://github.com/opencontainers/runc/releases
+GIT_COMMIT=${GIT_COMMIT:-"860f061"}
BUILD=${BUILD:-1}
NUMJOBS=${NUMJOBS:-" -j$(nproc) "}
TAG=${TAG:-alien}