From 992e2ce772872f1623cce227fb9290448e33ee5754fee1d49176be27c3469b7a Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 12 Dec 2022 21:03:45 +0000 Subject: [PATCH] Accepting request 1042227 from home:mnhauke:network - Update to version 2.0.11 * BGP roles (RFC 9234) * BGP: Keepalive time scaling * BGP: New 'min hold time' and 'min keepalive time' options * BGP: New 'next hop prefer global' option * Filter: For loops and direct recursion * Filter: Mixed declarations of local variables * Filter: Improved static type checks * Filter: Literal [] for empty set * Linux: Netlink KRT improvements * Memory management improvements * Many bugfixes OBS-URL: https://build.opensuse.org/request/show/1042227 OBS-URL: https://build.opensuse.org/package/show/network/bird?expand=0&rev=24 --- bird-2.0.10.tar.gz | 3 --- bird-2.0.11.tar.gz | 3 +++ bird.changes | 16 ++++++++++++++++ bird.spec | 2 +- 4 files changed, 20 insertions(+), 4 deletions(-) delete mode 100644 bird-2.0.10.tar.gz create mode 100644 bird-2.0.11.tar.gz diff --git a/bird-2.0.10.tar.gz b/bird-2.0.10.tar.gz deleted file mode 100644 index 38a77b7..0000000 --- a/bird-2.0.10.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7ed341ddd8dc87fa9736586b3515447a8436fec442d65f4022155ab9de1ffd5a -size 1276546 diff --git a/bird-2.0.11.tar.gz b/bird-2.0.11.tar.gz new file mode 100644 index 0000000..bddcc57 --- /dev/null +++ b/bird-2.0.11.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60a7b83b67b9d089d2a745a11fddd12461f631abc7b645b6c085adf90b3f55d6 +size 1301502 diff --git a/bird.changes b/bird.changes index e0f0363..d8b8e26 100644 --- a/bird.changes +++ b/bird.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Sun Dec 11 23:58:41 UTC 2022 - Martin Hauke + +- Update to version 2.0.11 + * BGP roles (RFC 9234) + * BGP: Keepalive time scaling + * BGP: New 'min hold time' and 'min keepalive time' options + * BGP: New 'next hop prefer global' option + * Filter: For loops and direct recursion + * Filter: Mixed declarations of local variables + * Filter: Improved static type checks + * Filter: Literal [] for empty set + * Linux: Netlink KRT improvements + * Memory management improvements + * Many bugfixes + ------------------------------------------------------------------- Mon Jun 27 09:13:20 UTC 2022 - Martin Hauke diff --git a/bird.spec b/bird.spec index 8a880ad..bd0b2cf 100644 --- a/bird.spec +++ b/bird.spec @@ -21,7 +21,7 @@ %define bird_home %{_localstatedir}/lib/bird %define bird_runtimedir %{_rundir}/%{name} Name: bird -Version: 2.0.10 +Version: 2.0.11 Release: 0 Summary: The BIRD Internet Routing Daemon License: GPL-2.0-or-later