Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | community/geth: upgrade to 1.9.11 | Leo | 2020-02-19 | 1 | -2/+2 |
| | |||||
* | community/geth: upgrade to 1.9.10 | Leo | 2020-01-21 | 1 | -2/+2 |
| | |||||
* | community/geth: upgrade to 1.9.9 | Leo | 2019-12-07 | 1 | -2/+2 |
| | |||||
* | community/geth: upgrade to 1.9.8 | Leo | 2019-11-28 | 1 | -3/+3 |
| | |||||
* | community/geth: upgrade to 1.9.7 | Leo | 2019-11-08 | 1 | -2/+2 |
| | |||||
* | community/geth: upgrade to 1.9.6 | Leo | 2019-10-24 | 1 | -2/+2 |
| | |||||
* | community/geth: upgrade to 1.9.5 | Leo | 2019-09-27 | 1 | -8/+5 |
| | |||||
* | community/[various]: rebuild against go 1.12.8-r0 | Sören Tempel | 2019-08-18 | 1 | -1/+1 |
| | | | | | | | 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. | ||||
* | community/geth: upgrade to 1.8.27 | André Klitzing | 2019-04-18 | 1 | -2/+2 |
| | |||||
* | community/geth: upgrade 1.8.26 | André Klitzing | 2019-04-16 | 1 | -2/+2 |
| | |||||
* | community/geth: disable on aarch64 | Leonardo Arena | 2019-04-12 | 1 | -1/+1 |
| | | | | | | | github.com/ethereum/go-ethereum/node util.go:45: exit status 2 exit status 1 make: *** [Makefile:15: geth] Error 1 | ||||
* | community/geth: upgrade to 1.8.25 | André Klitzing | 2019-04-12 | 1 | -2/+2 |
| | |||||
* | community/geth: upgrade to 1.8.23 | André Klitzing | 2019-03-12 | 1 | -2/+2 |
| | |||||
* | community/geth: upgrade to 1.8.22 | André Klitzing | 2019-02-09 | 1 | -3/+3 |
| | |||||
* | community/geth: fix ppc64le build break by removing obsolete patch and ↵ | Mike Sullivan | 2019-01-21 | 2 | -14/+3 |
| | | | | delete fix-ppc64le-isatty.patch | ||||
* | Revert "community/geth: fix build on ppc64le" | Natanael Copa | 2019-01-21 | 2 | -2/+13 |
| | | | | This reverts commit d348141fc830b82477b6eec6741e21f54514ceb2. | ||||
* | community/geth: fix build on ppc64le | Natanael Copa | 2019-01-21 | 2 | -13/+2 |
| | | | | patch seems to no longer be needed. | ||||
* | community/geth: upgrade to 1.8.21 | André Klitzing | 2019-01-21 | 1 | -3/+3 |
| | |||||
* | community/geth: fix ppc64le build break by re-enabling isatty terminal functions | Mike Sullivan | 2019-01-01 | 2 | -3/+14 |
| | |||||
* | community/geth: upgrade to 1.8.20 | André Klitzing | 2018-12-12 | 1 | -2/+2 |
| | |||||
* | community/geth: upgrade to 1.8.16 | Roberto Oliveira | 2018-09-28 | 1 | -2/+2 |
| | |||||
* | community/geth: upgrade to 1.8.13 | Roberto Oliveira | 2018-08-01 | 1 | -2/+2 |
| | |||||
* | community/geth: upgrade to 1.8.12 | Roberto Oliveira | 2018-07-07 | 1 | -2/+2 |
| | |||||
* | community/geth: upgrade to 1.8.11 | Roberto Oliveira | 2018-06-17 | 1 | -3/+3 |
| | |||||
* | community/geth: upgrade to 1.8.10 | Roberto Oliveira | 2018-06-01 | 1 | -2/+2 |
| | |||||
* | community/geth: upgrade to 1.8.8 | Roberto Oliveira | 2018-05-16 | 1 | -2/+2 |
| | |||||
* | community/geth: upgrade to 1.8.7 | André Klitzing | 2018-05-08 | 1 | -2/+2 |
| | |||||
* | community/geth: upgrade to 1.8.3 | Roberto Oliveira | 2018-04-11 | 1 | -2/+2 |
| | |||||
* | community/geth: upgrade to 1.8.2 | Roberto Oliveira | 2018-03-13 | 1 | -2/+2 |
| | |||||
* | [various]: unify names of licenses according to SPDX | Jakub Jirutka | 2017-12-30 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit updates $license variable in all APKBUILDs to comply with short names specified by SPDX version 3.0 [1] where possible. It was done using find-and-replace method on substrings inside $license variables. Only license names were updated, not "expressions" specifying relation between the licenses (e.g. "X and Y", "X or Y", "X and (Y or Z)") or exceptions (e.g. "X with exceptions"). Many licenses have a version or multiple variants, e.g. MPL-2.0, BSD-2-Clause, BSD-3-Clause. However, $license in many aports do not contain license version or variant. Since there's no way how to infer this information just from abuild, it were left without the variant suffix or version, i.e. non SPDX compliant. GNU licenses (AGPL, GFDL, GPL, LGPL) are especially complicated. They exist in two variants: -only (formerly e.g. GPL-2.0) and -or-later (formerly e.g. GPL-2.0+). We did not systematically noted distinguish between these variants, so GPL-2.0, GPL2, GPLv2 etc. may mean GPL-2.0-only or GPL-2.0-or-later. Thus GNU licenses without "+" (e.g. GPL2+) were left without the variant suffix, i.e. non SPDX compliant. Note: This commit just fixes format of the license names, no verification has been done if the specified license information is actually correct! [1]: https://spdx.org/licenses/ | ||||
* | community/geth: upgrade to 1.7.3 | André Klitzing | 2017-11-27 | 1 | -2/+2 |
| | |||||
* | community/geth: upgrade to 1.7.2 | André Klitzing | 2017-10-25 | 1 | -2/+2 |
| | |||||
* | community/geth: upgrade to 1.7.1 | André Klitzing | 2017-10-09 | 1 | -2/+2 |
| | |||||
* | community/geth: enable build on ppc64le again | Roberto Oliveira | 2017-09-26 | 1 | -1/+1 |
| | | | | | Enable build on ppc64le again as regression in go 1.9 (PPC64.rules move zero) is fixed. | ||||
* | community/geth: disable on ppc64le | Natanael Copa | 2017-09-19 | 1 | -1/+1 |
| | | | | | fails to build on ppc64le and go 1.9 https://github.com/ethereum/go-ethereum/issues/15160 | ||||
* | community/geth: upgrade to 1.7.0 | André Klitzing | 2017-09-18 | 1 | -2/+2 |
| | |||||
* | community/geth: upgrade to 1.6.7 | André Klitzing | 2017-07-14 | 1 | -2/+2 |
| | |||||
* | community/geth: moved from testing | André Klitzing | 2017-07-14 | 1 | -0/+32 |