Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | testing/bird: disable due to failing test | Natanael Copa | 2018-06-13 | 1 | -1/+1 |
| | | | | make: *** [Makefile:140: obj/lib/fletcher16_test.ok] Error 139 | ||||
* | testing/bird: don't use git repo as version number | Fusl | 2018-05-03 | 2 | -1/+18 |
| | | | | Makefile.in (used by `make`) contains a shell execution line to read the current git tags and uses that value in the resulting binary. However, since we're not building from a git repository but from a tar file, this results in `bird --version` reporting a version of `v3.7.0-3239-gc13b5c993b` instead of `2.0.2`. The added patch makes sure that bird uses the `BIRD_VERSION` from `sysdep/config.h` | ||||
* | testing/bird: upgrade to 2.0.2 | Roberto Oliveira | 2018-03-25 | 1 | -2/+2 |
| | |||||
* | testing/bird: upgrade to 2.0.1 | Fusl | 2018-02-27 | 2 | -2/+29 |
| | |||||
* | testing/bird: upgrade to 2.0.0 | Fusl | 2018-01-02 | 1 | -36/+8 |
| | |||||
* | [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/bird: upgrade to 1.6.3 | Fusl | 2017-07-30 | 3 | -62/+21 |
| | |||||
* | testing/bird: rebuild against readline-7.0.003 | Leonardo Arena | 2017-06-05 | 1 | -1/+1 |
| | |||||
* | testing/bird: update config guess | Carlo Landmeter | 2016-08-28 | 1 | -1/+2 |
| | |||||
* | testing/bird: use builddir, fix struct msghdr usage | Timo Teräs | 2016-07-11 | 2 | -14/+45 |
| | | | | | musl has padding fields in struct msghdr for posix compliance. use designated initializer to get rid of the warnings. | ||||
* | testing/bird: update to 1.6.0 | Francesco Zanini | 2016-07-11 | 1 | -5/+5 |
| | |||||
* | testing/bird: rebuild against fixed ncurses widechar only | Natanael Copa | 2015-12-18 | 1 | -1/+1 |
| | |||||
* | testing/bird: rebuild against ncurses wide char | Natanael Copa | 2015-12-17 | 1 | -1/+1 |
| | |||||
* | testing/bird: update to 1.5.0 | Francesco Zanini | 2015-10-16 | 3 | -28/+12 |
| | | | | | http://bird.network.cz/ The BIRD Internet Routing Daemon | ||||
* | testing/bird: upgrade to 1.4.0 | Bartłomiej Piotrowski | 2014-03-26 | 2 | -4/+24 |
| | |||||
* | testing/bird: new aport | Natanael Copa | 2012-06-07 | 2 | -0/+102 |
BIRD Internet Routing Daemon http://bird.network.cz/ |