Update go112 to 1.12.7.
This fixes a nasty code-generation bug, among other things: go1.12.6 (released 2019/06/11) includes fixes to the compiler, the linker, the go command, and the crypto/x509, net/http, and os packages. See the Go 1.12.6 milestone on our issue tracker for details. go1.12.7 (released 2019/07/08) includes fixes to cgo, the compiler, and the linker. See the Go 1.12.7 milestone on our issue tracker for details.
This commit is contained in:
parent
f1dde074d2
commit
62f5a9586a
3 changed files with 16 additions and 8 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: version.mk,v 1.64 2019/07/14 12:25:18 bsiegert Exp $
|
||||
# $NetBSD: version.mk,v 1.65 2019/07/14 15:19:55 bsiegert Exp $
|
||||
|
||||
CTF_SUPPORTED= no
|
||||
SSP_SUPPORTED= no
|
||||
|
@ -6,7 +6,7 @@ STRIP_DEBUG_SUPPORTED= no
|
|||
|
||||
.include "../../mk/bsd.prefs.mk"
|
||||
|
||||
GO112_VERSION= 1.12.5
|
||||
GO112_VERSION= 1.12.7
|
||||
GO111_VERSION= 1.11.12
|
||||
GO110_VERSION= 1.10.8
|
||||
GO19_VERSION= 1.9.7
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.5 2019/05/27 15:16:38 bsiegert Exp $
|
||||
@comment $NetBSD: PLIST,v 1.6 2019/07/14 15:19:55 bsiegert Exp $
|
||||
bin/go${GOVERSSUFFIX}
|
||||
bin/gofmt${GOVERSSUFFIX}
|
||||
go112/AUTHORS
|
||||
|
@ -332,6 +332,7 @@ go112/misc/cgo/test/issue29781.go
|
|||
go112/misc/cgo/test/issue30065.go
|
||||
go112/misc/cgo/test/issue3250.go
|
||||
go112/misc/cgo/test/issue3250w.go
|
||||
go112/misc/cgo/test/issue32579.go
|
||||
go112/misc/cgo/test/issue3261.go
|
||||
go112/misc/cgo/test/issue3729.go
|
||||
go112/misc/cgo/test/issue3729w.go
|
||||
|
@ -5482,8 +5483,10 @@ go112/src/os/dir_plan9.go
|
|||
go112/src/os/dir_unix.go
|
||||
go112/src/os/dir_windows.go
|
||||
go112/src/os/env.go
|
||||
go112/src/os/env_default.go
|
||||
go112/src/os/env_test.go
|
||||
go112/src/os/env_unix_test.go
|
||||
go112/src/os/env_windows.go
|
||||
go112/src/os/error.go
|
||||
go112/src/os/error_plan9.go
|
||||
go112/src/os/error_posix.go
|
||||
|
@ -8348,6 +8351,11 @@ go112/test/fixedbugs/issue31252.dir/b.go
|
|||
go112/test/fixedbugs/issue31252.dir/c.go
|
||||
go112/test/fixedbugs/issue31252.dir/main.go
|
||||
go112/test/fixedbugs/issue31252.go
|
||||
go112/test/fixedbugs/issue31987.go
|
||||
go112/test/fixedbugs/issue32477.go
|
||||
go112/test/fixedbugs/issue32560.go
|
||||
go112/test/fixedbugs/issue32680.go
|
||||
go112/test/fixedbugs/issue32680.out
|
||||
go112/test/fixedbugs/issue3552.dir/one.go
|
||||
go112/test/fixedbugs/issue3552.dir/two.go
|
||||
go112/test/fixedbugs/issue3552.go
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
$NetBSD: distinfo,v 1.4 2019/05/27 15:16:38 bsiegert Exp $
|
||||
$NetBSD: distinfo,v 1.5 2019/07/14 15:19:55 bsiegert Exp $
|
||||
|
||||
SHA1 (go1.12.5.src.tar.gz) = a0acaea1a412d28b98e86f00900957eb199caf8d
|
||||
RMD160 (go1.12.5.src.tar.gz) = 729742d403f03468bc3c744d802cb1c3260ff8c5
|
||||
SHA512 (go1.12.5.src.tar.gz) = ce64105ff71615f9d235cc7c8656b6409fc40cc90d15a28d355fadd9072d2eab842af379dd8bba0f1181715753143e4a07491e0f9e5f8df806327d7c95a34fae
|
||||
Size (go1.12.5.src.tar.gz) = 21971348 bytes
|
||||
SHA1 (go1.12.7.src.tar.gz) = 538f6c11e08c4a3872cbf0834a86b334ef3ec561
|
||||
RMD160 (go1.12.7.src.tar.gz) = d874ae2ffeee930dbbeadd17512ed179cd175507
|
||||
SHA512 (go1.12.7.src.tar.gz) = f84c6b89dea9df21f0efa07564eb80baeee5bc2d68cced5fd645ebb32e9317e60b657afe011c81e7739d8a93e4b4dafa0b4f78431a009d36e05de55f89ed0fd6
|
||||
Size (go1.12.7.src.tar.gz) = 21976647 bytes
|
||||
SHA1 (patch-misc_io_clangwrap.sh) = cd91c47ba0fe7b6eb8009dd261c0c26c7d581c29
|
||||
SHA1 (patch-src_cmd_dist_util.go) = 24e6f1b6ded842a8ce322a40e8766f7d344bc47e
|
||||
SHA1 (patch-src_cmd_link_internal_ld_elf.go) = 990a54e3baf239916e4c7f0c1d54240e2898601a
|
||||
|
|
Loading…
Reference in a new issue