Commit graph

5 commits

Author SHA1 Message Date
bsiegert
8764a41a8f Update go117 to 1.17.6.
go1.17.6 (released 2022-01-06) includes fixes to the compiler, linker,
runtime, and the crypto/x509, net/http, and reflect packages. See the Go 1.17.6
milestone on our issue tracker for details.
2022-01-09 19:54:46 +00:00
wiz
31dd1cc5e3 go117: remove reference to non-existent file 2021-10-11 21:34:39 +00:00
jperkin
193cdbe8a8 go117: Rework illumos getgrouplist hack.
The previous change only worked for the build of go itself, any dependencies
that used the same go code were broken.  Fixes www/gitea and others.

Needs to be fixed properly by creating a native illumos bootstrap kit.
2021-09-14 10:12:16 +00:00
jperkin
aa68ac5c67 go117: Fix bootstrap issue on illumos platforms. 2021-09-07 13:31:14 +00:00
bsiegert
35d107d187 Add Go 1.17.
Some relevant changes:
 - new register-based calling convention (not on NetBSD though IIUC)
 - new language feature to cast slices into array pointers
 - the usual amount of bugfixes
2021-08-22 13:10:18 +00:00