Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | community/caddy: upgrade to 0.11.4 | TBK | 2019-03-16 | 1 | -2/+2 |
| | |||||
* | community/caddy: upgrade to 0.11.1 | Carlo Landmeter | 2018-12-05 | 1 | -12/+17 |
| | |||||
* | community/caddy: upgrade to 0.10.14 | TBK | 2018-04-24 | 1 | -2/+2 |
| | |||||
* | community/caddy: upgrade to 0.10.12 | Roberto Oliveira | 2018-04-10 | 1 | -2/+2 |
| | |||||
* | community/caddy: upgrade to 0.10.11 | Roberto Oliveira | 2018-03-07 | 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/caddy: upgrade to 0.10.10 | Carlo Landmeter | 2017-10-28 | 1 | -2/+2 |
| | |||||
* | community/caddy: upgrade to 0.10.9 | Francesco Colista | 2017-10-04 | 1 | -2/+2 |
| | |||||
* | community/caddy: upgrade to 0.10.6 | Carlo Landmeter | 2017-08-05 | 1 | -51/+24 |
| | |||||
* | community/caddy: rebuild with go 1.8 and enable ppc64le | Natanael Copa | 2017-05-16 | 1 | -2/+2 |
| | |||||
* | community/[various]: no support for s390x yet | Tuan M. Hoang | 2017-05-10 | 1 | -1/+1 |
| | | | | | | | | | | | | | py-opencl, R: missing dependencies community/{OpenBLAS,py-numpy} openspecfun: missing dependency community/openlibm llvm-libunwind: no support yet drawterm: no support yet caddy: https://github.com/caddyserver/buildworker/blob/e040f51c04552896ffe33a926cd76babed902b48/buildenv.go#L239 docker: disable for now. Currently we still cannot boot Alpine s390x natively yet, most usage are running inside containers. Thus it is not likely we need Docker on s390x for now. | ||||
* | community/<go packages>: Do not compile on ppc64le | Breno Leitao | 2017-04-10 | 1 | -1/+1 |
| | | | | | | | Currently ppc64le does not have go, thus, disabling the build of the packages that depends on golang. This patch should be reverted once we have go enabled on ppc64le. | ||||
* | community/caddy: upgrade to 0.9.3 | Carlo Landmeter | 2016-11-07 | 1 | -20/+21 |
| | |||||
* | community/caddy: upgrade to 0.9.1 | 7heo | 2016-09-15 | 1 | -10/+10 |
| | |||||
* | community/caddy: improve APKBUILD, less hardcoding | 7heo | 2016-08-27 | 1 | -2/+2 |
| | |||||
* | community/caddy: improve abuild, fix mixed tabs & spaces etc. | Jakub Jirutka | 2016-08-01 | 1 | -23/+32 |
| | |||||
* | community/caddy: upgrade to 0.9.0 and use glide | Carlo Landmeter | 2016-08-01 | 1 | -46/+40 |
| | | | | | switched to glide to create reproducable builds. use abuild glide_init when upgrading. | ||||
* | community/[various]: Bump pkgrel for .pre-install scripts fixes. | Przemyslaw Pawelczyk | 2016-06-07 | 1 | -1/+1 |
| | | | | | | | | * community/[various]: Add group and use it as primary in .pre-* scripts. community/caddy/caddy.pre-install community/domoticz/domoticz.pre-install community/oscam/oscam.pre-install community/syncthing/syncthing.pre-install | ||||
* | community/caddy: upgrade to 0.8.3 | Carlo Landmeter | 2016-04-29 | 1 | -7/+7 |
| | |||||
* | community/[various]: bump pkgrel for pre-install fixes | Przemyslaw Pawelczyk | 2016-04-25 | 1 | -1/+1 |
| | |||||
* | community/caddy: add ca-certificates to deps and move to community | Carlo Landmeter | 2016-03-24 | 1 | -0/+90 |