2020-08-24 20:52:00 by Benny Siegert | Files touched by this commit (12) | |
Log message:
We say goodbye to go113.
go115 is now in the tree. Upstream supports the last two releases.
|
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: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-05-16 10:33:07 by Benny Siegert | Files touched by this commit (3) |
Log message:
Update go113 to 1.13.11.
go1.13.11 (released 2020/05/14) includes fixes to the compiler. See the Go
1.13.11 milestone on our issue tracker for details.
|
2020-05-08 02:49:59 by Maya Rashish | Files touched by this commit (2) |
Log message:
go113, go114: when bootstrapped using a modules capable Go bootstrap,
put the cache in the work directory. Helps bulk building on netbsd/aarch64.
|
2020-05-01 18:02:04 by Tobias Nygren | Files touched by this commit (4) |
Log message:
go*: delete dup PLISTs. pkglint says "unix.a" is listed in main PLIST.
|
2020-05-01 16:11:16 by Tobias Nygren | Files touched by this commit (1) |
Log message:
really drop bsd.prefs.mk include
|
2020-05-01 16:09:15 by Tobias Nygren | Files touched by this commit (5) |
Log message:
go*: move definition of GOROOT_BOOTSTRAP to go/bootstrap.mk.
NFC. But will later need to do something else when MACHINE_ARCH == aarch64.
Also drop dup include of bsd.prefs.mk. go/version.mk does this already.
|
2020-04-12 13:09:03 by Benny Siegert | Files touched by this commit (3) |
Log message:
Update go113 to 1.13.10.
go1.13.10 (released 2020/04/08) includes fixes to the go command, the
runtime, os/exec, and time packages. See the Go 1.13.10 milestone on our
issue tracker for details.
|
2020-03-21 17:51:10 by Benny Siegert | Files touched by this commit (3) |
Log message:
Update go113 to 1.13.9.
This release includes fixes to the go command, tools, the runtime,
the toolchain, and to the crypto/cypher package.
View the release notes for more information:
https://golang.org/doc/devel/release.html#go1.13.minor
|