From 530d58ce7c5f4214a3278dc6df39d5ddf8cc75ae Mon Sep 17 00:00:00 2001 From: Nicolas Ontiveros Date: Mon, 7 Sep 2020 10:08:30 -0700 Subject: [PATCH] Upgrade golang to 1.13.15 --- SPECS/golang/golang-1.13.signatures.json | 2 +- SPECS/golang/golang-1.13.spec | 6 ++++-- cgmanifest.json | 4 ++-- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/SPECS/golang/golang-1.13.signatures.json b/SPECS/golang/golang-1.13.signatures.json index ab727fb728d..2033c5cc29e 100644 --- a/SPECS/golang/golang-1.13.signatures.json +++ b/SPECS/golang/golang-1.13.signatures.json @@ -1,6 +1,6 @@ { "Signatures": { - "go1.13.11.src.tar.gz": "89ed1abce25ad003521c125d6583c93c1280de200ad221f961085200a6c00679", + "go1.13.15.src.tar.gz": "5fb43171046cf8784325e67913d55f88a683435071eef8e9da1aa8a1588fcf5d", "go1.4-bootstrap-20171003.tar.gz": "f4ff5b5eb3a3cae1c993723f3eab519c5bae18866b5e5f96fe1102f0cb5c3e52" } } \ No newline at end of file diff --git a/SPECS/golang/golang-1.13.spec b/SPECS/golang/golang-1.13.spec index cb0170e7d61..431a5c5fd05 100644 --- a/SPECS/golang/golang-1.13.spec +++ b/SPECS/golang/golang-1.13.spec @@ -14,7 +14,7 @@ Summary: Go Name: golang -Version: 1.13.11 +Version: 1.13.15 Release: 1%{?dist} License: BSD URL: https://golang.org @@ -124,9 +124,11 @@ rm -rf %{buildroot}/* %{_bindir}/* %changelog +* Tue Sep 08 2020 Nicolas Ontiveros 1.13.15-1 +- Updated to version 1.13.15, which fixes CVE-2020-14039 and CVE-2020-16845. * Sun May 24 2020 Mateusz Malisz 1.13.11-1 - Updated to version 1.13.11 -* Sat May 09 2020 Nick Samson - 1.12.5-7 +* Sat May 09 2020 Nick Samson 1.12.5-7 - Added %%license line automatically * Thu Apr 30 2020 Emre Girgin 1.12.5-6 - Renaming go to golang diff --git a/cgmanifest.json b/cgmanifest.json index 7d4940ee2a0..8923a32c89b 100644 --- a/cgmanifest.json +++ b/cgmanifest.json @@ -1255,8 +1255,8 @@ "type": "other", "other": { "name": "golang", - "version": "1.13.11", - "downloadUrl": "https://dl.google.com/go/go1.13.11.src.tar.gz" + "version": "1.13.15", + "downloadUrl": "https://dl.google.com/go/go1.13.15.src.tar.gz" } } },