Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [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/docker-registry: security upgrade to 2.6.2 | Andy Postnikov | 2017-11-15 | 1 | -3/+3 |
| | | | | CVE-2017-1146 https://github.com/docker/distribution/releases/tag/v2.6.2 | ||||
* | community/docker-registry: rebuild with go 1.8, enable ppc64le | Natanael Copa | 2017-05-16 | 1 | -2/+2 |
| | |||||
* | community/docker-registry: precreate data dir and improve config | Jakub Jirutka | 2017-04-21 | 1 | -5/+10 |
| | |||||
* | community/docker-registry: fix init script | Jakub Jirutka | 2017-04-20 | 1 | -2/+2 |
| | |||||
* | community/docker-registry: add basic check() function | Jakub Jirutka | 2017-04-20 | 1 | -0/+6 |
| | |||||
* | community/docker-registry: strip and add -dbg subpackage | Jakub Jirutka | 2017-04-20 | 1 | -1/+1 |
| | |||||
* | community/docker-registry: upgrade to 2.6.1 | Jakub Jirutka | 2017-04-20 | 1 | -2/+11 |
| | |||||
* | community/docker-registry: upgrade to 2.6.0 | Jakub Jirutka | 2017-02-25 | 1 | -2/+2 |
| | |||||
* | community/docker-registry: improve runscript | Jakub Jirutka | 2017-02-25 | 1 | -5/+1 |
| | |||||
* | community/docker-registry: improve abuild | Jakub Jirutka | 2017-02-25 | 1 | -25/+27 |
| | |||||
* | community/docker-registry: upgrade to 2.5.1 | Christian Kampka | 2016-09-13 | 1 | -4/+4 |
| | |||||
* | community/docker-registry: new upstream version 2.4.1 | Christian Kampka | 2016-06-30 | 1 | -5/+5 |
| | |||||
* | community/[various]: bump pkgrel for pre-install fixes | Przemyslaw Pawelczyk | 2016-04-25 | 1 | -1/+1 |
| | |||||
* | community/docker-registry: bump pkgrel | Christian Kampka | 2016-04-16 | 1 | -1/+1 |
| | |||||
* | community/docker-registry: fix build path | Christian Kampka | 2016-04-16 | 1 | -1/+2 |
| | |||||
* | community/docker-registry: new upstream version 2.4.0 | Christian Kampka | 2016-04-16 | 1 | -4/+4 |
| | |||||
* | community/docker-registry: new upstream version 2.3.1 | Christian Kampka | 2016-03-20 | 1 | -4/+4 |
| | |||||
* | community/docker-registry: new upstream version 2.2.1 | Christian Kampka | 2015-12-12 | 1 | -4/+4 |
| | |||||
* | community/docker-registry: enable on x86 | Natanael Copa | 2015-11-04 | 1 | -1/+1 |
| | |||||
* | community/docker-registry: new upstream version 2.2.0 | Christian Kampka | 2015-11-04 | 1 | -5/+5 |
| | |||||
* | testing/docker-registry: move to community | Christian Kampka | 2015-10-21 | 1 | -0/+50 |