From mboxrd@z Thu Jan  1 00:00:00 1970
From: Peter =?utf-8?q?M=C3=BCller?= <peter.mueller@ipfire.org>
To: development@lists.ipfire.org
Subject: Re: [PATCH] bird: Update to version 2.0.9
Date: Mon, 18 Apr 2022 20:59:09 +0000
Message-ID: <8a242ed1-9d3f-dc80-cc39-7d48b4fbf30b@ipfire.org>
In-Reply-To: <20220414082057.4095999-1-adolf.belka@ipfire.org>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============2257168394751202330=="
List-Id: <development.lists.ipfire.org>

--===============2257168394751202330==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable

Reviewed-by: Peter M=C3=BCller <peter.mueller(a)ipfire.org>

> - Update from version 2.0.8 to 2.0.9
> - Update of rootfile not required
> - Changelog
> 	Version 2.0.9 (2022-02-09)
> 	  o BGP: Flowspec validation procedure
> 	  o Babel: MAC authentication support
> 	  o Routing table configuration blocks
> 	  o Optional prefix trie in routing table for faster LPM/interval queries
> 	  o CLI: New 'show route in <prefix>' command
> 	  o Filter: Faster (16-way) prefix sets
> 	  o Filter: MPLS label route attribute
> 	  o Filter: Operators to pick community components
> 	  o Filter: Operators to find minimum and maximum element of lists
> 	  o BGP: New 'free bind' option
> 	  o BGP: Log route updates that were changed to withdraws
> 	  o BGP: Improved 'invalid next hop' error reporting
> 	  o OSPF: Allow ifaces with host address as unnumbered PtP or PtMP ifaces
> 	  o OSPF: All packets on PtP networks should be sent to AllSPFRouters addr=
ess
> 	  o Scripts for apkg-powered upstream packaging for deb and rpm
> 	  o Support for Blake2s and Blake2b hash functions
> 	  o Security keys / passwords can be entered in hexadecimal digits
> 	  o Memory statistics split into Effective and Overhead
> 	  o Linux: New option 'netlink rx buffer' to specify netlink socket buffer=
 size
> 	  o BSD: Assume onlink flag on ifaces with only host addresses
> 	  o Many bugfixes
> 	  Notes:
> 	  - For OSPF on PtP network, BIRD now sends all packets to multicast AllSP=
FRouters
> 	    address (as required in RFC 2328 8.1). This likely breaks setups with =
multiple
> 	    neighbors on a network configured as PtP, which worked in previous ver=
sions.
> 	    Such links should be configured as PtMP.
> 	  - Since Linux 5.3, netlink socket can be flooded by route cache entries =
during
> 	    route table scan. This version mitigates that issue by using strict ne=
tlink
> 	    filtering.
>=20
> Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
> ---
>  lfs/bird | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
>=20
> diff --git a/lfs/bird b/lfs/bird
> index c140aa811..591ccc6a7 100644
> --- a/lfs/bird
> +++ b/lfs/bird
> @@ -26,7 +26,7 @@ include Config
> =20
>  SUMMARY    =3D The BIRD Internet Routing Daemon
> =20
> -VER        =3D 2.0.8
> +VER        =3D 2.0.9
> =20
>  THISAPP    =3D bird-$(VER)
>  DL_FILE    =3D $(THISAPP).tar.gz
> @@ -34,7 +34,7 @@ DL_FROM    =3D $(URL_IPFIRE)
>  DIR_APP    =3D $(DIR_SRC)/$(THISAPP)
>  TARGET     =3D $(DIR_INFO)/$(THISAPP)
>  PROG       =3D bird
> -PAK_VER    =3D 8
> +PAK_VER    =3D 9
> =20
>  DEPS       =3D
> =20
> @@ -50,7 +50,7 @@ objects =3D $(DL_FILE)
> =20
>  $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE)
> =20
> -$(DL_FILE)_BLAKE2 =3D 4b36688ac85967ad8c39d9c37dc717d77b1cb5c3ec44a0cf4e84=
ff38b8d1710d10653a1333b50cd2ede79fd7f012ec86de0baefc9ac18435693ec5b3e43b8a3a
> +$(DL_FILE)_BLAKE2 =3D 5226058ba8989a28e8151906e194fd3065276034f1304e0e4577=
2b17f3d8095eff6add211320a23418bfb57b2c16c96594fb85345355e3b870d7bfa2cfe119b9
> =20
>  install : $(TARGET)
> =20

--===============2257168394751202330==--