aboutsummaryrefslogtreecommitdiffstats
path: root/main/talloc
Commit message (Collapse)AuthorAgeFilesLines
* [various]: unify names of licenses according to SPDXJakub Jirutka2017-12-301-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 checkRoberto Oliveira2017-09-071-9/+10
|
* main/talloc: upgrade to 2.1.9Valery Kartel2017-03-201-21/+6
|
* [various] rename dependency python-dev to python2-devJakub Jirutka2016-10-261-1/+1
|
* main/talloc: upgrade to 2.1.8Natanael Copa2016-08-111-4/+4
|
* main/talloc: upgrade to 2.1.7Natanael Copa2016-05-301-4/+4
|
* main/talloc: build fixNatanael Copa2016-04-271-1/+1
| | | | we need xstlproc and dockbook xsl for building man-pages.
* main/talloc: upgrade to 2.1.6Natanael Copa2016-04-271-5/+5
|
* main/talloc: upgrade to 2.1.5Natanael Copa2015-11-092-66/+7
|
* main/talloc: upgrade to 2.1.3Natanael Copa2015-09-102-36/+7
|
* main/talloc: upgrade to 2.1.2Natanael Copa2015-03-301-4/+4
|
* main/talloc: upgrade to 2.1.1Fabian Affolter2014-05-261-7/+7
|
* main/talloc: move libpytalloc-util to py-tallocNatanael Copa2013-11-041-2/+4
| | | | | | se we dont pull in python ref #2295
* main/talloc: enable python, disable gettextNatanael Copa2013-10-311-4/+17
| | | | python is neeed for samba4
* main/talloc: specify licenseFabian Affolter2013-10-301-3/+3
|
* main/talloc: upgrade to 2.1.0, and fix musl buildTimo Teräs2013-09-302-5/+98
|
* [all autotools packages]: normalize ./configureTimo Teräs2013-07-301-2/+6
|
* main/talloc: upgrade to 2.0.8Bartłomiej Piotrowski2012-12-181-2/+2
|
* main/talloc: upgrade to 2.0.7Natanael Copa2012-07-111-3/+3
|
* main/talloc: force always enable libsNatanael Copa2011-04-162-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 conflictTimo Teräs2011-02-041-1/+2
| | | | | * make samba use talloc provided libraries * allow talloc to overwrite libtalloc from samba-common
* main/talloc: new aportWilliam Pitcock2011-01-281-0/+41