Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | community/go: update version to 1.6 | Nathan Johnson | 2016-02-23 | 4 | -73/+86 |
| | | | | | | | | | | | | | Including patch to fix 386 build. https://github.com/golang/go/issues/14476 Removed default-sc-getpw-r-size-max.patch, fixed upstream. https://github.com/golang/go/issues/11319 Changed the offset for no-pic.patch to match new code. TT: pkgrel set to 1 as the original pkgrel=0 failed to build with x86 and was reverted. | ||||
* | community/go: bump pkgrel due to recent revert | Timo Teräs | 2016-02-23 | 1 | -1/+1 |
| | | | | | We had 1.6.0, but reverted it. This caused go to be rebuilt with same version, which can confuse http proxies. | ||||
* | Revert "community/go: update to go 1.6" | Timo Teräs | 2016-02-22 | 3 | -13/+74 |
| | | | | | | This reverts commit e81049956f7cd1251ef6ec8e90c487c7c2bda99b. Does not work on x86 yet. | ||||
* | community/go: update to go 1.6 | Nathan Johnson | 2016-02-22 | 3 | -74/+13 |
| | |||||
* | community/go: upgrade to 1.5.3 | Sören Tempel | 2016-01-14 | 1 | -7/+7 |
| | |||||
* | community/go: rename tools tarball | Sören Tempel | 2015-12-22 | 1 | -4/+4 |
| | | | | Prefix it with the package name. | ||||
* | community/go: upgrade to 1.5.2 | Sören Tempel | 2015-12-04 | 1 | -9/+9 |
| | |||||
* | community/go: install all tools in $PATH | Sören Tempel | 2015-09-30 | 1 | -7/+13 |
| | | | | | | | | | Previously you could only access them using `go tool <toolname>` however, some software expects to find vet, godoc, et cetera in your $PATH. Regarding godoc we manually make it accessible via `go tool <toolname>` as well, which isn't the default and might be dropped in the future. | ||||
* | community/go: moved from main | Eivind Uggedal | 2015-09-30 | 3 | -0/+217 |