aboutsummaryrefslogtreecommitdiffstats
path: root/testing/bird
Commit message (Collapse)AuthorAgeFilesLines
* testing/bird: disable due to failing testNatanael Copa2018-06-131-1/+1
| | | | make: *** [Makefile:140: obj/lib/fletcher16_test.ok] Error 139
* testing/bird: don't use git repo as version numberFusl2018-05-032-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.2Roberto Oliveira2018-03-251-2/+2
|
* testing/bird: upgrade to 2.0.1Fusl2018-02-272-2/+29
|
* testing/bird: upgrade to 2.0.0Fusl2018-01-021-36/+8
|
* [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/bird: upgrade to 1.6.3Fusl2017-07-303-62/+21
|
* testing/bird: rebuild against readline-7.0.003Leonardo Arena2017-06-051-1/+1
|
* testing/bird: update config guessCarlo Landmeter2016-08-281-1/+2
|
* testing/bird: use builddir, fix struct msghdr usageTimo Teräs2016-07-112-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.0Francesco Zanini2016-07-111-5/+5
|
* testing/bird: rebuild against fixed ncurses widechar onlyNatanael Copa2015-12-181-1/+1
|
* testing/bird: rebuild against ncurses wide charNatanael Copa2015-12-171-1/+1
|
* testing/bird: update to 1.5.0Francesco Zanini2015-10-163-28/+12
| | | | | http://bird.network.cz/ The BIRD Internet Routing Daemon
* testing/bird: upgrade to 1.4.0Bartłomiej Piotrowski2014-03-262-4/+24
|
* testing/bird: new aportNatanael Copa2012-06-072-0/+102
BIRD Internet Routing Daemon http://bird.network.cz/