public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/bird] main: Upgrade to 3.3.2
@ 2026-07-31 1:18 Robert Scheck
0 siblings, 0 replies; only message in thread
From: Robert Scheck @ 2026-07-31 1:18 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/bird
Branch : main
Commit : 50eb4fb4c97781d155a472b679196b53b484a3ae
Author : Robert Scheck <robert@fedoraproject.org>
Date : 2026-07-31T03:17:53+02:00
Stats : +6/-31 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/bird/c/50eb4fb4c97781d155a472b679196b53b484a3ae?branch=main
Log:
Upgrade to 3.3.2
---
diff --git a/bird-3.3.1-show-route-for.patch b/bird-3.3.1-show-route-for.patch
deleted file mode 100644
index 4f8e255..0000000
--- a/bird-3.3.1-show-route-for.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-From d1306a8d71aec820c672620fde70d5af4e30916d Mon Sep 17 00:00:00 2001
-From: Igor Putovny <igor.putovny@nic.cz>
-Date: Mon, 15 Jun 2026 20:41:14 +0200
-Subject: [PATCH] Nest: Fix crash of 'show route for' when no network is found
-
-Fixes: #444
----
- nest/rt-show.c | 3 ++-
- 1 file changed, 2 insertions(+), 1 deletion(-)
-
-diff --git a/nest/rt-show.c b/nest/rt-show.c
-index a872a1180..7de4ffcfc 100644
---- a/nest/rt-show.c
-+++ b/nest/rt-show.c
-@@ -306,7 +306,8 @@ rt_show_cont(struct cli *c)
- break;
- }
-
-- rt_show_net(d, lpm);
-+ if (lpm)
-+ rt_show_net(d, lpm);
- }
- else
- RT_FEED_WALK(&d->tab->req, f)
---
-GitLab
-
diff --git a/bird.spec b/bird.spec
index 3be4f2c..e24e1e8 100644
--- a/bird.spec
+++ b/bird.spec
@@ -1,8 +1,8 @@
%global _hardened_build 1
Name: bird
-Version: 3.3.1
-Release: 3%{?dist}
+Version: 3.3.2
+Release: 1%{?dist}
Summary: BIRD Internet Routing Daemon
License: GPL-2.0-or-later
@@ -11,7 +11,6 @@ Source0: https://bird.nic.cz/download/bird-%{version}.tar.gz
Source1: bird.service
Source2: bird.tmpfilesd
Source3: bird.sysusersd
-Patch0: https://gitlab.nic.cz/labs/bird/-/commit/d1306a8d71aec820c672620fde70d5af4e30916d.patch#/bird-3.3.1-show-route-for.patch
BuildRequires: flex
BuildRequires: bison
@@ -112,6 +111,9 @@ make test
%endif
%changelog
+* Fri Jul 31 2026 Robert Scheck <robert@fedoraproject.org> - 3.3.2-1
+- Upgrade to 3.3.2
+
* Wed Jul 15 2026 Fedora Release Engineering <releng@fedoraproject.org> - 3.3.1-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
diff --git a/sources b/sources
index abb194a..8fba200 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (bird-3.3.1.tar.gz) = 2fafc6d7032ae243b37d9e721b65cd708e3eadd4955781645f9a2699c30ab4b09ea4b680f195400486ad8720bc73ce5fbc5e9d9d20eee065018da319175415d4
+SHA512 (bird-3.3.2.tar.gz) = dcc1c6021c6b59e92492fd8f484cc94f3994eebf2f6616f32204e7098a2021d0e6cb98f08a4f4383cbe93aff3ff205a6bd4db7fa9d60d76fdfb7d3806293080f
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-31 1:18 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-31 1:18 [rpms/bird] main: Upgrade to 3.3.2 Robert Scheck
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox