Go programming language compiler and tools
Go is an expressive, concurrent, garbage collected systems programming language that is type safe and memory safe. It has pointers but no pointer arithmetic. Go has fast builds, clean syntax, garbage collection, methods for any type, and run-time reflection. It feels like a dynamic language but has the speed and safety of a static language.
- Developed at devel:languages:go
-
4
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Factory/go1.15 && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
README.SUSE | 0000004904 4.79 KB | |
_service | 0000000629 629 Bytes | |
_servicedata | 0000000226 226 Bytes | |
gcc6-go.patch | 0000003049 2.98 KB | |
gcc7-go.patch | 0000002985 2.92 KB | |
go-rpmlintrc | 0000000496 496 Bytes | |
go.gdbinit | 0000000071 71 Bytes | |
go1.15.5.src.tar.gz | 0023019303 22 MB | |
go1.15.changes | 0000011741 11.5 KB | |
go1.15.spec | 0000013352 13 KB | |
go1.x-prefer-etc-hosts-over-dns.patch | 0000001211 1.18 KB | |
llvm-6c75db8b4bc59eace18143ce086419d37da24746.tar. |
0002158408 2.06 MB | |
tools-packaging.patch | 0000000787 787 Bytes |
Revision 6 (latest revision is 19)
Dominique Leuenberger (dimstar_suse)
accepted
request 848227
from
Jeff Kowalczyk (jfkw)
(revision 6)
- go1.15.5 (released 2020-11-12) includes security fixes to the cmd/go and math/big packages. CVE-2020-28362 CVE-2020-28367 CVE-2020-28366 Refs boo#1175132 go1.15 release tracking * boo#1178750 CVE-2020-28362 * go#42554 math/big: panic during recursive division of very large numbers * boo#1178752 CVE-2020-28367 * go#42562 cmd/go: arbitrary code can be injected into cgo generated files * boo#1178753 CVE-2020-28366 * go#42558 cmd/go: improper validation of cgo flags can lead to remote code execution at build time (forwarded request 848224 from jfkw)
Comments 0