diff options
| author | Jake Buchholz <tomalok@gmail.com> | 2019-10-05 18:26:49 +0000 |
|---|---|---|
| committer | Andy Postnikov <apostnikov@gmail.com> | 2019-10-06 20:03:18 +0300 |
| commit | cfefee88dd0163b990d46eba6dc84208bfaf26d5 (patch) | |
| tree | b957d10747cf437eb8bb57d4472e06c9f649edda | |
| parent | 392fe7ef7df3e1fd992a18277ed756183beab2ae (diff) | |
| download | aports-cfefee88dd0163b990d46eba6dc84208bfaf26d5.tar.bz2 aports-cfefee88dd0163b990d46eba6dc84208bfaf26d5.tar.xz | |
community/runc: upgrade to 1.0.0_rc9
Primarily fixes CVS-209-16884. See https://github.com/opencontainers/runc/releases/tag/v1.0.0-rc9 for more information.
| -rw-r--r-- | community/runc/APKBUILD | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/community/runc/APKBUILD b/community/runc/APKBUILD index af47e0d510..34cb7c6fd2 100644 --- a/community/runc/APKBUILD +++ b/community/runc/APKBUILD @@ -5,13 +5,13 @@ pkgname=runc pkgdesc="CLI tool for spawning and running containers according to the OCI specification" url="https://www.opencontainers.org" -_commit=3e425f80a8c931f88e6d94a8c831b9d5aa481657 -pkgver=1.0.0_rc8 -pkgrel=2 +_commit=d736ef14f0288d6993a1845745d6756cfc9ddd5a +pkgver=1.0.0_rc9 +pkgrel=0 -#_ver=v${pkgver/_rc/-rc} +_ver=v${pkgver/_rc/-rc} # if we're building against an explicit commit beyond pkgver, use this instead: -_ver=${_commit} +#_ver=${_commit} arch="all" license="Apache-2.0" @@ -22,7 +22,7 @@ builddir="$srcdir/src/github.com/opencontainers/runc" options="!check" # secfixes: -# 1.0.0_rc8-r2: +# 1.0.0_rc9: # - CVE-2019-16884 # 1.0.0_rc7: # - CVE-2019-5736 @@ -44,4 +44,4 @@ package() { install -Dm644 "$builddir"/man/man8/* "$pkgdir"/usr/share/man/man8/ } -sha512sums="7287738ba1cf50569c5ac3637e45b4c6af6fa4c0b6f9e65d9f9889ef7a5736d49c68cd243f08b94131814c579064e13f04258b90d688285be2b7b1c9eb634801 runc-3e425f80a8c931f88e6d94a8c831b9d5aa481657.tar.gz" +sha512sums="e7608e3a3360ec19dea33be4aac69b2f263f9d561699aad5b165927eaf0bd45bd68649e9e115aa978928d88f33fc3448b87601a4d34c4e60afd690c41c03c81f runc-v1.0.0-rc9.tar.gz" |
