2019-03-09 11:05:15 by Benny Siegert | Files touched by this commit (143) |
Log message: all: revbump Go packages, now that they use go112 to build |
2019-01-24 11:00:46 by Benny Siegert | Files touched by this commit (144) | |
Log message: Revbump Go packages after lang/go111 update. |
2018-12-19 16:47:12 by Benny Siegert | Files touched by this commit (141) | |
Log message: Revbump all Go packages after go111 update. |
2018-11-04 19:38:09 by Benny Siegert | Files touched by this commit (122) | |
Log message: Revbump all Go packages after go111 update. |
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-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:49:04 by Benny Siegert | Files touched by this commit (5) |
Log message: Remove go-crypto-acme. Replacement: go-crypto. The two packages have been re-merged after the removal of a circular dependency. |
2018-03-11 21:43:33 by Benny Siegert | Files touched by this commit (4) |
Log message: Update go-crypto to 0.0.20180308. No changelog from upstream. The circular dependency that prompted splitting this package is no longer an issue, as acme now depends on context instead of golang.org/x/net/context. Thus, this package now contains what used to be go-crypto-acme and conflicts with it. |
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. |