aboutsummaryrefslogtreecommitdiffstats
path: root/community/go
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2020-03-02 19:28:26 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2020-03-02 19:31:35 +0000
commitc325c4cf49fc80b50d1eac10a708571fe54dd4a0 (patch)
treedf0315978ad41dca7f50c3bcf0ee201492c48fc2 /community/go
parentdba50bbb4695e34855b4e70358881828d76fe9c1 (diff)
downloadaports-c325c4cf49fc80b50d1eac10a708571fe54dd4a0.tar.bz2
aports-c325c4cf49fc80b50d1eac10a708571fe54dd4a0.tar.xz
community/go: security upgrade to 1.13.8 (CVE-2020-7919)
Diffstat (limited to 'community/go')
-rw-r--r--community/go/APKBUILD8
1 files changed, 5 insertions, 3 deletions
diff --git a/community/go/APKBUILD b/community/go/APKBUILD
index 04b6aebc65..a22c8ada31 100644
--- a/community/go/APKBUILD
+++ b/community/go/APKBUILD
@@ -3,8 +3,8 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=go
# go binaries are statically linked, security updates require rebuilds
-pkgver=1.13.4
-pkgrel=2
+pkgver=1.13.8
+pkgrel=0
pkgdesc="Go programming language compiler"
url="https://golang.org/"
arch="all"
@@ -24,6 +24,8 @@ case "$CARCH" in
esac
# secfixes:
+# 1.13.7-r0:
+# - CVE-2020-7919
# 1.13.2-r0:
# - CVE-2019-17596
# 1.13.1-r0:
@@ -141,6 +143,6 @@ package() {
-exec rm -rf \{\} \+
}
-sha512sums="e8155cdceca2ebefd386feef98223bbdc92d9316f7188d4ba701cf43a723b75a9bf67a1eb92ac80987b7a113a2fb6981ef235292bec7dd3964805b7c33abdbb1 go1.13.4.src.tar.gz
+sha512sums="5df45c4701631e7a70f4f25b07ed00dc9a56bdebeb5ead2d04e0e6b000e8a9f00d193247e626ef5b1e6b7fc54bf27fbc5e8fb21b23ab52ec397f2238c5dfa000 go1.13.8.src.tar.gz
f0c07d9979fc3165fc78158406de8440624b3f2c6f6542c9889c71efbf3d2f02a7ffee27ccba8c2630489895d331b7b9d3a606162134dcb3e8e0b9fc06b529dc default-buildmode-pie.patch
6ce14ca43fd35520e667530af91cfcad8902d635e6dd8c04d19428299b9e29ba049120f5eebbb00717a895f052d1cc40d3f522c090786625cce726715a8218ec disable-flaky-sync-test.patch"