Changelog for
go1.11-doc-1.11.13-58.132.x86_64.rpm :
* Tue Feb 27 2024 Jeff Kowalczyk
- Packaging improvements:
* Use %patch -P N instead of deprecated %patchN
* Mon Feb 08 2021 Dirk Müller - bootstrap via default \"gcc-go\" compiler in newer distros rather than hardcoding gcc 9 (which is on its way out).- drop gcc9-go.patch (obsolete)
* 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
* Wed Apr 15 2020 Guillaume GARDET - armv7 build hangs with gcc7-go on Leap 15.2, so use go1.4 (bsc#1167874)
* Mon Mar 16 2020 Guillaume GARDET - %arm requires binutils-gold to build with go1.4 (bsc#1167874)
* Thu Nov 28 2019 Guillaume GARDET - Make use of gcc9-go for Tumbleweed since gcc8 has been dropped- Drop gcc8-go.patch and add gcc9-go.patch
* Mon Oct 21 2019 Stefan Brüns - Fix broken go_api evaluation (1.11 < 1.5, when evaluated as floats), let RPM evaluate the expression, drop no longer required bc.- Own the gdbinit.d directory, avoid the build dependency on gdb.
* Tue Aug 13 2019 Jeff Kowalczyk - go1.11.13 (released 2019/08/13) includes security fixes to the net/http and net/url packages addressing CVEs: CVE-2019-9512 CVE-2019-9514 CVE-2019-14809 Refs boo#1141688.
* bnc#1146111 VUL-0: CVE-2019-9512: go: HTTP/2: flood using PING frames results in unbounded memory growth
* bnc#1146115 VUL-0: CVE-2019-9514: go: HTTP/2 implementation is vulnerable to a reset flood, potentially leading to a denial of service
* bnc#1146123 VUL-0: CVE-2019-14809: go: malformed hosts in URLs leads to authorization bypass
* go#33632 net/url: URL.Parse Multiple Parsing Issues
* go#33630 net/http: Denial of Service vulnerabilities in the HTTP/2 implementation
* Wed Jul 10 2019 Jeff Kowalczyk - go1.11.12 (released 2019/07/08) includes fixes to the compiler and the linker. Refs boo#1141688.
* go#32711 cmd/compile: wrong calculation result for bit operation that\'s inlined and has all constant shifts in rewrite rules
* go#32696 debug/dwarf: cgo produces malformed DWARF data
* go#32582 cmd/compile: `switch` statement on a custom `int32` type with negative values behaves differently in two consecutive calls