2018-10-14 20:53:00 by Benny Siegert | Files touched by this commit (2) |
Log message: Move analyze into $GOTOOLDIR. This means it does not pollute the command namespace, and you can call it as "go tool analyze". Needs v1.19 of lang/go/go-package.mk. |
2018-10-10 20:58:33 by Benny Siegert | Files touched by this commit (3) |
Log message: Update go-tools to 1.11.20181009. Still no proper versions. No changelog from upstream. |
2018-06-12 19:50:29 by Benny Siegert | Files touched by this commit (102) | |
Log message: Revbump all Go packages after lang/go update. |
2018-05-06 21:31:43 by Min Sik Kim | Files touched by this commit (1) |
Log message: devel/go-tools: Requires a newer version of go-crypto autocert was added to go-crypto in 0.0.20180308. |
2018-03-30 13:56:27 by Benny Siegert | Files touched by this commit (94) | |
Log message: Revbump all Go packages after 1.10.1 update. ok wiz@ for committing during freeze |
2018-03-11 21:45:20 by Benny Siegert | Files touched by this commit (2) |
Log message: Depend on go-crypto instead of go-crypto-acme. Bump revision. |
2018-03-04 16:52:21 by Benny Siegert | Files touched by this commit (95) | |
Log message: Revbump all Go packages after Go 1.10 update. |
2018-01-07 14:04:44 by Roland Illig | Files touched by this commit (583) |
Log message: Fix indentation in buildlink3.mk files. The actual fix as been done by "pkglint -F */*/buildlink3.mk", and was reviewed manually. There are some .include lines that still are indented with zero spaces although the surrounding .if is indented. This is existing practice. |
2017-07-22 21:32:41 by Thomas Klausner | Files touched by this commit (10) |
Log message: Sprinkle CHECK_RELRO_SKIP on go packages. go14 has no relro support AFAICT. go-1.8.3 has if you use -buildmode=pie, but it claims it's not supported on Linux. Disable relro checking for go packages until bsiegert has time to look at this. |
2017-04-13 17:12:07 by Benny Siegert | Files touched by this commit (39) | |
Log message: Revbump all Go packages after the Go 1.8.1 update. |