Changelog for
go1.10-doc-1.10.8-34.178.x86_64.rpm :
* Tue Feb 27 2024 Jeff Kowalczyk
- Packaging improvements:
* Use %patch -P N instead of deprecated %patchN
* Mon Jul 12 2021 Richard Biener - Add compiler-rt-fix-tsan-build.patch to fix build with gcc-PIE.
* Fri May 07 2021 Richard Biener - Use gcc-go for Factory- Add gccgo1.16.patch to allow bootstrap with gccgo from GCC 11. [boo#1182618]
* Mon Jun 08 2020 Guillaume GARDET - Ensure ARM arch is set properly - boo#1169832
* Wed Apr 29 2020 Guillaume GARDET - Requires binutils-gold for %arm and aarch64 - boo#1170826
* Tue Jun 18 2019 Jeff Kowalczyk - BuildRequire pkgconfig(systemd) instead of systemd: allow OBS to shortcut the build queues by allowing usage of systemd-mini. Originally from Dominique Leuenberger
* Mon Mar 11 2019 Martin Liška - Add gcc9-rsp-clobber.patch in order to fix bsc#1121397.
* Mon Feb 18 2019 Guillaume GARDET - Enable build for %arm (boo#1125768), with go1.4 as building with gccgo hangs (boo#974800)- Remove unneeded armv6l.patch
* Thu Jan 24 2019 Jeff Kowalczyk - go1.10.8 (released 2019/01/23) security release fixes CVE-2019-6486.
* go#29903 crypto/elliptic: CPU DoS vulnerability affecting P-521 and P-384
* Sat Dec 15 2018 Aleksa Sarai - Make our profile.d/go.sh no longer set GOROOT=, in order to make switching between versions no longer break. This ends up removing the need for go.sh entirely (because GOPATH is also set automatically). boo#1119634