Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion SPECS/golang/golang-1.13.signatures.json
Original file line number Diff line number Diff line change
@@ -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"
}
}
6 changes: 4 additions & 2 deletions SPECS/golang/golang-1.13.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -124,9 +124,11 @@ rm -rf %{buildroot}/*
%{_bindir}/*

%changelog
* Tue Sep 08 2020 Nicolas Ontiveros <niontive@microsoft.com> 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 <mamalisz@microsoft.com> 1.13.11-1
- Updated to version 1.13.11
* Sat May 09 2020 Nick Samson <nisamson@microsoft.com> - 1.12.5-7
* Sat May 09 2020 Nick Samson <nisamson@microsoft.com> 1.12.5-7
- Added %%license line automatically
* Thu Apr 30 2020 Emre Girgin <mrgirgin@microsoft.com> 1.12.5-6
- Renaming go to golang
Expand Down
4 changes: 2 additions & 2 deletions cgmanifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
},
Expand Down