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/ | ||||
* | main/talloc: upgrade to 2.1.10, modernize and add check | Roberto Oliveira | 2017-09-07 | 1 | -9/+10 |
| | |||||
* | main/talloc: upgrade to 2.1.9 | Valery Kartel | 2017-03-20 | 1 | -21/+6 |
| | |||||
* | [various] rename dependency python-dev to python2-dev | Jakub Jirutka | 2016-10-26 | 1 | -1/+1 |
| | |||||
* | main/talloc: upgrade to 2.1.8 | Natanael Copa | 2016-08-11 | 1 | -4/+4 |
| | |||||
* | main/talloc: upgrade to 2.1.7 | Natanael Copa | 2016-05-30 | 1 | -4/+4 |
| | |||||
* | main/talloc: build fix | Natanael Copa | 2016-04-27 | 1 | -1/+1 |
| | | | | we need xstlproc and dockbook xsl for building man-pages. | ||||
* | main/talloc: upgrade to 2.1.6 | Natanael Copa | 2016-04-27 | 1 | -5/+5 |
| | |||||
* | main/talloc: upgrade to 2.1.5 | Natanael Copa | 2015-11-09 | 2 | -66/+7 |
| | |||||
* | main/talloc: upgrade to 2.1.3 | Natanael Copa | 2015-09-10 | 2 | -36/+7 |
| | |||||
* | main/talloc: upgrade to 2.1.2 | Natanael Copa | 2015-03-30 | 1 | -4/+4 |
| | |||||
* | main/talloc: upgrade to 2.1.1 | Fabian Affolter | 2014-05-26 | 1 | -7/+7 |
| | |||||
* | main/talloc: move libpytalloc-util to py-talloc | Natanael Copa | 2013-11-04 | 1 | -2/+4 |
| | | | | | | se we dont pull in python ref #2295 | ||||
* | main/talloc: enable python, disable gettext | Natanael Copa | 2013-10-31 | 1 | -4/+17 |
| | | | | python is neeed for samba4 | ||||
* | main/talloc: specify license | Fabian Affolter | 2013-10-30 | 1 | -3/+3 |
| | |||||
* | main/talloc: upgrade to 2.1.0, and fix musl build | Timo Teräs | 2013-09-30 | 2 | -5/+98 |
| | |||||
* | [all autotools packages]: normalize ./configure | Timo Teräs | 2013-07-30 | 1 | -2/+6 |
| | |||||
* | main/talloc: upgrade to 2.0.8 | Bartłomiej Piotrowski | 2012-12-18 | 1 | -2/+2 |
| | |||||
* | main/talloc: upgrade to 2.0.7 | Natanael Copa | 2012-07-11 | 1 | -3/+3 |
| | |||||
* | main/talloc: force always enable libs | Natanael Copa | 2011-04-16 | 2 | -3/+15 |
| | | | | | | | | something is wrong with the shared library test. We force it to always belive shared libs works and force it to build. This is just a workaround for now. The proper solution is to find out exactly why the test fails and fix uclibc. | ||||
* | main/talloc, samba: fix libtalloc conflict | Timo Teräs | 2011-02-04 | 1 | -1/+2 |
| | | | | | * make samba use talloc provided libraries * allow talloc to overwrite libtalloc from samba-common | ||||
* | main/talloc: new aport | William Pitcock | 2011-01-28 | 1 | -0/+41 |