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:
parent
8cbc830946
commit
d878a583a6
@ -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
3
bird-2.15.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:7a6458fa41109c005531b23e3f7abd63d7000a99d195db4944ebccb539ed02f0
|
||||||
|
size 1408694
|
15
bird.changes
15
bird.changes
@ -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>
|
Wed Feb 7 11:58:58 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
%define bird_home %{_localstatedir}/lib/bird
|
%define bird_home %{_localstatedir}/lib/bird
|
||||||
%define bird_runtimedir %{_rundir}/%{name}
|
%define bird_runtimedir %{_rundir}/%{name}
|
||||||
Name: bird
|
Name: bird
|
||||||
Version: 2.14
|
Version: 2.15
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: The BIRD Internet Routing Daemon
|
Summary: The BIRD Internet Routing Daemon
|
||||||
License: GPL-2.0-or-later
|
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
|
Summary: Documentation for the BIRD Internet Routing Daemon
|
||||||
Group: Documentation/HTML
|
Group: Documentation/HTML
|
||||||
BuildRequires: perl-FindBin-Real
|
BuildRequires: perl-FindBin-Real
|
||||||
|
BuildArch: noarch
|
||||||
|
|
||||||
%description doc
|
%description doc
|
||||||
BIRD is an implementation for routing Internet Protocol packets.
|
BIRD is an implementation for routing Internet Protocol packets.
|
||||||
|
Loading…
Reference in New Issue
Block a user