aboutsummaryrefslogtreecommitdiffstats
path: root/community/go
Commit message (Collapse)AuthorAgeFilesLines
* community/go: security upgrade to 1.13.8 (CVE-2020-7919)Natanael Copa2020-03-021-3/+5
|
* community/go: remove set-external-linker.patchSören Tempel2020-02-152-108/+0
| | | | | | | | | It was pointed out on IRC by kaey that this patch is no longer needed, make.bash has special handling for Alpine nowadays. Just a cleanup change, thus no pkgrel bump. See: https://github.com/golang/go/issues/18243
* community/go: do not remove bash scripts from the packageSören Tempel2020-02-151-4/+9
| | | | Fixes #11091
* community/go: depen on binuutils-gold on arm*/aarch64Natanael Copa2019-12-241-1/+2
| | | | ref #11064
* community/go: upgrade top 1.13.4Andy Postnikov2019-11-211-3/+3
|
* community/go: disable flaky test 200722Kevin Daudt2019-11-012-1/+23
| | | | | | | This flaky test fails on s390x due to it taking too long. See [this issue][0] for more details why. [0]:https://github.com/golang/go/issues/20072
* community/go: Add musl-dev as dependencyWolf2019-11-011-2/+2
| | | | | | | | | | | | | | | | | Installing and trying to use go in clean base image lead to /tmp # go run test.go loadinternal: cannot find runtime/cgo /usr/lib/go/pkg/tool/linux_amd64/link: running gcc failed: exit status 1 /usr/lib/gcc/x86_64-alpine-linux-musl/8.3.0/../../../../x86_64-alpine-linux-musl/bin/ld: cannot find Scrt1.o: No such file or directory /usr/lib/gcc/x86_64-alpine-linux-musl/8.3.0/../../../../x86_64-alpine-linux-musl/bin/ld: cannot find crti.o: No such file or directory /usr/lib/gcc/x86_64-alpine-linux-musl/8.3.0/../../../../x86_64-alpine-linux-musl/bin/ld: cannot find -lssp_nonshared collect2: error: ld returned 1 exit status which is fixed by installing musl-dev.
* community/go: upgrade to 1.13.3Natanael Copa2019-10-181-2/+2
|
* community/go: add secfixes comment for CVE-2019-17596Natanael Copa2019-10-171-0/+2
|
* community/go: upgrade to 1.13.2Natanael Copa2019-10-171-2/+2
|
* community/go: add secfixes comment for CVE-2019-16276Natanael Copa2019-10-031-0/+2
|
* community/go: upgrade to 1.13.1 (CVE-2019-16276)Joe Searle2019-10-031-3/+3
|
* community/go: fix build on s390xNatanael Copa2019-09-202-1/+14
| | | | disable tests without libgcc on s390x
* community/go: upgrade to 1.13Chloe Kudryavtsev2019-09-181-2/+2
|
* community/go: add comment reminding upgrader of rebuildsSören Tempel2019-08-181-0/+1
|
* community/go: security upgrade to 1.12.8Natanael Copa2019-08-141-2/+6
| | | | | | | | - CVE-2019-9512 - CVE-2019-9514 - CVE-2019-14809 fixes #10728
* community/go: upgrade to 1.12.7Leo2019-07-121-9/+6
| | | Closes GH-9391
* community/go: upgrade to 1.12.6Natanael Copa2019-06-121-2/+2
|
* community/go: re-add contrib tagEivind Uggedal2019-06-051-0/+1
| | | | I brought go to the tree in abfdfd32d2c6.
* community/go: don't die in global scopeNatanael Copa2019-05-081-1/+1
| | | | | we have tools that parse APKBUILDs in aports so we should never die from global scope.
* community/go: upgrade to 1.12.5Roberto Oliveira2019-05-081-2/+2
|
* community/go: upgrade to 1.12.4Andy Postnikov2019-04-201-2/+2
|
* community/go: upgrade to 1.12.3Natanael Copa2019-04-091-2/+2
|
* community/go: add binutils-go to checkdependsSören Tempel2019-03-251-0/+1
| | | | | Some tests call gcc with -fuse-ld=gold these tests fail when binutils-gold isn't installed.
* community/go: upgrade to 1.12.1Claas Störtenbecker2019-03-251-2/+2
|
* community/go: enable build on armelalpine-mips-patches2019-02-051-1/+2
| | | | | | | | | | | | | There were ARMv5TE boards with 512 MiB (as in RPi1), that is enough for go. Also remove go-bootstrap from makedepends. In a cross-build it ends up with depending on itself which is safe (abuild handles this) but ugly. In normal build it is duplicated which is safe but ugly too. Do not bump pkgrel since - no previous armel packages exist; - makedepends change makes no difference for the created apks.
* community/go: security upgrade to 1.11.5 (CVE-2019-6486)Natanael Copa2019-01-291-3/+5
| | | | fixes #9937
* community/go: fix target float ABI on mips*alpine-mips-patches2018-12-191-4/+4
|
* community/go: upgrade to 1.11.4Natanael Copa2018-12-181-3/+3
|
* Revert "community/go: Fix the `cannot find runtime/cgo`-warning"Natanael Copa2018-11-222-18/+7
| | | | | | | This change broke building of various packages, like docker and gomplate. This reverts commit 9686793792a2c40a872ebbb2b86fa537f22491ad.
* community/go: upgrade to 1.11.2Natanael Copa2018-11-141-2/+2
|
* community/go: upgrade to 1.11.1Andy Postnikov2018-10-141-3/+3
|
* community/go: disable tests entirely on x86Sören Tempel2018-10-081-0/+4
| | | | Various tests fail on this arch, fixing them will be a lot of work.
* community/go: disable os/exec test as wellSören Tempel2018-10-081-1/+1
| | | | | | | | Passes locally (even in abuild rootbld) but fails on the builders with the following error message: testing: can't write /tmp/go-build314848300/b744/testlog.txt: write /tmp/go-build314848300/b744/testlog.txt: broken pipe
* community/go: partially enable the test suiteSören Tempel2018-10-071-6/+8
| | | | Still better than compiling and running a 'Hello World' example.
* community/go: remove inaccurate commentSören Tempel2018-10-071-4/+0
|
* community/go: Fix the `cannot find runtime/cgo`-warningSören Tempel2018-10-072-7/+18
| | | | | | | | | | | | | | This warning seems to be emitted since we build with `-shared` for PIE by default through our `default-buildmode-pie.patch`. Building with shared linkage requires depending on CGO. The patch, however, doesn't force a dependency on CGO. As with android we need to force external linkage in order to always depend on CGO thereby resolving this warning. I am unsure whether this is really the best way to fix the problem since I don't know enough about the internals of the go compiler. However, I am under the impression that the person who originally committed the patch isn't familiar with the compiler internals either. Thus it's probably ok to push this as is.
* community: (Bulk change) Update source urls to https using HTTPS EverywhereJ0WI2018-10-061-1/+1
|
* community/go: fix bootstrapTimo Teräs2018-09-241-1/+0
| | | | | the provides is setup correctly later on based on cross compile variables
* community/go: remove tools subpackageSören Tempel2018-09-041-36/+2
| | | | | | | | According to [0] it is no longer necessary to distribute the tools with the package itself. Additionally, other distributions such as Arch Linux and Void Linux no longer ship the tools with the go package itself. [0]: https://gitlab.informatik.uni-bremen.de/BEDUINO-Master/projektbericht/merge_requests/64#note_118786
* community/go: remove cover from _gotoolsSören Tempel2018-09-041-1/+1
| | | | See: 33f4f12cb690a294c334d3e87b2e3c3daccd7a3c
* community/go: add comment to set-external-linker.patchSören Tempel2018-09-042-1/+3
|
* community/go: strip the binariesSören Tempel2018-09-041-2/+1
| | | | | | | | | It should be possible to strip go binaries these days [0]: > We don't intentionally do anything that would make stripping a binary not OK, and strip has worked for the past five years or so. [0]: https://groups.google.com/forum/?_escaped_fragment_=topic/golang-dev/ABppMOjYP6w#!topic/golang-dev/ABppMOjYP6w
* community/go: upgrade to 1.11Natanael Copa2018-08-281-4/+4
|
* community/go: remove compiler cache filesSören Tempel2018-08-271-1/+2
|
* community/go: upgrade to 1.10.3Andy Postnikov2018-07-181-4/+4
|
* community/go: upgrade to 1.10.1Andy Postnikov2018-04-051-4/+4
|
* community/go: update the toolsNatanael Copa2018-02-281-4/+5
|
* community/go: upgrade to 1.10Natanael Copa2018-02-284-114/+86
|
* community/go: security upgrade to 1.9.4Sören Tempel2018-02-111-4/+8
| | | | CVE-2018-6574