Created attachment 264433 [details] patch to update Routinator 0.15.1 ‘Ain’t No Country Club Either’ Bug fixes * Abort the optimistic initial run if there are no stored TA certificates for a TAL instead of succeeding with an empty data set. ([#1071]) * Undo `PrivateUsers` restriction in systemd unit files to allow user to run Routinator on privileged ports. ([#1068])
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=4b2ac69e2883373ba2fccd56e0e78eb64f131456 commit 4b2ac69e2883373ba2fccd56e0e78eb64f131456 Author: Jaap Akkerhuis <jaap@NLnetLabs.nl> AuthorDate: 2025-10-09 09:56:03 +0000 Commit: Hiroki Tagato <tagattie@FreeBSD.org> CommitDate: 2025-10-11 07:51:48 +0000 net/routinator: update to 15.1 Release Announcement: https://nlnetlabs.nl/news/2025/Oct/07/routinator-0.15.1-released/ Changelog: https://github.com/NLnetLabs/routinator/blob/v0.15.1/Changelog.md PR: 290107 Reported by: Jaap Akkerhuis <jaap@NLnetLabs.nl> (maintainer) net/routinator/Makefile | 2 +- net/routinator/Makefile.crates | 119 ++++++++++---------- net/routinator/distinfo | 244 +++++++++++++++++++++-------------------- 3 files changed, 184 insertions(+), 181 deletions(-)
Committed, thanks!