diff options
author | Jake Buchholz <tomalok@gmail.com> | 2019-03-16 16:38:56 +0000 |
---|---|---|
committer | Andy Postnikov <apostnikov@gmail.com> | 2019-03-19 23:47:52 +0200 |
commit | e851c0a8f9fc0ee60613833789f0a39175a83772 (patch) | |
tree | 1c41af09bfd939f8a3627973121fdd6c6b9701ad | |
parent | 0c38351d5beace23bc498ea5fc79b3ba6a012b6e (diff) | |
download | aports-e851c0a8f9fc0ee60613833789f0a39175a83772.tar.bz2 aports-e851c0a8f9fc0ee60613833789f0a39175a83772.tar.xz |
community/runc: bump for containerd update
Improved mitigation of CVE-2019-5736, per containerd-1.2.5 with the added
benefit of actually being able to compile with musl libc.
-rw-r--r-- | community/runc/APKBUILD | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/community/runc/APKBUILD b/community/runc/APKBUILD index ab3d9acad9..f1172e8c3f 100644 --- a/community/runc/APKBUILD +++ b/community/runc/APKBUILD @@ -3,14 +3,13 @@ pkgname=runc -# NOTE: using explicit post-1.0.0_rc6 commit, for CVE-2019-5736 -# (https://nvd.nist.gov/vuln/detail/CVE-2019-5736). This commit is more recent -# than the one specified by containerd -# (https://github.com/containerd/containerd/blob/v1.2.2/vendor.conf) -_commit=6635b4f0c6af3810594d2770f662f34ddc15b40d +# NOTE: using explicit post-1.0.0_rc6 commit, later than the one specified by +# containerd (https://github.com/containerd/containerd/blob/v1.2.5/vendor.conf) +# for improved mitigation of CVE-2019-5736, which properly compiles with musl libc. +_commit=f56b4cbeadc407e715d9b2ba49e62185bd81cef4 pkgver=1.0.0_rc6 -pkgrel=1 +pkgrel=2 pkgdesc="CLI tool for spawning and running containers according to the OCI specification" url="https://www.opencontainers.org" arch="all" @@ -21,7 +20,7 @@ source="runc-$_commit.tar.gz::https://github.com/opencontainers/runc/archive/$_c builddir="$srcdir/src/github.com/opencontainers/runc" # secfixes: -# 1.0.0_rc6-r1: +# 1.0.0_rc6-r2: # - CVE-2019-5736 build() { @@ -46,4 +45,4 @@ package() { install -Dm644 "$builddir"/man/man8/* "$pkgdir"/usr/share/man/man8/ } -sha512sums="37bb09463df4742b0ea5b1f079f609642ab5621707674844ffef06f733703ec1d09b52a180ccb2d66c284c56ba242f7a1b70ba4c4c45722bf85fd2fd924bb9df runc-6635b4f0c6af3810594d2770f662f34ddc15b40d.tar.gz" +sha512sums="cf6c189f06fb4fde78807a71df14c78a9cd1af5c8958bcb4a438e8ae173ac7d6a66013210d7442e47b83552f3d2417300ee9f317bde3c3247173e2e19132fee3 runc-f56b4cbeadc407e715d9b2ba49e62185bd81cef4.tar.gz" |