| 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.
|
|
|
|
| |
Also remove a patch that is already part of version 1.0.9
|
| |
|
|
|
|
|
|
|
| |
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.
|
|
govender sync didnt have a verbose switch which made abuild process confusingly slow.
|