public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Robert Scheck <robert@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/bird] epel9: Upgrade to 3.3.2
Date: Fri, 31 Jul 2026 01:19:21 GMT	[thread overview]
Message-ID: <178546076144.1.84966987023776821.rpms-bird-50eb4fb4c977@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/bird
Branch : epel9
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=epel9

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

                 reply	other threads:[~2026-07-31  1:19 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178546076144.1.84966987023776821.rpms-bird-50eb4fb4c977@fedoraproject.org \
    --to=robert@fedoraproject.org \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox