Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [various]: unify names of licenses according to SPDX | Jakub Jirutka | 2017-12-30 | 1530 | -1533/+1533 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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/milter-greylist: fix wrong license | Jakub Jirutka | 2017-12-30 | 1 | -2/+2 |
| | | | | | | It doesn't look like it has been ever licensed under GPL... http://hcpnet.free.fr/milter-greylist/#license | ||||
* | testing/mongo-php7-driver: add FIXME comment | Jakub Jirutka | 2017-12-30 | 1 | -0/+1 |
| | |||||
* | testing/eatmemory: fix license | Jakub Jirutka | 2017-12-30 | 1 | -2/+2 |
| | | | | https://github.com/julman99/eatmemory/commits/master/LICENSE | ||||
* | main/lua-dbi: fix wrong license | Jakub Jirutka | 2017-12-30 | 1 | -2/+2 |
| | | | | | It seems that this project has never been licensed under GPL, see https://github.com/mwild1/luadbi/commits/master/COPYING. | ||||
* | community/postgresql-pglogical: fix license | Jakub Jirutka | 2017-12-30 | 1 | -2/+2 |
| | | | | | | | PostgreSQL is OSI-approved license: * https://opensource.org/licenses/PostgreSQL * https://spdx.org/licenses/PostgreSQL.html | ||||
* | main/postgresql-bdr-extension: fix wrong license | Jakub Jirutka | 2017-12-30 | 1 | -2/+2 |
| | | | | | | | It seems that BDR has never been licensed under BSD, see [1] and [2]. [1]: https://github.com/2ndQuadrant/bdr-postgres/commit/9848d3655d44aa2e58d28fe9f93a94b2934eedc8 [2]: https://github.com/2ndQuadrant/bdr-postgres/blob/bdr-pg/REL9_4_STABLE/COPYRIGHT | ||||
* | main/postgresql-bdr: fix wrong license | Jakub Jirutka | 2017-12-30 | 1 | -2/+2 |
| | | | | | | | It seems that BDR has never been licensed under BSD, see [1] and [2]. [1]: https://github.com/2ndQuadrant/bdr-postgres/commit/9848d3655d44aa2e58d28fe9f93a94b2934eedc8 [2]: https://github.com/2ndQuadrant/bdr-postgres/blob/bdr-pg/REL9_4_STABLE/COPYRIGHT | ||||
* | main/postgresql: fix wrong license | Jakub Jirutka | 2017-12-30 | 1 | -2/+2 |
| | | | | | https://www.postgresql.org/about/licence/ https://spdx.org/licenses/PostgreSQL.html | ||||
* | main/protobuf-c: fix wrong license | Jakub Jirutka | 2017-12-30 | 1 | -2/+2 |
| | | | | | | | It doesn't look like this project has ever been licensed under GPL license (see [1]). [1]: https://github.com/protobuf-c/protobuf-c/commit/2689e0625719bc529018bea1215f027b92b78500#diff-04c6e90faac2675aa89e2176d2eec7d8 | ||||
* | main/py-configshell: fix license | Jakub Jirutka | 2017-12-30 | 1 | -2/+2 |
| | | | | Current version is licensed under Apache-2.0 (since 2013). | ||||
* | testing/py-core-api: fix name of dependency py-uritemplate | Jakub Jirutka | 2017-12-30 | 1 | -5/+5 |
| | |||||
* | main/py-uritemplate: fix name of subpackages | Jakub Jirutka | 2017-12-30 | 1 | -4/+7 |
| | | | | pyX-uritemplate.py -> pyX-uritemplate | ||||
* | testing/py-django-filter: new aport | Leonardo Arena | 2017-12-30 | 1 | -0/+58 |
| | |||||
* | main/perl-dbi: upgrade to 1.639 | Leonardo Arena | 2017-12-30 | 1 | -2/+2 |
| | |||||
* | testing/py-codecov: install versioned binary | Leonardo Arena | 2017-12-30 | 1 | -1/+4 |
| | |||||
* | testing/py-django-rest-swagger: update license | Leonardo Arena | 2017-12-30 | 1 | -1/+1 |
| | |||||
* | testing/py-openapi-codec: update license | Leonardo Arena | 2017-12-30 | 1 | -1/+1 |
| | |||||
* | main/abuild: add support for provider_priority | Jakub Jirutka | 2017-12-30 | 2 | -2/+44 |
| | |||||
* | main/apk-tools: upgrade to 2.9.0 | Timo Teräs | 2017-12-30 | 2 | -189/+3 |
| | |||||
* | main/lua5.1: improve abuild | Jakub Jirutka | 2017-12-30 | 1 | -9/+8 |
| | | | | | | * Remove _pkgver, it's unnecessary. * Declare pkgver directly so it can be easily bumped using abump. * Rename _majorver to _luaver to unify with other lua5.x abuilds. | ||||
* | testing/py-django-rest-swagger: new aport | Leonardo Arena | 2017-12-29 | 1 | -0/+56 |
| | |||||
* | testing/py-openapi-codec: package also for python2 | Leonardo Arena | 2017-12-29 | 1 | -2/+2 |
| | |||||
* | testing/py-core-api: use bundled python3 setuptools | Leonardo Arena | 2017-12-29 | 1 | -5/+4 |
| | |||||
* | community/nextcloud-client: upgrade to 2.3.3, modernize APKBUILD | Leonardo Arena | 2017-12-29 | 1 | -15/+7 |
| | |||||
* | testing/kakoune: upgrade to baf3d82b3412b9aa0b98febf114baf7f16439994 | Kylie McClain | 2017-12-29 | 1 | -6/+4 |
| | | | | The dependency on boost was dropped. | ||||
* | testing/py-openapi-codec: new aport | Leonardo Arena | 2017-12-29 | 2 | -0/+67 |
| | |||||
* | testing/py-django-rest-framework: new aport | Leonardo Arena | 2017-12-29 | 1 | -0/+56 |
| | |||||
* | testing/py-coreschema: new aport | Leonardo Arena | 2017-12-29 | 2 | -0/+64 |
| | |||||
* | testing/py-core-api: new aport | Leonardo Arena | 2017-12-29 | 1 | -0/+59 |
| | |||||
* | testing/upmpdcli: disable on armhf | Natanael Copa | 2017-12-29 | 1 | -1/+1 |
| | | | | | | | | | | | build fails with: /usr/lib/gcc/armv6-alpine-linux-musleabihf/6.4.0/../../../libupnpp.so: undefined reference to `std::__set_once_functor_lock_ptr(std::unique_lock<std::mutex>*)' /usr/lib/gcc/armv6-alpine-linux-musleabihf/6.4.0/../../../libupnpp.so: undefined reference to `std::__once_functor' /usr/lib/gcc/armv6-alpine-linux-musleabihf/6.4.0/../../../libupnpp.so: undefined reference to `std::__get_once_mutex()' | ||||
* | main/compiler-rt: upgrade to 5.0.1 | Jakub Jirutka | 2017-12-29 | 1 | -2/+2 |
| | |||||
* | community/llvm-libunwind: upgrade to 5.0.1 | Natanael Copa | 2017-12-29 | 1 | -2/+2 |
| | |||||
* | community/lld: upgrade to 5.0.1 | Natanael Copa | 2017-12-29 | 1 | -2/+2 |
| | |||||
* | main/clang: upgrade to 5.0.1 | Adeel | 2017-12-29 | 2 | -69/+3 |
| | |||||
* | main/llvm5: upgrade to 5.0.1 | Adeel | 2017-12-29 | 1 | -2/+2 |
| | |||||
* | main/heimdal: upgrade to 7.5.0 | Leonardo Arena | 2017-12-29 | 1 | -6/+4 |
| | |||||
* | non-free/vlmcsd: update checksums due to github | Carlo Landmeter | 2017-12-29 | 1 | -1/+1 |
| | |||||
* | community/youtube-dl: upgrade to 2017.12.28 | Roberto Oliveira | 2017-12-29 | 1 | -2/+2 |
| | |||||
* | testing/netdata: upgrade to 1.9.0 | Roberto Oliveira | 2017-12-29 | 1 | -2/+2 |
| | |||||
* | community/py-rpigpio: remove useless comments and depends | Francesco Colista | 2017-12-29 | 1 | -4/+2 |
| | |||||
* | main/lua-stdlib-debug: fix project url | Jakub Jirutka | 2017-12-29 | 1 | -2/+2 |
| | |||||
* | community/py-rpigpio: upgrade to 0.6.3, added py2/py3 package. Fixes #8278 | Francesco Colista | 2017-12-29 | 1 | -9/+34 |
| | |||||
* | main/lua-lyaml: add missing dependency lua-stdlib-normalize | Jakub Jirutka | 2017-12-29 | 1 | -2/+2 |
| | | | | Fixes #8357 | ||||
* | main/lua-stdlib-normalize: new aport | Jakub Jirutka | 2017-12-29 | 1 | -0/+42 |
| | | | | This aport is needed for recent version of main/lua-lyaml. | ||||
* | main/lua-stdlib-debug: new aport | Jakub Jirutka | 2017-12-29 | 1 | -0/+42 |
| | | | | | This aport is needed for main/lua-stdlib-normalize which is needed for recent version of main/lua-lyaml. | ||||
* | testing/obs-studio: upgrade to 20.1.3 | Roberto Oliveira | 2017-12-29 | 1 | -2/+2 |
| | |||||
* | testing/ncmpcpp: upgrade to 0.8.1 | Roberto Oliveira | 2017-12-29 | 1 | -3/+3 |
| | |||||
* | testing/nanomsg: add check | Roberto Oliveira | 2017-12-29 | 1 | -1/+6 |
| | |||||
* | testing/nanomsg: upgrade to 1.1.2 | Roberto Oliveira | 2017-12-29 | 1 | -6/+4 |
| |