]> git.ipfire.org Git - people/mfischer/ipfire-2.x.git/commitdiff
bird: Update to version 2.15.1
authorAdolf Belka <adolf.belka@ipfire.org>
Fri, 26 Jul 2024 12:32:24 +0000 (14:32 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 3 Aug 2024 09:41:57 +0000 (09:41 +0000)
- 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 <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
lfs/bird

index e9dc6c5f8df348e931f7e003f32be15fb6bea2ac..eae26ffbeac1ea1c0ef47569fa117e24203e49cc 100644 (file)
--- a/lfs/bird
+++ b/lfs/bird
@@ -26,7 +26,7 @@ include Config
 
 SUMMARY    = The BIRD Internet Routing Daemon
 
-VER        = 2.14
+VER        = 2.15.1
 
 THISAPP    = bird-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -34,7 +34,7 @@ DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = bird
-PAK_VER    = 13
+PAK_VER    = 14
 
 DEPS       =
 
@@ -48,7 +48,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_BLAKE2 = fe16b89c7f0ff35c5126366920960e0c55f57fe343380b2c32230122cf24f9abc3eb4d6ed9f37d2176f9e9340a83dffd1e68fed276b59b86cf1bdf5b8bd3c169
+$(DL_FILE)_BLAKE2 = c3fe95ae2b8a3dca036278c8014f3ce2d1fd224c65c10abcc77b2cc1dbdfaa1b5766e8643b873a12ac33f00cd5e866aa7ce853ead78150ec4314b53457ad554a
 
 install : $(TARGET)