Accepting request 1157303 from home:mnhauke:network

- Update to version 2.15
  * BGP: Send hold timer
  * BGP: New options to specify required BGP capabilities
  * BFD: Improvements to 'show bfd sessions' command
  * RPKI: New 'local address' configuration option
  * Linux: Support for more route attributes, including
    TCP congestion control algorithm
  * Support for UDP logging
  * Static routes can have both nexthop and interface specified
  * Completion of command options in BIRD client
  * Many bugfixes and improvements

OBS-URL: https://build.opensuse.org/request/show/1157303
OBS-URL: https://build.opensuse.org/package/show/network/bird?expand=0&rev=39
This commit is contained in:
Dirk Mueller 2024-03-25 15:27:00 +00:00 committed by Git OBS Bridge
parent 8cbc830946
commit d878a583a6
4 changed files with 20 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b0b9f6f8566541b9be4af1f0cac675c5a3785601a55667a7ec3d7de29735a786
size 1396217

3
bird-2.15.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7a6458fa41109c005531b23e3f7abd63d7000a99d195db4944ebccb539ed02f0
size 1408694

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Tue Mar 12 17:12:37 UTC 2024 - Martin Hauke <mardnh@gmx.de>
- Update to version 2.15
* BGP: Send hold timer
* BGP: New options to specify required BGP capabilities
* BFD: Improvements to 'show bfd sessions' command
* RPKI: New 'local address' configuration option
* Linux: Support for more route attributes, including
TCP congestion control algorithm
* Support for UDP logging
* Static routes can have both nexthop and interface specified
* Completion of command options in BIRD client
* Many bugfixes and improvements
-------------------------------------------------------------------
Wed Feb 7 11:58:58 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>

View File

@ -21,7 +21,7 @@
%define bird_home %{_localstatedir}/lib/bird
%define bird_runtimedir %{_rundir}/%{name}
Name: bird
Version: 2.14
Version: 2.15
Release: 0
Summary: The BIRD Internet Routing Daemon
License: GPL-2.0-or-later
@ -59,6 +59,7 @@ This package holds common files and directories.
Summary: Documentation for the BIRD Internet Routing Daemon
Group: Documentation/HTML
BuildRequires: perl-FindBin-Real
BuildArch: noarch
%description doc
BIRD is an implementation for routing Internet Protocol packets.