From e124b3db28455fa2316cfa1ad1a1c6515b18e2a2bd789ba04ad4132edbe20897 Mon Sep 17 00:00:00 2001 From: Martin Hauke Date: Sun, 27 Feb 2022 10:14:49 +0000 Subject: [PATCH] Accepting request 957444 from home:mnhauke:network - Update to version 2.0.9 * BGP: Flowspec validation procedure * Babel: MAC authentication support * Routing table configuration blocks * Optional prefix trie in routing table for faster LPM/interval queries * CLI: New 'show route in ' command * Filter: Faster (16-way) prefix sets * Filter: MPLS label route attribute * Filter: Operators to pick community components * Filter: Operators to find minimum and maximum element of lists * BGP: New 'free bind' option * BGP: Log route updates that were changed to withdraws * BGP: Improved 'invalid next hop' error reporting * OSPF: Allow ifaces with host address as unnumbered PtP or PtMP ifaces * OSPF: All packets on PtP networks should be sent to AllSPFRouters address * Support for Blake2s and Blake2b hash functions * Security keys / passwords can be entered in hexadecimal digits * Memory statistics split into Effective and Overhead * New option 'netlink rx buffer' to specify netlink socket buffer size * Many bugfixes OBS-URL: https://build.opensuse.org/request/show/957444 OBS-URL: https://build.opensuse.org/package/show/network/bird?expand=0&rev=21 --- bird-2.0.8.tar.gz | 3 --- bird-2.0.9.tar.gz | 3 +++ bird.changes | 28 ++++++++++++++++++++++++++++ bird.spec | 4 ++-- 4 files changed, 33 insertions(+), 5 deletions(-) delete mode 100644 bird-2.0.8.tar.gz create mode 100644 bird-2.0.9.tar.gz diff --git a/bird-2.0.8.tar.gz b/bird-2.0.8.tar.gz deleted file mode 100644 index 2f74912..0000000 --- a/bird-2.0.8.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:19d2de83ee25a307b9e5b9e58797dd68766d439bcee33e3ac617ed502370e7f6 -size 1135228 diff --git a/bird-2.0.9.tar.gz b/bird-2.0.9.tar.gz new file mode 100644 index 0000000..e9d6581 --- /dev/null +++ b/bird-2.0.9.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76786bbcded3061e1bb221b011f2cc00221ec063de9cda004a7d9b061a096d5e +size 1282045 diff --git a/bird.changes b/bird.changes index fbf37f2..34380e3 100644 --- a/bird.changes +++ b/bird.changes @@ -1,3 +1,31 @@ +------------------------------------------------------------------- +Thu Feb 24 20:50:25 UTC 2022 - Martin Hauke + +- Update to version 2.0.9 + * BGP: Flowspec validation procedure + * Babel: MAC authentication support + * Routing table configuration blocks + * Optional prefix trie in routing table for faster LPM/interval + queries + * CLI: New 'show route in ' command + * Filter: Faster (16-way) prefix sets + * Filter: MPLS label route attribute + * Filter: Operators to pick community components + * Filter: Operators to find minimum and maximum element of lists + * BGP: New 'free bind' option + * BGP: Log route updates that were changed to withdraws + * BGP: Improved 'invalid next hop' error reporting + * OSPF: Allow ifaces with host address as unnumbered PtP or PtMP + ifaces + * OSPF: All packets on PtP networks should be sent to + AllSPFRouters address + * Support for Blake2s and Blake2b hash functions + * Security keys / passwords can be entered in hexadecimal digits + * Memory statistics split into Effective and Overhead + * New option 'netlink rx buffer' to specify netlink socket buffer + size + * Many bugfixes + ------------------------------------------------------------------- Fri Oct 15 12:11:24 UTC 2021 - Johannes Segitz diff --git a/bird.spec b/bird.spec index eea19f4..89cffe1 100644 --- a/bird.spec +++ b/bird.spec @@ -1,7 +1,7 @@ # # spec file for package bird # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -21,7 +21,7 @@ %define bird_home %{_localstatedir}/lib/bird %define bird_runtimedir %{_rundir}/%{name} Name: bird -Version: 2.0.8 +Version: 2.0.9 Release: 0 Summary: The BIRD Internet Routing Daemon License: GPL-2.0-or-later