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/gdnsd: upgrade to 2.2.4 and modernize | Roberto Oliveira | 2017-10-01 | 1 | -26/+14 |
| | |||||
* | testing/gdnsd: rebuild against userspace-rcu 0.10 | Natanael Copa | 2017-06-16 | 1 | -1/+1 |
| | |||||
* | testing/gdnsd: rebuild against new userspace-rcu | Timo Teräs | 2016-05-27 | 1 | -1/+1 |
| | |||||
* | testing/[various]: bump pkgrel for pre-install fixes | Przemyslaw Pawelczyk | 2016-04-25 | 1 | -1/+1 |
| | |||||
* | update all source= lines to use :: instead of saveas- syntax | Muh Muhten | 2016-03-10 | 1 | -1/+1 |
| | |||||
* | testing/gdnsd: new experimental version of main/gdnsd | Konstantin Shcherban | 2016-02-22 | 1 | -0/+56 |
| | | | | | https://github.com/gdnsd/gdnsd/ Geographic Authoritative DNS server | ||||
* | main/gdnsd: upgrade to 1.9.0 (from testing) | Timo Teräs | 2013-08-02 | 1 | -68/+0 |
| | |||||
* | testing/gdnsd: add ragel to makedepends | Timo Teräs | 2013-07-12 | 1 | -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.0 | Timo Teräs | 2013-07-12 | 1 | -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 testing | Natanael Copa | 2012-05-02 | 1 | -49/+0 |
| | |||||
* | testing/gdnsd: add very basic init.d script | Natanael Copa | 2012-05-01 | 1 | -3/+7 |
| | |||||
* | testing/gdnsd: fix libtool / autotools braindamage | Timo Teräs | 2012-02-29 | 1 | -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 aport | Natanael Copa | 2012-02-13 | 1 | -0/+43 |
Geographic Authoritative DNS server http://code.google.com/p/gdnsd/ |