update to 2.0.9

This commit is contained in:
baizg1107 2022-05-13 16:14:51 +08:00
parent 42b05340b3
commit fd53bfa560
4 changed files with 32 additions and 1 deletions

Binary file not shown.

View File

@ -0,0 +1,25 @@
From 5b9df34e09da9091d19355fba8236d3c36e24660 Mon Sep 17 00:00:00 2001
From: baizg1107 <preloyalwhite@163.com>
Date: Fri, 13 May 2022 10:46:46 +0800
Subject: [PATCH] bird 2.0.9 babel iface
---
proto/babel/babel.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/proto/babel/babel.c b/proto/babel/babel.c
index e43818f..174fc9e 100644
--- a/proto/babel/babel.c
+++ b/proto/babel/babel.c
@@ -1899,7 +1899,7 @@ babel_reconfigure_ifaces(struct babel_proto *p, struct babel_config *cf)
struct babel_iface *ifa = babel_find_iface(p, iface);
struct babel_iface_config *ic = (void *) iface_patt_find(&cf->iface_list, iface, NULL);
- if (ic && iface_is_valid(p, iface))
+ if (ic && !iface_is_valid(p, iface))
ic = NULL;
if (ifa && ic)
--
2.27.0

BIN
bird-2.0.9.tar.gz Normal file

Binary file not shown.

View File

@ -1,6 +1,6 @@
%global _hardened_build 1 %global _hardened_build 1
Name: bird Name: bird
Version: 2.0.8 Version: 2.0.9
Release: 1 Release: 1
Summary: BIRD Internet Routing Daemon Summary: BIRD Internet Routing Daemon
License: GPLv2+ License: GPLv2+
@ -8,6 +8,8 @@ URL: https://bird.network.cz/
Source0: https://bird.network.cz/download/bird-%{version}.tar.gz Source0: https://bird.network.cz/download/bird-%{version}.tar.gz
Source1: bird.service Source1: bird.service
Source2: bird.tmpfilesd Source2: bird.tmpfilesd
#patch from upstream: https://gitlab.nic.cz/labs/bird/-/commit/fcb4dd0c831339c4374ace17d8f2ae6ebfeed279.diff
Patch0: bird-2.0.9-babel-iface.patch
BuildRequires: flex bison ncurses-devel readline-devel sed gcc make libssh-devel systemd BuildRequires: flex bison ncurses-devel readline-devel sed gcc make libssh-devel systemd
Requires(pre): shadow-utils Requires(pre): shadow-utils
Obsoletes: bird-sysvinit Obsoletes: bird-sysvinit
@ -40,6 +42,7 @@ powerful language for route filtering.
%prep %prep
%setup -q %setup -q
%patch0 -p1 -b .babel-iface
%build %build
%configure --runstatedir=%{_rundir}/bird %configure --runstatedir=%{_rundir}/bird
@ -92,5 +95,8 @@ exit 0
%endif %endif
%changelog %changelog
* Fri May 13 2022 baizhonggui <baizhonggui@h-partners.com> - 2.0.9-1
- update to 2.0.9
* Mon Sep 6 2021 wulei <wulei80@huawei.com> - 2.0.8-1 * Mon Sep 6 2021 wulei <wulei80@huawei.com> - 2.0.8-1
- package init - package init