aboutsummaryrefslogtreecommitdiffstats
path: root/testing/gdnsd/APKBUILD
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/gdnsd: upgrade to 2.2.4 and modernizeRoberto Oliveira2017-10-011-26/+14
|
* testing/gdnsd: rebuild against userspace-rcu 0.10Natanael Copa2017-06-161-1/+1
|
* testing/gdnsd: rebuild against new userspace-rcuTimo Teräs2016-05-271-1/+1
|
* testing/[various]: bump pkgrel for pre-install fixesPrzemyslaw Pawelczyk2016-04-251-1/+1
|
* update all source= lines to use :: instead of saveas- syntaxMuh Muhten2016-03-101-1/+1
|
* testing/gdnsd: new experimental version of main/gdnsdKonstantin Shcherban2016-02-221-0/+56
| | | | | https://github.com/gdnsd/gdnsd/ Geographic Authoritative DNS server
* main/gdnsd: upgrade to 1.9.0 (from testing)Timo Teräs2013-08-021-68/+0
|
* testing/gdnsd: add ragel to makedependsTimo Teräs2013-07-121-1/+1
| | | | | seems the tarball is directly from git, and not "make dist" so the ragel generated files are no longer in tarballs.
* testing/gdnsd: experimental version 1.9.0Timo Teräs2013-07-121-0/+68
| | | | | | | | * update to upstream 1.9.0 * updated to use userspace-rcu * cherry-pick cname reply fix * refreshed djbdns support patch (from upstream dev branch) * updated init.d script
* main/gdnsd: moved from testingNatanael Copa2012-05-021-49/+0
|
* testing/gdnsd: add very basic init.d scriptNatanael Copa2012-05-011-3/+7
|
* testing/gdnsd: fix libtool / autotools braindamageTimo Teräs2012-02-291-1/+3
| | | | | | | - fast-install is needed because libtool relink fails; otherwise we end up having the libtool wrapper scripts in the package instead of the real binaries - use /etc instead of /usr/etc
* testing/gdnsd: new aportNatanael Copa2012-02-131-0/+43
Geographic Authoritative DNS server http://code.google.com/p/gdnsd/