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/ | ||||
* | testing/dnssec-tools: upgrade to 2.2 | Natanael Copa | 2017-11-10 | 1 | -6/+4 |
| | |||||
* | testing/dnssec-tools: Updating config.guess | Breno Leitao | 2017-05-02 | 1 | -0/+1 |
| | | | | | Fixing FTBFS on ppc64le due to outdate config.guess. Updating it before compiling. | ||||
* | testing/dnssec-tools: Modernize APKBUILD | Breno Leitao | 2017-05-02 | 1 | -12/+8 |
| | | | | | Modernizing package, as using helpers as default_prepare other than appllying patches "manually". | ||||
* | testing/dnssec-tools: rebuild against libressl 2.5 | Natanael Copa | 2017-04-18 | 1 | -1/+1 |
| | |||||
* | testing/dnssec-tool: rebuild against bind-9.11 libs | Natanael Copa | 2017-01-17 | 1 | -1/+1 |
| | |||||
* | testing/dnssec-tools: rebuild against libressl | Natanael Copa | 2016-10-10 | 1 | -2/+2 |
| | |||||
* | testing/dnssec-tools: temporary use alpine distfiles src | Carlo Landmeter | 2016-08-31 | 1 | -1/+1 |
| | |||||
* | testing/dnssec-tools: split doc | Timo Teräs | 2016-03-09 | 1 | -2/+2 |
| | |||||
* | Do not delete *.la files manually | Bartłomiej Piotrowski | 2015-09-10 | 1 | -1/+0 |
| | | | | | Since abuild v2.22.0, these are removed automatically unless 'libtool' option has been specified. | ||||
* | testing/dnssec-tools: bump pkgrel for validator lib changes | Natanael Copa | 2015-03-12 | 1 | -1/+1 |
| | |||||
* | testing/dnssec-tools: build with validator libs | Stuart Cardall | 2015-02-24 | 1 | -2/+5 |
| | | | | | | | | | | adds: libsres.so libval_shim.so libval-threads.so Signed-off-by: Leonardo Arena <rnalrd@alpinelinux.org> | ||||
* | testing/dnssec-tools: new aport | xming | 2014-11-04 | 1 | -0/+55 |
Set of tools that will help ease the deployment of DNSSEC https://www.dnssec-tools.org/ fixes #3468 |