From 8143f1b11cddb1c276c62f98b13a72f031789ee6f83b5236b68a7399cb2381c2 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 11 Apr 2024 14:16:35 +0000 Subject: [PATCH] Accepting request 1165937 from home:mnhauke:network - Update to version 2.15.1 * OSPF: Fix regression in handling PtP links * RPKI: Handle connection resets properly * Static: Reject invalid combination of options * Fix builds with limited set of protocols OBS-URL: https://build.opensuse.org/request/show/1165937 OBS-URL: https://build.opensuse.org/package/show/network/bird?expand=0&rev=42 --- bird-2.15.1.tar.gz | 3 +++ bird-2.15.tar.gz | 3 --- bird.changes | 9 +++++++++ bird.spec | 2 +- 4 files changed, 13 insertions(+), 4 deletions(-) create mode 100644 bird-2.15.1.tar.gz delete mode 100644 bird-2.15.tar.gz diff --git a/bird-2.15.1.tar.gz b/bird-2.15.1.tar.gz new file mode 100644 index 0000000..cc1a20f --- /dev/null +++ b/bird-2.15.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48e85c622de164756c132ea77ad1a8a95cc9fd0137ffd0d882746589ce75c75d +size 1409653 diff --git a/bird-2.15.tar.gz b/bird-2.15.tar.gz deleted file mode 100644 index 35d0f04..0000000 --- a/bird-2.15.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7a6458fa41109c005531b23e3f7abd63d7000a99d195db4944ebccb539ed02f0 -size 1408694 diff --git a/bird.changes b/bird.changes index 2fdad81..abb1816 100644 --- a/bird.changes +++ b/bird.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Sun Apr 7 08:33:35 UTC 2024 - Martin Hauke + +- Update to version 2.15.1 + * OSPF: Fix regression in handling PtP links + * RPKI: Handle connection resets properly + * Static: Reject invalid combination of options + * Fix builds with limited set of protocols + ------------------------------------------------------------------- Wed Mar 13 13:42:22 UTC 2024 - Andreas Schwab diff --git a/bird.spec b/bird.spec index 1aabbe8..2013dee 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.15 +Version: 2.15.1 Release: 0 Summary: The BIRD Internet Routing Daemon License: GPL-2.0-or-later