aboutsummaryrefslogtreecommitdiffstats
path: root/community
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2020-04-05 18:37:36 -0300
committerLeo <thinkabit.ukim@gmail.com>2020-04-05 18:38:45 -0300
commitc64d2552678a7126d5e1d18ac54ea0ee126298d9 (patch)
tree87353587cc42d6aa5e8f859160d931509bdf7eaf /community
parenteb152ccc8ef4c1e1e8d869a87b0d76c06b83114e (diff)
community/containerd: modernize
Diffstat (limited to 'community')
-rw-r--r--community/containerd/APKBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/community/containerd/APKBUILD b/community/containerd/APKBUILD
index 3e8246daa81..889337ae241 100644
--- a/community/containerd/APKBUILD
+++ b/community/containerd/APKBUILD
@@ -18,20 +18,20 @@ source="containerd-$pkgver.tar.gz::https://github.com/containerd/containerd/arch
builddir="$srcdir/src/github.com/containerd/containerd"
# secfixes:
-# 1.3.3:
+# 1.3.3-r0:
# - CVE-2019-19921
# - CVE-2020-0601
# - CVE-2020-7919
# - CVE-2019-11253
-# 1.3.1:
+# 1.3.1-r0:
# - CVE-2019-17596
-# 1.3.0:
+# 1.3.0-r0:
# - CVE-2019-16884
-# 1.2.9:
+# 1.2.9-r0:
# - CVE-2019-9512
# - CVE-2019-9514
# - CVE-2019-9515
-# 1.2.6:
+# 1.2.6-r0:
# - CVE-2019-9946
build() {