aboutsummaryrefslogtreecommitdiffstats
path: root/testing/dnssec-tools
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/
* testing/dnssec-tools: upgrade to 2.2Natanael Copa2017-11-101-6/+4
|
* testing/dnssec-tools: Updating config.guessBreno Leitao2017-05-021-0/+1
| | | | | Fixing FTBFS on ppc64le due to outdate config.guess. Updating it before compiling.
* testing/dnssec-tools: Modernize APKBUILDBreno Leitao2017-05-021-12/+8
| | | | | Modernizing package, as using helpers as default_prepare other than appllying patches "manually".
* testing/dnssec-tools: rebuild against libressl 2.5Natanael Copa2017-04-181-1/+1
|
* testing/dnssec-tool: rebuild against bind-9.11 libsNatanael Copa2017-01-171-1/+1
|
* testing/dnssec-tools: rebuild against libresslNatanael Copa2016-10-101-2/+2
|
* testing/dnssec-tools: temporary use alpine distfiles srcCarlo Landmeter2016-08-311-1/+1
|
* testing/dnssec-tools: split docTimo Teräs2016-03-091-2/+2
|
* Do not delete *.la files manuallyBartłomiej Piotrowski2015-09-101-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 changesNatanael Copa2015-03-121-1/+1
|
* testing/dnssec-tools: build with validator libsStuart Cardall2015-02-241-2/+5
| | | | | | | | | | adds: libsres.so libval_shim.so libval-threads.so Signed-off-by: Leonardo Arena <rnalrd@alpinelinux.org>
* testing/dnssec-tools: new aportxming2014-11-041-0/+55
Set of tools that will help ease the deployment of DNSSEC https://www.dnssec-tools.org/ fixes #3468