aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [various]: unify names of licenses according to SPDXJakub Jirutka2017-12-301530-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 licenseJakub Jirutka2017-12-301-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 commentJakub Jirutka2017-12-301-0/+1
|
* testing/eatmemory: fix licenseJakub Jirutka2017-12-301-2/+2
| | | | https://github.com/julman99/eatmemory/commits/master/LICENSE
* main/lua-dbi: fix wrong licenseJakub Jirutka2017-12-301-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 licenseJakub Jirutka2017-12-301-2/+2
| | | | | | | PostgreSQL is OSI-approved license: * https://opensource.org/licenses/PostgreSQL * https://spdx.org/licenses/PostgreSQL.html
* main/postgresql-bdr-extension: fix wrong licenseJakub Jirutka2017-12-301-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 licenseJakub Jirutka2017-12-301-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 licenseJakub Jirutka2017-12-301-2/+2
| | | | | https://www.postgresql.org/about/licence/ https://spdx.org/licenses/PostgreSQL.html
* main/protobuf-c: fix wrong licenseJakub Jirutka2017-12-301-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 licenseJakub Jirutka2017-12-301-2/+2
| | | | Current version is licensed under Apache-2.0 (since 2013).
* testing/py-core-api: fix name of dependency py-uritemplateJakub Jirutka2017-12-301-5/+5
|
* main/py-uritemplate: fix name of subpackagesJakub Jirutka2017-12-301-4/+7
| | | | pyX-uritemplate.py -> pyX-uritemplate
* testing/py-django-filter: new aportLeonardo Arena2017-12-301-0/+58
|
* main/perl-dbi: upgrade to 1.639Leonardo Arena2017-12-301-2/+2
|
* testing/py-codecov: install versioned binaryLeonardo Arena2017-12-301-1/+4
|
* testing/py-django-rest-swagger: update licenseLeonardo Arena2017-12-301-1/+1
|
* testing/py-openapi-codec: update licenseLeonardo Arena2017-12-301-1/+1
|
* main/abuild: add support for provider_priorityJakub Jirutka2017-12-302-2/+44
|
* main/apk-tools: upgrade to 2.9.0Timo Teräs2017-12-302-189/+3
|
* main/lua5.1: improve abuildJakub Jirutka2017-12-301-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 aportLeonardo Arena2017-12-291-0/+56
|
* testing/py-openapi-codec: package also for python2Leonardo Arena2017-12-291-2/+2
|
* testing/py-core-api: use bundled python3 setuptoolsLeonardo Arena2017-12-291-5/+4
|
* community/nextcloud-client: upgrade to 2.3.3, modernize APKBUILDLeonardo Arena2017-12-291-15/+7
|
* testing/kakoune: upgrade to baf3d82b3412b9aa0b98febf114baf7f16439994Kylie McClain2017-12-291-6/+4
| | | | The dependency on boost was dropped.
* testing/py-openapi-codec: new aportLeonardo Arena2017-12-292-0/+67
|
* testing/py-django-rest-framework: new aportLeonardo Arena2017-12-291-0/+56
|
* testing/py-coreschema: new aportLeonardo Arena2017-12-292-0/+64
|
* testing/py-core-api: new aportLeonardo Arena2017-12-291-0/+59
|
* testing/upmpdcli: disable on armhfNatanael Copa2017-12-291-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.1Jakub Jirutka2017-12-291-2/+2
|
* community/llvm-libunwind: upgrade to 5.0.1Natanael Copa2017-12-291-2/+2
|
* community/lld: upgrade to 5.0.1Natanael Copa2017-12-291-2/+2
|
* main/clang: upgrade to 5.0.1Adeel2017-12-292-69/+3
|
* main/llvm5: upgrade to 5.0.1Adeel2017-12-291-2/+2
|
* main/heimdal: upgrade to 7.5.0Leonardo Arena2017-12-291-6/+4
|
* non-free/vlmcsd: update checksums due to githubCarlo Landmeter2017-12-291-1/+1
|
* community/youtube-dl: upgrade to 2017.12.28Roberto Oliveira2017-12-291-2/+2
|
* testing/netdata: upgrade to 1.9.0Roberto Oliveira2017-12-291-2/+2
|
* community/py-rpigpio: remove useless comments and dependsFrancesco Colista2017-12-291-4/+2
|
* main/lua-stdlib-debug: fix project urlJakub Jirutka2017-12-291-2/+2
|
* community/py-rpigpio: upgrade to 0.6.3, added py2/py3 package. Fixes #8278Francesco Colista2017-12-291-9/+34
|
* main/lua-lyaml: add missing dependency lua-stdlib-normalizeJakub Jirutka2017-12-291-2/+2
| | | | Fixes #8357
* main/lua-stdlib-normalize: new aportJakub Jirutka2017-12-291-0/+42
| | | | This aport is needed for recent version of main/lua-lyaml.
* main/lua-stdlib-debug: new aportJakub Jirutka2017-12-291-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.3Roberto Oliveira2017-12-291-2/+2
|
* testing/ncmpcpp: upgrade to 0.8.1Roberto Oliveira2017-12-291-3/+3
|
* testing/nanomsg: add checkRoberto Oliveira2017-12-291-1/+6
|
* testing/nanomsg: upgrade to 1.1.2Roberto Oliveira2017-12-291-6/+4
|