Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | community/go: security upgrade to 1.10.8 (CVE-2019-6486) | Leonardo Arena | 2019-01-31 | 1 | -3/+5 |
| | | | | Fixes #9938 | ||||
* | community/go: upgrade to 1.10.7 | Natanael Copa | 2018-12-18 | 1 | -3/+3 |
| | |||||
* | community/go: upgrade to 1.10.5 | Natanael Copa | 2018-11-14 | 1 | -3/+3 |
| | |||||
* | community/go: upgrade to 1.10.1 | Andy Postnikov | 2018-04-05 | 1 | -4/+4 |
| | |||||
* | community/go: update the tools | Natanael Copa | 2018-02-28 | 1 | -4/+5 |
| | |||||
* | community/go: upgrade to 1.10 | Natanael Copa | 2018-02-28 | 4 | -114/+86 |
| | |||||
* | community/go: security upgrade to 1.9.4 | Sören Tempel | 2018-02-11 | 1 | -4/+8 |
| | | | | CVE-2018-6574 | ||||
* | community/go: add mips arches | Nils Andreas Svee | 2017-12-11 | 1 | -0/+4 |
| | |||||
* | Remove Eivind Uggedal as a maintainer | Sören Tempel | 2017-11-01 | 1 | -2/+2 |
| | | | | He hasn't been active since 2015. | ||||
* | community/go: upgrade to 1.9.2 | Roberto Oliveira | 2017-10-26 | 2 | -706/+4 |
| | | | | | Removed a ppc64le patch that was backported from upstream and is now part of go 1.9.2 | ||||
* | community/go: upgrade to 1.9.1 | Natanael Copa | 2017-10-12 | 1 | -4/+4 |
| | |||||
* | Revert "community/go: upgrade to 1.9.1" | Sören Tempel | 2017-10-08 | 1 | -4/+4 |
| | | | | | | | | | | Even though the upgrade successfully compiled on my x86_64 laptop it seems to fail on the x86_64 builder for some reason. Reverting the upgrade until I figure out what's going on. See: http://build.alpinelinux.org/buildlogs/build-edge-x86_64/community/go/go-1.9.1-r0.log This reverts commit a51cc78c60ec483e63747c15c8321a4996db7fd0. | ||||
* | community/go: upgrade to 1.9.1 | Sören Tempel | 2017-10-08 | 1 | -4/+4 |
| | |||||
* | community/go: backport ppc64le fix for regression in PPC64.rules | Roberto Oliveira | 2017-09-26 | 2 | -2/+704 |
| | | | | | | | When a MOVDstorezero (8 bytes) is used the offset field in the instruction must be a multiple of 4. This situation had been corrected in the rules for other types of stores but not for the zero case. | ||||
* | community/go: don't build cross-compilers | Christine Dodrill | 2017-09-17 | 1 | -24/+2 |
| | |||||
* | community/go: backport ppc64le fix for _main | Roberto Oliveira | 2017-09-12 | 2 | -2/+36 |
| | | | | | | _main has an early check to verify if a binary is statically or dynamically linked that depends on R0 being zero. R0 is not guaranteed to be zero at that point and this can break Go on ppc64le. | ||||
* | community/go: upgrade to 1.9 | Sören Tempel | 2017-08-29 | 2 | -12/+13 |
| | | | | | | | | | Also remove cover: > For Go releases 1.5 and later, this tool lives in the standard repository. The code here is not maintained. See: https://godoc.org/golang.org/x/tools/cmd/cover | ||||
* | community/go: fix subpkgdir vs. pkgdir | Timo Teräs | 2017-06-19 | 1 | -5/+5 |
| | |||||
* | community/go: upgrade to 1.8.3, modernize aport | Timo Teräs | 2017-06-19 | 1 | -47/+44 |
| | | | | | | | | - remove unneeded "|| return 1" - make copying sources as separate step - fix 'rootpkg' to be invokable as individual step multiple times (fix environment, and not moving things out of $builddir) - do not ship cross-built tools in 'go-tools' package | ||||
* | community/go: default buildmode=pie on s390x | Tuan M. Hoang | 2017-06-09 | 2 | -3/+3 |
| | |||||
* | community/go: fix external linker for ppc64le | Roberto Oliveira | 2017-06-08 | 2 | -3/+3 |
| | | | | | | | The external linker for ppc64le was pointing to /lib64/ld-musl-ppc64le.so.1 but the valid path for alpine ppc64le is /lib/ld-musl-powerpc64le.so.1. This issue was found by Lynn Boger from IBM go compiler team. | ||||
* | community/go: set external linker for all archs | Natanael Copa | 2017-05-16 | 2 | -3/+96 |
| | |||||
* | community/go: upgrade to 1.8.1 | Ed Robinson | 2017-05-16 | 2 | -8/+22 |
| | | | | set-external-linker.patch adresses golang/go#18243 | ||||
* | community/go: enable build on ppc64le. | Roberto Oliveira | 2017-04-18 | 1 | -1/+2 |
| | | | | | | | | Go package build was disabled on ppc64le because it was missing go-bootstrap dependency. As the last version of go-bootstrap (1.4) is not available for ppc64le, I cross-compiled it and uploaded it to: ftp://ftp.unicamp.br/pub/ppc64el/alpine/go-bootstrap/ The go-bootstrap is now installed in build-edge-ppc64le and can compile the go package. | ||||
* | community/go: disable go on ppc64le | Natanael Copa | 2017-04-07 | 1 | -1/+1 |
| | |||||
* | community/go: cross-build support | Timo Teräs | 2017-02-27 | 1 | -6/+30 |
| | |||||
* | community/go: use any go-bootstrap, add s390x | Timo Teräs | 2017-02-23 | 1 | -33/+18 |
| | | | | | | Now that go-bootstrap can be the bootstrap package (for x86*) or the real go package, search for the right bootstrap go directory to use. This also adds s390x arch mapping. | ||||
* | community/go: provide go-bootstrap | Timo Teräs | 2017-02-23 | 1 | -1/+2 |
| | | | | | | | This enables Go to compile itself with previous Go build. Should improve build times. More importantly, this is prerequisite to get the cross compilation makedependencies right. Support for cross-compiling Go to new arches is due out soon. | ||||
* | community/go: do not use sse2 on x86 | Timo Teräs | 2017-02-07 | 1 | -2/+2 |
| | | | | ref #6788 | ||||
* | community/go: upgrade to 1.7.4 | Natanael Copa | 2017-01-18 | 1 | -7/+7 |
| | |||||
* | community/go: upgrade to 1.7.3 | Natanael Copa | 2016-10-28 | 1 | -8/+8 |
| | |||||
* | community/go: split go-cross into multiple subpackages | Sören Tempel | 2016-10-06 | 1 | -12/+15 |
| | |||||
* | community/go: update to version 1.7.1 | Nathan Johnson | 2016-09-13 | 1 | -7/+7 |
| | |||||
* | community/go: depend on binutils and gcc | Timo Teräs | 2016-09-13 | 1 | -1/+1 |
| | | | | fixes #6072 | ||||
* | community/go: minor cleanup | Natanael Copa | 2016-08-19 | 1 | -7/+7 |
| | | | | | | | we need the arm bootstrap binary explicitly in source so abuild does not complain about the extra checksum. also remove paxmark from makedepends as its no longer used. | ||||
* | community/go: upgrade to 1.7 | Keegan Carruthers-Smith | 2016-08-19 | 1 | -15/+8 |
| | |||||
* | community/go: add support for aarch64 | Carlo Landmeter | 2016-08-15 | 1 | -5/+20 |
| | |||||
* | community/go: upgrade to 1.7_rc4 | Natanael Copa | 2016-08-08 | 1 | -7/+7 |
| | |||||
* | community/go: upgrade to 1.7rc3, and fix arm arch | Timo Teräs | 2016-07-29 | 1 | -8/+10 |
| | |||||
* | community/go: upgrade to 1.7_rc2 | Sören Tempel | 2016-07-20 | 1 | -30/+20 |
| | |||||
* | community/go: upgrade to 1.7rc1 | Timo Teräs | 2016-07-08 | 1 | -12/+12 |
| | | | | | Fixes x86 build errors. vet removed from external tools as it is part of main go package now. | ||||
* | community/go: default buildmode=pie | Timo Teräs | 2016-07-07 | 3 | -21/+17 |
| | |||||
* | community/go: remove unused patches | Natanael Copa | 2016-06-27 | 2 | -423/+0 |
| | |||||
* | community/go: fix paxmark for arm | Natanael Copa | 2016-06-27 | 3 | -2/+425 |
| | | | | we also need to disable RANDEXEC | ||||
* | community/go: paxmark go on arm | Natanael Copa | 2016-06-17 | 1 | -2/+9 |
| | | | | | this works around problem when building docker https://github.com/golang/go/issues/16081 | ||||
* | community/go: Add stringer to tools | Thomas Boerger | 2016-05-16 | 1 | -4/+7 |
| | | | | | In order to be able to use the stringer tool within go-based packages I have added it to the list of the go-tools subpackage. | ||||
* | community/go: bump pkgrel | Natanael Copa | 2016-05-03 | 1 | -1/+1 |
| | |||||
* | community/go: Install time zone database distributed with Go | Brett Buddin | 2016-05-03 | 1 | -1/+1 |
| | | | | | | | | This fixes time zone lookups using the `time.LoadLocation` function by ensuring that the time zone database distributed with Go ($GOROOT/lib/time/zoneinfo.zip) is installed. You can find more information about this file here: https://golang.org/pkg/time/#LoadLocation | ||||
* | community/go: new upstream version 1.6.2 | Christian Kampka | 2016-04-28 | 2 | -84/+11 |
| | |||||
* | community/go: new upstream version 1.6.1 | Christian Kampka | 2016-04-16 | 1 | -9/+8 |
| |