From 0bb72cde1d37bf8a0ef4032c2f25b2dadbdc232e5e7ef00dbce1b3aef78a034a Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 9 Oct 2023 11:12:40 +0000 Subject: [PATCH] Accepting request 1116338 from home:mnhauke:network - Update to version 2.14 * MPLS subsystem * L3VPN: BGP/MPLS VPNs (RFC 4364) * BGP: Access to unknown route attributes * RAdv: Custom options * Babel: RTT metric extension * BMP: Refactored route monitoring * BMP: Multiple instances of BMP protocol * BMP: Both pre-policy and post-policy monitoring * Experimental route aggregation * Filter: Method framework * Filter: Functions have return type statements * Filter: New bytestring data type * Kernel: Option to learn kernel routes * Many bugfixes and improvements OBS-URL: https://build.opensuse.org/request/show/1116338 OBS-URL: https://build.opensuse.org/package/show/network/bird?expand=0&rev=35 --- bird-2.13.1.tar.gz | 3 --- bird-2.14.tar.gz | 3 +++ bird.changes | 19 +++++++++++++++++++ bird.spec | 2 +- 4 files changed, 23 insertions(+), 4 deletions(-) delete mode 100644 bird-2.13.1.tar.gz create mode 100644 bird-2.14.tar.gz diff --git a/bird-2.13.1.tar.gz b/bird-2.13.1.tar.gz deleted file mode 100644 index aec258e..0000000 --- a/bird-2.13.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:97bb8d57be9bc5083e2b566416d27e314162856a12ca7c77e202e467d20d4080 -size 1331459 diff --git a/bird-2.14.tar.gz b/bird-2.14.tar.gz new file mode 100644 index 0000000..c262eb4 --- /dev/null +++ b/bird-2.14.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0b9f6f8566541b9be4af1f0cac675c5a3785601a55667a7ec3d7de29735a786 +size 1396217 diff --git a/bird.changes b/bird.changes index 575139c..b06b235 100644 --- a/bird.changes +++ b/bird.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Sun Oct 8 21:51:23 UTC 2023 - Martin Hauke + +- Update to version 2.14 + * MPLS subsystem + * L3VPN: BGP/MPLS VPNs (RFC 4364) + * BGP: Access to unknown route attributes + * RAdv: Custom options + * Babel: RTT metric extension + * BMP: Refactored route monitoring + * BMP: Multiple instances of BMP protocol + * BMP: Both pre-policy and post-policy monitoring + * Experimental route aggregation + * Filter: Method framework + * Filter: Functions have return type statements + * Filter: New bytestring data type + * Kernel: Option to learn kernel routes + * Many bugfixes and improvements + ------------------------------------------------------------------- Wed Sep 27 14:17:55 UTC 2023 - Libor Pechacek diff --git a/bird.spec b/bird.spec index ecb2348..e7611cc 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.13.1 +Version: 2.14 Release: 0 Summary: The BIRD Internet Routing Daemon License: GPL-2.0-or-later