Bug 269553 - net/bird2: Update to 2.0.12
Summary: net/bird2: Update to 2.0.12
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Olivier Cochard
URL: https://bird.network.cz/pipermail/bir...
Keywords: patch
Depends on:
Blocks:
 
Reported: 2023-02-14 16:02 UTC by Marek Zarychta
Modified: 2023-03-16 20:30 UTC (History)
1 user (show)

See Also:
bugzilla: maintainer-feedback? (olivier)


Attachments
Update to the most recent version (5.20 KB, patch)
2023-02-14 16:02 UTC, Marek Zarychta
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Marek Zarychta 2023-02-14 16:02:02 UTC
Created attachment 240156 [details]
Update to the most recent version

BIRD version 2.0.12 was released a few weeks ago. It's a bugfix release with some enhancements regarding OSes from the BSD family, ie. we can get rid of some locally held patches.
Another motivation to update the port is the fact that netlik(4) landed in stable/13 recently and will be available in the upcoming 13.2-RELEASE.

Both flavours were tested with poudriere testport on the most recent stable/13.
Comment 1 Marek Zarychta 2023-03-12 19:34:04 UTC
Working flawlessly for almost one month.
Comment 2 Olivier Cochard freebsd_committer freebsd_triage 2023-03-12 20:03:04 UTC
(In reply to Marek Zarychta from comment #1)

does the netlink support on 13.2 fixed ?
Comment 3 Marek Zarychta 2023-03-12 20:42:16 UTC
(In reply to Olivier Cochard from comment #2)

Comment #1 referred to running bird2-netlink-2.0.12 on 13.2-STABLE. 

13.2-RC2 has all relevant fixes incorporated. Please give it a try, if you want to.
Comment 4 commit-hook freebsd_committer freebsd_triage 2023-03-16 20:29:45 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=76506bc51ce83fc2796b7be4403f3f56c0fe9e42

commit 76506bc51ce83fc2796b7be4403f3f56c0fe9e42
Author:     Olivier Cochard <olivier@FreeBSD.org>
AuthorDate: 2023-03-16 20:23:51 +0000
Commit:     Olivier Cochard <olivier@FreeBSD.org>
CommitDate: 2023-03-16 20:28:26 +0000

    net/bird2: Update to 2.0.12

    Due to some patches accepted in the upstream simplify port.
    Make the netlink flavor available for the upcoming 13.2-RELEASE and stable/13.

    Changelog: https://bird.network.cz/pipermail/bird-users/2023-January/016560.html

    PR:             269553
    Reported by:    Marek Zarychta <zarychtam@plan-b.pwste.edu.pl>

 net/bird2/Makefile                                 |  7 ++--
 net/bird2/distinfo                                 |  6 +--
 net/bird2/files/extra-patch-netlink (gone)         | 31 --------------
 net/bird2/files/patch-sysdep_bsd_sysio.h (gone)    | 48 ----------------------
 .../files/patch-sysdep_linux_netlink.c (gone)      | 22 ----------
 5 files changed, 6 insertions(+), 108 deletions(-)
Comment 5 Olivier Cochard freebsd_committer freebsd_triage 2023-03-16 20:30:29 UTC
Thanks!