Update to go1.16.5

- Security fix for CVE-2021-33195
- Security fix for CVE-2021-33196
- Security fix for CVE-2021-33197
- Fix OOM with large exponents in Rat.SetString gh#45910
This commit is contained in:
Mike Rochefort 2021-06-21 11:42:34 -04:00 committed by Michael Rochefort
parent decf6e95fe
commit e5f2544a1e
2 changed files with 11 additions and 3 deletions

1
.gitignore vendored
View File

@ -101,3 +101,4 @@
/go1.16.src.tar.gz
/go1.16.3.src.tar.gz
/go1.16.4.src.tar.gz
/go1.16.5.src.tar.gz

View File

@ -106,10 +106,10 @@
%endif
%global go_api 1.16
%global go_version %{go_api}.4
%global go_version %{go_api}.5
# For rpmdev-bumpspec and releng automation
%global baserelease 2
%global baserelease 1
Name: golang
Version: %{go_version}
@ -159,7 +159,7 @@ Patch1: 0001-Don-t-use-the-bundled-tzdata-at-runtime-except-for-t.patch
Patch2: 0002-syscall-expose-IfInfomsg.X__ifi_pad-on-s390x.patch
Patch3: 0003-cmd-go-disable-Google-s-proxy-and-sumdb.patch
# Scheduled backport for go1.16 https://golang.org/cl/316750 by laboger
Patch4: ppc64x-linker-fix.patch
# Patch4: ppc64x-linker-fix.patch
# Having documentation separate was broken
Obsoletes: %{name}-docs < 1.1-4
@ -531,6 +531,13 @@ fi
%endif
%changelog
* Mon Jun 21 2021 Mike Rochefort <mroche@fedoraproject.org> - 1.16.5-1
- Update to go1.16.5
- Security fix for CVE-2021-33195
- Security fix for CVE-2021-33196
- Security fix for CVE-2021-33197
- Fix OOM with large exponents in Rat.SetString gh#45910
* Thu May 13 2021 Jakub Čajka <jcajka@redhat.com> - 1.16.4-2
- Fix linker issue on ppc64le breaking kube 1.21 build