| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
| |
go recently received a security upgrade to 1.12.8 (f4894bf9) this
upgrade fixes various CVEs in go standard libraries, for instance in
HTTP/2 functionality. Since go is statically linked packages using this
functionality need to be rebuild.
|
| |
|
| |
|
|
|
|
|
|
|
| |
Currently ppc64le does not have go, thus, disabling the build of
the packages that depends on golang.
This patch should be reverted once we have go enabled on ppc64le.
|
|
|
|
|
|
| |
This reverts commit 713303885caff9cb846c21d89604375741cdc430.
This one uses snapshot, so let it keep in community for now.
|
|
|
|
|
| |
`go get` must not be used in APKBUILD, it downloads random dependencies
from Internet without any verification, leads to unreproducible build
|
|
|