16 Commits

Author SHA1 Message Date
Natanael Copa
bb6e31219a testing/bird: disable due to failing test
make: *** [Makefile:140: obj/lib/fletcher16_test.ok] Error 139
2018-06-13 17:25:50 +00:00
Fusl
22a593abe6 testing/bird: don't use git repo as version number
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`
2018-05-03 19:29:45 +02:00
Roberto Oliveira
c13b5c993b testing/bird: upgrade to 2.0.2 2018-03-25 18:25:39 +00:00
Fusl
61818fd63b testing/bird: upgrade to 2.0.1 2018-02-27 17:46:03 +00:00
Fusl
cc64ead6b9 testing/bird: upgrade to 2.0.0 2018-01-02 15:55:35 +00:00
Jakub Jirutka
63f5e7d295 [various]: unify names of licenses according to SPDX
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/
2017-12-30 21:05:50 +01:00
Fusl
fbd67d8c7d testing/bird: upgrade to 1.6.3 2017-07-30 02:10:40 +02:00
Leonardo Arena
3bda5c3ad1 testing/bird: rebuild against readline-7.0.003 2017-06-05 13:48:05 +00:00
Carlo Landmeter
90c6dd5c09 testing/bird: update config guess 2016-08-28 16:06:22 +00:00
Timo Teräs
9943b09490 testing/bird: use builddir, fix struct msghdr usage
musl has padding fields in struct msghdr for posix compliance.
use designated initializer to get rid of the warnings.
2016-07-11 15:59:55 +00:00
Francesco Zanini
6fc8b108f4 testing/bird: update to 1.6.0 2016-07-11 15:53:47 +00:00
Natanael Copa
27a6cf85de testing/bird: rebuild against fixed ncurses widechar only 2015-12-18 07:19:47 +00:00
Natanael Copa
9bc62ac76e testing/bird: rebuild against ncurses wide char 2015-12-17 14:49:45 +00:00
Francesco Zanini
53500b3674 testing/bird: update to 1.5.0
http://bird.network.cz/
The BIRD Internet Routing Daemon
2015-10-16 09:09:37 +00:00
Bartłomiej Piotrowski
1ba3935a2e testing/bird: upgrade to 1.4.0 2014-03-26 09:59:08 +01:00
Natanael Copa
a9cae331db testing/bird: new aport
BIRD Internet Routing Daemon
http://bird.network.cz/
2012-06-07 15:08:34 +00:00