- Dec 30, 2017
-
-
Jakub Jirutka authored
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/
-
Jakub Jirutka authored
It doesn't look like it has been ever licensed under GPL... http://hcpnet.free.fr/milter-greylist/#license
-
Jakub Jirutka authored
-
Jakub Jirutka authored
It seems that this project has never been licensed under GPL, see https://github.com/mwild1/luadbi/commits/master/COPYING.
-
Jakub Jirutka authored
PostgreSQL is OSI-approved license: * https://opensource.org/licenses/PostgreSQL * https://spdx.org/licenses/PostgreSQL.html
-
Jakub Jirutka authored
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
-
Jakub Jirutka authored
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
-
Jakub Jirutka authored
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
-
Jakub Jirutka authored
Current version is licensed under Apache-2.0 (since 2013).
-
Jakub Jirutka authored
-
Jakub Jirutka authored
pyX-uritemplate.py -> pyX-uritemplate
-
Leonardo Arena authored
-
Leonardo Arena authored
-
Leonardo Arena authored
-
Leonardo Arena authored
-
Leonardo Arena authored
-
Jakub Jirutka authored
-
Timo Teräs authored
-
Jakub Jirutka authored
* 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.
-
- Dec 29, 2017
-
-
Leonardo Arena authored
-
Leonardo Arena authored
-
Leonardo Arena authored
-
Leonardo Arena authored
-
The dependency on boost was dropped.
-
Leonardo Arena authored
-
Leonardo Arena authored
-
Leonardo Arena authored
-
Leonardo Arena authored
-
Natanael Copa authored
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()'
-
Jakub Jirutka authored
-
Natanael Copa authored
-
Natanael Copa authored
-
-
-
Leonardo Arena authored
-
Carlo Landmeter authored
-
Roberto Oliveira authored
-
Roberto Oliveira authored
-