From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] bird: Update to version 2.15.1 Date: Fri, 26 Jul 2024 14:32:24 +0200 Message-ID: <20240726123224.766172-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4485340896743835178==" List-Id: --===============4485340896743835178== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable - Update from version 2.14 to 2.15.1 - Update of rootfile not required - Changelog 2.15.1 o OSPF: Fix regression in handling PtP links o RPKI: Handle connection resets properly o Static: Reject invalid combination of options o Fix builds with limited set of protocols 2.15 o BGP: Send hold timer o BGP: New options to specify required BGP capabilities o BFD: Improvements to 'show bfd sessions' command o RPKI: New 'local address' configuration option o Linux: Support for more route attributes, including TCP congestion control algorithm o Support for UDP logging o Static routes can have both nexthop and interface specified o Completion of command options in BIRD client o Many bugfixes and improvements Signed-off-by: Adolf Belka --- lfs/bird | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lfs/bird b/lfs/bird index e9dc6c5f8..eae26ffbe 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.14 +VER =3D 2.15.1 =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 13 +PAK_VER =3D 14 =20 DEPS =3D =20 @@ -48,7 +48,7 @@ objects =3D $(DL_FILE) =20 $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) =20 -$(DL_FILE)_BLAKE2 =3D fe16b89c7f0ff35c5126366920960e0c55f57fe343380b2c322301= 22cf24f9abc3eb4d6ed9f37d2176f9e9340a83dffd1e68fed276b59b86cf1bdf5b8bd3c169 +$(DL_FILE)_BLAKE2 =3D c3fe95ae2b8a3dca036278c8014f3ce2d1fd224c65c10abcc77b2c= c1dbdfaa1b5766e8643b873a12ac33f00cd5e866aa7ce853ead78150ec4314b53457ad554a =20 install : $(TARGET) =20 --=20 2.45.2 --===============4485340896743835178==--