From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: development@lists.ipfire.org Subject: Re: [PATCH] bird: Update to version 2.0.8 Date: Mon, 02 Aug 2021 14:46:18 +0100 Message-ID: <44098006-D49A-4476-AC23-5A2B676E8452@ipfire.org> In-Reply-To: <20210731190443.2899151-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0416016878070789238==" List-Id: --===============0416016878070789238== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Reviewed-by: Michael Tremer > On 31 Jul 2021, at 20:04, Adolf Belka wrote: >=20 > =EF=BB=BF- Update from 2.0.7 to 2.0.8 > - Update of rootfile not required > - Changelog > Version 2.0.8 (2021-03-18) > o Automatic channel reloads based on RPKI changes > o Multiple static routes with the same network > o Use bitmaps to keep track of exported routes > o Per-channel debug flags > o CLI commands show info from multiple protocols > o Linux: IPv4 routes with IPv6 nexthops > o Filter: Optimized redesign of prefix sets > o Filter: Improved type checking of user filters > o Filter: New src/dst accessors for Flowspec and SADR > o Filter: New 'weight' route attribute > o Filter: BGP path mask loop operator > o Filter: Remove quitbird command > o RIP: Demand circuit support (RFC 2091) > o BGP: New 'allow as sets' and 'enforce first as' options > o BGP: Support for BGP hostname capability > o BGP: Support for MD5SIG with dynamic BGP > o BFD: Optional separation of IPv4 / IPv6 BFD instances > o BFD: Per-peer session options > o RPKI: Allow build without libSSH > o RPKI: New 'ignore max length' option > o OSPF: Redesign of handling of unnumbered PtPs > o OSPF: Allow key id 0 in authentication > o Babel: Use onlink flag for routes with unreachable next hop > o Many bugfixes > Notes: > Automatic channel reloads based on RPKI changes are enabled by default, > but require import table enabled when used in BGP import filter. > BIRD now uses bitmaps to keep track of exported routes instead of > re-evaluation of export filters. That should improve speed and accurac= y in > route export handling during reconfiguration, but takes some more memo= ry. > Per-channel debug logging and some CLI commands (like 'show ospf neighb= ors') > defaulting to all protocol instances lead to some minor changes in log= and > CLI output. Caution is recommended when logs or CLI output are monitor= ed by > scripts. >=20 > Signed-off-by: Adolf Belka > --- > lfs/bird | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) >=20 > diff --git a/lfs/bird b/lfs/bird > index ee1829907..a57e745a5 100644 > --- a/lfs/bird > +++ b/lfs/bird > @@ -24,7 +24,7 @@ >=20 > include Config >=20 > -VER =3D 2.0.7 > +VER =3D 2.0.8 >=20 > THISAPP =3D bird-$(VER) > DL_FILE =3D $(THISAPP).tar.gz > @@ -32,7 +32,7 @@ DL_FROM =3D $(URL_IPFIRE) > DIR_APP =3D $(DIR_SRC)/$(THISAPP) > TARGET =3D $(DIR_INFO)/$(THISAPP) > PROG =3D bird > -PAK_VER =3D 7 > +PAK_VER =3D 8 >=20 > DEPS =3D >=20 > @@ -46,7 +46,7 @@ objects =3D $(DL_FILE) >=20 > $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) >=20 > -$(DL_FILE)_MD5 =3D dc884bbe5905578e452f28158700527c > +$(DL_FILE)_MD5 =3D d807bdb34b27fe15ba8b71e83474eb27 >=20 > install : $(TARGET) >=20 > --=20 > 2.32.0 >=20 --===============0416016878070789238==--