aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJake Buchholz <tomalok@gmail.com>2020-07-04 05:23:38 +0000
committerLeo <thinkabit.ukim@gmail.com>2020-07-04 07:08:01 +0000
commit34f1065b08b49d124fe0df3977a564349ede7964 (patch)
tree513f5601ff5cb942a39cf31ebd4b6b9657ffa797
parent9b343a378df00c220dd0796a4864bb3106c9fb4b (diff)
community/runc: upgrade to 1.0.0_rx91
This is intended to be the second-last RC release, with -rc92 having very few large changes so that we can release runc 1.0 (at long last). For more information, see: https://github.com/opencontainers/runc/releases/tag/v1.0.0-rc91
-rw-r--r--community/runc/APKBUILD17
1 files changed, 4 insertions, 13 deletions
diff --git a/community/runc/APKBUILD b/community/runc/APKBUILD
index 65526ae6a6d..6b6ba9becd2 100644
--- a/community/runc/APKBUILD
+++ b/community/runc/APKBUILD
@@ -5,9 +5,9 @@ pkgname=runc
pkgdesc="CLI tool for spawning and running containers according to the OCI specification"
url="https://www.opencontainers.org"
-_commit=dc9208a3303feef5b3839f4323d9beb36df0a9dd
-pkgver=1.0.0_rc10
-pkgrel=1
+_commit=24a3cf88a7ae5f4995f6750654c0e2ca61ef4bb2
+pkgver=1.0.0_rc91
+pkgrel=0
_ver=v${pkgver/_rc/-rc}
# if we're building against an explicit commit beyond pkgver, use this instead:
@@ -29,15 +29,6 @@ options="!check"
# 1.0.0_rc7-r0:
# - CVE-2019-5736
-# blast away hardcoded -buildmode=pie. supported platforms will pick it back up
-# via environment variables.
-prepare() {
- default_prepare
-
- cd "$srcdir/$pkgname-${_ver#v}"
- sed -i s:-buildmode=pie::g Makefile
-}
-
build() {
cd "$srcdir"
export GOPATH="$PWD"
@@ -54,4 +45,4 @@ package() {
install -Dm644 "$builddir"/man/man8/* "$pkgdir"/usr/share/man/man8/
}
-sha512sums="0ea1088a072501f11ca3e4a746d9d9f36058f05b9e610b381688f5cab6d712cbc137858c6392329ebed5e9d867351cb5a82bdb5056587060a832589e27f9a88d runc-v1.0.0-rc10.tar.gz"
+sha512sums="9e639c0de1b6bc414fc909c4342590e00d8473b06cfa6e38fa47eef0afb00e811f2b9a83913fb5ad0fa1691e88a9dd9d280367b4f8a9e4746a5c8b522d7ad74c runc-v1.0.0-rc91.tar.gz"