2020-08-30 13:52:19 by Tobias Nygren | Files touched by this commit (1) |
Log message:
go/go-module.mk: sort show-go-modules output
|
2020-08-30 07:52:10 by Tobias Nygren | Files touched by this commit (1) |
Log message:
go-vars.mk: set RELRO_SUPPORTED=no here
So we don't have to set CHECK_RELRO_SKIP in every go package.
It's a property of golang and may get fixed some day.
|
2020-08-21 21:50:22 by Benny Siegert | Files touched by this commit (1) |
Log message:
Add a package for Go 1.15.
The latest Go release, version 1.15, arrives six months after Go 1.14. Most of
its changes are in the implementation of the toolchain, runtime, and libraries.
As always, the release maintains the Go 1 promise of compatibility. We expect
almost all Go programs to continue to compile and run as before.
Go 1.15 includes substantial improvements to the linker, improves allocation
for small objects at high core counts, and deprecates X.509 CommonName. GOPROXY
now supports skipping proxies that return errors and a new embedded tzdata
package has been added.
There are no changes to the language.
|
2020-08-20 08:50:49 by Tobias Nygren | Files touched by this commit (1) |
Log message:
go-module.mk: fix permission denied as non-root when running "make clean"
|
2020-08-14 20:45:56 by Benny Siegert | Files touched by this commit (2) |
Log message:
Update go114 to 1.14.7.
go1.14.7 (released 2020/08/06) includes security fixes to the encoding/binary
package. See the Go 1.14.7 milestone on our issue tracker for details.
|
2020-08-14 20:28:29 by Benny Siegert | Files touched by this commit (2) |
Log message:
Update go113 to 1.13.15.
go1.13.15 (released 2020/08/06) includes security fixes to the encoding/binary
package. See the Go 1.13.15 milestone on our issue tracker for details.
|
2020-07-17 19:20:06 by Benny Siegert | Files touched by this commit (3) |
Log message:
Update go114 to 1.14.6.
go1.14.5 (released 2020/07/14) includes security fixes to the crypto/x509 and
net/http packages. See the Go 1.14.5 milestone on our issue tracker for
details.
go1.14.6 (released 2020/07/16) includes fixes to the go command, the compiler,
the linker, vet, and the database/sql, encoding/json, net/http, reflect, and
testing packages. See the Go 1.14.6 milestone on our issue tracker for details.
|
2020-07-17 19:10:20 by Benny Siegert | Files touched by this commit (3) |
Log message:
Update go113 to 1.13.14.
go1.13.12 (released 2020/06/01) includes fixes to the runtime, and the go/types
and math/big packages. See the Go 1.13.12 milestone on our issue tracker for
details.
go1.13.13 (released 2020/07/14) includes security fixes to the crypto/x509 and
net/http packages. See the Go 1.13.13 milestone on our issue tracker for details.
go1.13.14 (released 2020/07/16) includes fixes to the compiler, vet, and the
database/sql, net/http, and reflect packages. See the Go 1.13.14 milestone
on our issue tracker for details.
|
2020-07-17 18:23:21 by Benny Siegert | Files touched by this commit (1) |
Log message:
go-module.mk: Run "go mod download" to prime the module cache.
This was suggested by Russ Cox, instead of "go get".
|
2020-06-17 11:37:25 by Benny Siegert | Files touched by this commit (3) |
Log message:
Update go114 to 1.14.4.
go1.14.3 (released 2020/05/14) includes fixes to cgo, the compiler, the
runtime, and the go/doc and math/big packages. See the Go 1.14.3
milestone on our issue tracker for details.
go1.14.4 (released 2020/06/01) includes fixes to the go doc command, the
runtime, and the encoding/json and os packages. See the Go 1.14.4
milestone on our issue tracker for details.
|