summaryrefslogtreecommitdiff
path: root/community/libosinfo
AgeCommit message (Collapse)Author
2019-12-05community/libosinfo: upgrade to 1.7.1Leo
2019-12-03community/libosinfo: upgrade to 1.7.0Leo
2019-09-23community/libosinfo: use hwids instead of hwdataNatanael Copa
2019-09-05community/libosinfo: rebuild against perl 5.30Natanael Copa
2019-07-29community/libosinfo: upgrade to 1.6.0Leo
2019-07-22community/libosinfo: fix CVE-2019-13313Leo
2019-05-26community/libosinfo: upgrade to 1.5.0Leo
Closes: GH-8061
2019-05-11community/libosinfo: rebuild against perl 5.28Natanael Copa
2018-02-01community/libosinfo: modernize and add checkRoberto Oliveira
2017-12-30[various]: unify names of licenses according to SPDXJakub Jirutka
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/
2017-10-31community/libosinfo: upgrade to 1.1.0Natanael Copa
2017-06-14Revert "community/libosinfo: add check"Natanael Copa
This reverts commit cad5581a14cb3580b186149e043b92fb49cb73a0.
2017-06-14community/libosinfo: add checkNatanael Copa
2017-06-13community/libosinfo: depends on osinfo-dbNatanael Copa
2017-03-08community/libosinfo: upgrade to 1.0.0, changed source url due to ↵Francesco Colista
fedorahosted.org close
2016-03-30community/libosinfo: upgrade to 0.3.0Natanael Copa
2015-11-16community/libosinfo: move from mainNatanael Copa