2020-01-26 18:32:28 by Roland Illig | Files touched by this commit (981) |
Log message:
all: migrate homepages from http to https
pkglint -r --network --only "migrate"
As a side-effect of migrating the homepages, pkglint also fixed a few
indentations in unrelated lines. These and the new homepages have been
checked manually.
|
2020-01-10 13:56:35 by Benny Siegert | Files touched by this commit (1) |
Log message:
go: use go113 as the default for building packages.
I did a preliminary bulk build to find build failures resulting from this
change and fixed the fallout in www/grafana. Everything else seemed to be
ok.
|
2020-01-10 13:53:02 by Benny Siegert | Files touched by this commit (2) |
Log message:
Update go112 to 1.12.15.
These releases include fixes to the runtime and to the
net/http package.
The macOS releases enable the Hardened Runtime. See
https://golang.org/issue/34986 for details.
View the release notes for more information:
https://golang.org/doc/devel/release.html#go1.13.minor
|
2020-01-10 13:40:43 by Benny Siegert | Files touched by this commit (2) |
Log message:
Update go113 to 1.13.6.
These releases include fixes to the runtime and to the
net/http package.
The macOS releases enable the Hardened Runtime. See
https://golang.org/issue/34986 for details.
View the release notes for more information:
https://golang.org/doc/devel/release.html#go1.13.minor
|
2019-12-13 08:39:33 by Benny Siegert | Files touched by this commit (3) | |
Log message:
Update go112 to 1.12.14.
go1.12.13 (released 2019/10/31) fixes an issue on macOS 10.15 Catalina where
the non-notarized installer and binaries were being rejected by Gatekeeper.
Only macOS users who hit this issue need to update.
go1.12.14 (released 2019/12/04) includes a fix to the runtime. See the Go
1.12.14 milestone on our issue tracker for details.
|
2019-12-09 10:59:31 by Jonathan Perkin | Files touched by this commit (2) |
Log message:
go: Split *_SUPPORTED variables out into new go-vars.mk.
It's not always possible to include go-package.mk earlier than bsd.prefs.mk
in a package, for example if the package defines its own do-install target,
so move out the *_SUPPORTED variables that need to be included first.
|
2019-12-08 15:42:03 by Benny Siegert | Files touched by this commit (1) |
Log message:
Add go113.
I forgot to include this file in the go113 commit, thanks wiz@ for
notifying me!
|
2019-12-07 19:15:14 by Roland Illig | Files touched by this commit (1) |
Log message:
lang/go: add go to the tools directory
This makes it easier to run the Go compiler from within the build
environment created by "bmake build-env".
|
2019-11-03 20:04:09 by Roland Illig | Files touched by this commit (159) |
Log message:
lang: align variable assignments
pkglint -Wall -F --only aligned --only indent -r
No manual corrections.
|
2019-10-18 16:48:29 by Benny Siegert | Files touched by this commit (3) |
Log message:
Update go112 to 1.12.12.
qo1.12.11 (released 2019/10/17) includes security fixes to the crypto/dsa
package. See the Go 1.12.11 milestone on our issue tracker for details.
go1.12.12 (released 2019/10/17) includes fixes to the go command, runtime,
syscall and net packages. See the Go 1.12.12 milestone on our issue tracker
for details.
|