aboutsummaryrefslogtreecommitdiffstats
path: root/community/containerd
diff options
context:
space:
mode:
authorJake Buchholz <tomalok@gmail.com>2019-07-02 01:24:17 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2019-07-02 11:21:48 +0200
commitf8ab02501d3f1c2f73c9f418ecbe0ecef05e0b7c (patch)
treedf88bf5516169c086e005ef1cdb38a9c66e40305 /community/containerd
parentfc9ba844edfcb935fa56b5d07852d35303a5c816 (diff)
downloadaports-f8ab02501d3f1c2f73c9f418ecbe0ecef05e0b7c.tar.bz2
aports-f8ab02501d3f1c2f73c9f418ecbe0ecef05e0b7c.tar.xz
community/containerd: update to 1.2.7
Release notes at https://github.com/containerd/containerd/releases/tag/v1.2.7
Diffstat (limited to 'community/containerd')
-rw-r--r--community/containerd/APKBUILD10
1 files changed, 7 insertions, 3 deletions
diff --git a/community/containerd/APKBUILD b/community/containerd/APKBUILD
index f44b6a63bd..d1cd767401 100644
--- a/community/containerd/APKBUILD
+++ b/community/containerd/APKBUILD
@@ -4,8 +4,8 @@
pkgname=containerd
# NOTE: containerd's Makefile tries to get REVISION from git, but we're building from a tarball.
-_commit=9754871865f7fe2f4e74d43e2fc7ccd237edcbce
-pkgver=1.2.2
+_commit=85f6aa58b8a3170aec9824568f7a31832878b603
+pkgver=1.2.7
pkgrel=0
pkgdesc="An open and reliable container runtime"
url="https://containerd.io"
@@ -17,6 +17,10 @@ subpackages="$pkgname-doc"
source="containerd-$pkgver.tar.gz::https://github.com/containerd/containerd/archive/v$pkgver.tar.gz"
builddir="$srcdir/src/github.com/containerd/containerd"
+# secfixes:
+# 1.2.6:
+# - CVE-2019-9946
+
build() {
cd "$srcdir"
export GOPATH="$PWD"
@@ -42,4 +46,4 @@ package() {
install -Dm644 "$builddir"/man/*.5 "$pkgdir"/usr/share/man/man5/
}
-sha512sums="0fdd8799c5afb75074b6f00d5191e983ff570b323242665055c73b2e7a6bdd74a745e287f4f7b675dde26e8bf083c144104151e794ad24d2a8f6f39ae2ee6fff containerd-1.2.2.tar.gz"
+sha512sums="b96ca236d28933c1bf309fc7204af7d2c356e19af394d5c2274a178c8f15298faf6ca9bb8e7d04acb7c3c9c41035446643a8df0103017f7ed0320bfc37cb8ca9 containerd-1.2.7.tar.gz"