Skip to content
This repository was archived by the owner on May 30, 2023. It is now read-only.

Commit 64a62d3

Browse files
author
Dongsu Park
committed
dev-lang/go: update dev-lang/go to 1.12.10 and add go 1.13.1
To fix security issues in Go, [CVE-2019-16276](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-16276), let's update dev-lang/go from 1.12.9 to 1.12.10, and add go 1.13.1. See also golang/go#34540
1 parent 5d5c487 commit 64a62d3

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

dev-lang/go/Manifest

+2-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
DIST go1.12.9.src.tar.gz 21979950 BLAKE2B dca7e3afcabd513c4b8193e93c0a1ed1a2326dccfce9b909d97b3731fffbe7e26712ab164645e06a316baa949b1e0b14a2fea8d23e6f90fd5b72afa0d15b432b SHA512 57041e7fb767f528aa9fc2592d205d3a7c120c73f92dc8d91f17f816e12aa6152c8421b333081800a5f50b1bb656f203a25faf8ed92c69a6ec164ce0a5619c13
1+
DIST go1.12.10.src.tar.gz 21980044 BLAKE2B 95ebf0a6f04d055e5e9d6f8e2a13835aaf33c4f7113772f7a70af218f4e929a047fc12b0ef9e93a9156877f61361219da16bb2830799247b8200a7648c562abc SHA512 9d40cf8d71daffe43f5872597b316cd1150ae640d852ff0f0be3126cc7bb40b9a0290bb02d7fabdf808f40ab3f67a56d2eaeba3b32299fa9b0a3df03899f6ac2
2+
DIST go1.13.1.src.tar.gz 21622361 BLAKE2B 08a836d3bd57befed8cd07c4d6faaf9d926629b06e5fe97d1fe364df8b2368310b31b04019fbd0803caf7f52c8927122ba1638c3c26b6fb38c9236ff96eb06d7 SHA512 696fc735271bd76ae59c5015c8efa52121243257f4ffcc1460fd79cf9a5e167db0b30d04137ec71a8789742673c2288bd62d55b546c2d2b2a05e8b3669af8616

dev-lang/go/go-1.12.9.ebuild dev-lang/go/go-1.12.10.ebuild

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2019 CoreOS, Inc.
1+
# Copyright 2019 Kinvolk GmbH.
22
# Distributed under the terms of the GNU General Public License v2
33

44
EAPI=6

dev-lang/go/go-1.13.1.ebuild

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Copyright 2019 Kinvolk GmbH.
2+
# Distributed under the terms of the GNU General Public License v2
3+
4+
EAPI=6
5+
6+
inherit coreos-go-lang
7+
8+
KEYWORDS="-* amd64 arm64"

0 commit comments

Comments
 (0)