aboutsummaryrefslogtreecommitdiffstats
path: root/community/runc/APKBUILD
Commit message (Collapse)AuthorAgeFilesLines
* community/runc: upgrade to 1.0.0_rc10Jake Buchholz2020-01-271-3/+5
| | | | | addresses CVE-2019-19921 additional information at https://github.com/opencontainers/runc/releases/tag/v1.0.0-rc10
* community/runc: upgrade to 1.0.0_rc9Jake Buchholz2019-10-061-7/+7
| | | | Primarily fixes CVS-209-16884. See https://github.com/opencontainers/runc/releases/tag/v1.0.0-rc9 for more information.
* community/runc: upgrade to 1.0.0_rc8 + CVE-2019-16884Jake Buchholz2019-09-271-5/+8
| | | | | | Upgrade runc to post-1.0.0_rc8 patch that includes fix for CVE-2019-16684, as containerd-1.3.0 explicitly mentiones that commit. See https://github.com/opencontainers/runc/commits/master between 425e105d5a03fabd737a126ad93d62a9eeede87f and 3e425f80a8c931f88e6d94a8c831b9d5aa481657 for full list of changes.
* community/[various]: rebuild against go 1.12.8-r0Sören Tempel2019-08-181-1/+1
| | | | | | | go recently received a security upgrade to 1.12.8 (f4894bf9) this upgrade fixes various CVEs in go standard libraries, for instance in HTTP/2 functionality. Since go is statically linked packages using this functionality need to be rebuild.
* community/runc: remove trivial check()Jake Buchholz2019-05-071-5/+0
|
* community/runc: upgrade to 1.0.0_rc8Jake Buchholz2019-05-071-7/+7
| | | | | | Fixes regression in 1.0.0_rc7, see https://github.com/opencontainers/runc/releases/tag/v1.0.0-rc8 Closes GH-7638
* community/runc: patch for containerd-1.2.6Jake Buchholz2019-04-081-5/+5
| | | | Upgrading to the commit specified by containerd-1.2.6, see related PR #XXXX.
* community/runc: upgrade to 1.0.0_rc7Jake Buchholz2019-03-311-12/+13
| | | | See https://github.com/opencontainers/runc/releases/tag/v1.0.0-rc7 for more information about what's changed.
* community/runc: bump for containerd updateJake Buchholz2019-03-191-8/+7
| | | | | Improved mitigation of CVE-2019-5736, per containerd-1.2.5 with the added benefit of actually being able to compile with musl libc.
* community/runc: upgrade for CVE-2019-5736Jake Buchholz2019-02-121-6/+11
| | | | build from the commit that addresses https://nvd.nist.gov/vuln/detail/CVE-2019-5736
* community/runc: remove explicit depend of libseccompNatanael Copa2019-01-101-1/+0
| | | | libseccomp is automatically detected by abuild.
* community/runc: new aportJake Buchholz2019-01-101-0/+45
Splitting runc out of community/docker aport. Also fixing runc --version to report the proper commit hash.