23 Commits

Author SHA1 Message Date
Carlo Landmeter
f2fb2eadf2 community/go: add support for aarch64 2016-08-15 23:15:42 +00:00
Natanael Copa
28b3839d75 community/go: upgrade to 1.7_rc4 2016-08-08 16:40:50 +00:00
Timo Teräs
a600a03642 community/go: upgrade to 1.7rc3, and fix arm arch 2016-07-29 14:07:45 +03:00
Sören Tempel
c2e625d05a community/go: upgrade to 1.7_rc2 2016-07-20 13:20:36 +02:00
Timo Teräs
229be22b22 community/go: upgrade to 1.7rc1
Fixes x86 build errors. vet removed from external tools as
it is part of main go package now.
2016-07-08 05:57:04 +00:00
Timo Teräs
9515100a5f community/go: default buildmode=pie 2016-07-07 12:10:15 +03:00
Natanael Copa
8ea73bd1fa community/go: remove unused patches 2016-06-27 11:36:13 +00:00
Natanael Copa
d9a924f2e4 community/go: fix paxmark for arm
we also need to disable RANDEXEC
2016-06-27 11:04:45 +00:00
Natanael Copa
e7dca0ffe3 community/go: paxmark go on arm
this works around problem when building docker
https://github.com/golang/go/issues/16081
2016-06-17 16:30:04 +00:00
Thomas Boerger
61bebe54c0 community/go: Add stringer to tools
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.
2016-05-16 13:51:51 +00:00
Natanael Copa
5813bbbb22 community/go: bump pkgrel 2016-05-03 20:39:22 +00:00
Brett Buddin
8ef571a758 community/go: Install time zone database distributed with Go
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
2016-05-03 20:30:27 +00:00
Christian Kampka
b78ebbc461 community/go: new upstream version 1.6.2 2016-04-28 21:04:42 +02:00
Christian Kampka
3d8a141ce2 community/go: new upstream version 1.6.1 2016-04-16 13:38:09 +02:00
Nathan Johnson
e78b23ebb2 community/go: update version to 1.6
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.
2016-02-23 17:08:20 +00:00
Timo Teräs
fa9b37d63d community/go: bump pkgrel due to recent revert
We had 1.6.0, but reverted it. This caused go to be rebuilt with
same version, which can confuse http proxies.
2016-02-23 11:40:27 +00:00
Timo Teräs
73018330d2 Revert "community/go: update to go 1.6"
This reverts commit e81049956f7cd1251ef6ec8e90c487c7c2bda99b.

Does not work on x86 yet.
2016-02-22 14:59:43 +00:00
Nathan Johnson
e81049956f community/go: update to go 1.6 2016-02-22 13:53:26 +00:00
Sören Tempel
f488459f98 community/go: upgrade to 1.5.3 2016-01-14 10:17:38 +01:00
Sören Tempel
34cb66b2ea community/go: rename tools tarball
Prefix it with the package name.
2015-12-22 19:57:16 +01:00
Sören Tempel
56b6953801 community/go: upgrade to 1.5.2 2015-12-04 14:30:59 +01:00
Sören Tempel
519cd28b21 community/go: install all tools in $PATH
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.
2015-09-30 22:24:57 +02:00
Eivind Uggedal
394aeb733e community/go: moved from main 2015-09-30 08:31:02 +00:00