diff options
author | Sören Tempel <soeren+git@soeren-tempel.net> | 2019-08-18 17:50:58 +0200 |
---|---|---|
committer | Sören Tempel <soeren+git@soeren-tempel.net> | 2019-08-18 17:51:09 +0200 |
commit | 40af46fe46b96baa0c9bb93f39fda3388c2557f6 (patch) | |
tree | af07406632d11071f386af1fb2898131d3278642 /community/containerd/APKBUILD | |
parent | 67e684ec665c18d0d3843956764d9f3fc55fecc7 (diff) | |
download | aports-40af46fe46b96baa0c9bb93f39fda3388c2557f6.tar.bz2 aports-40af46fe46b96baa0c9bb93f39fda3388c2557f6.tar.xz |
community/[various]: rebuild against go 1.12.8-r0
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.
Diffstat (limited to 'community/containerd/APKBUILD')
-rw-r--r-- | community/containerd/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/containerd/APKBUILD b/community/containerd/APKBUILD index d1cd767401..18e12db9bd 100644 --- a/community/containerd/APKBUILD +++ b/community/containerd/APKBUILD @@ -6,7 +6,7 @@ pkgname=containerd # NOTE: containerd's Makefile tries to get REVISION from git, but we're building from a tarball. _commit=85f6aa58b8a3170aec9824568f7a31832878b603 pkgver=1.2.7 -pkgrel=0 +pkgrel=1 pkgdesc="An open and reliable container runtime" url="https://containerd.io" arch="all" |