Created attachment 259434 [details] patch to update 0.14.6 ‘Roll Initiative!’ Latest Bug fixes Fixed the naming of the trust anchor timing configuration. It was expected to be timing_config for the config used by Krill and ta_timing if used by the Krill TA signer. It is now ta_timing in both cases while timing_config is accepted as an alias in both cases. (#1242) Other changes The minimum supported Rust version is now 1.81. (#1260)
^Triage: If there is a changelog or release notes URL available for this version, please add it to the URL field. Thanks!
(In reply to Fernando Apesteguía from comment #1) The descriptions is a copy of the release notes. See the added URL
Committed, Thanks!
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=a30ef34b545983e0f272f8b23a02177eadc19d76 commit a30ef34b545983e0f272f8b23a02177eadc19d76 Author: Jaap Akkerhuis <jaap@NLnetLabs.nl> AuthorDate: 2025-04-14 08:06:02 +0000 Commit: Fernando Apesteguía <fernape@FreeBSD.org> CommitDate: 2025-04-15 06:09:00 +0000 net/krill: Update to version 0.14.6 Fixed the naming of the trust anchor timing configuration. It was expected to be timing_config for the config used by Krill and ta_timing if used by the Krill TA signer. It is now ta_timing in both cases while timing_config is accepted as an alias in both cases. Other changes PR: 286007 Reported by: jaap@NLnetLabs.nl (maintainer) net/krill/Makefile | 7 +- net/krill/Makefile.crates | 310 ++++++++++++----------- net/krill/distinfo | 626 ++++++++++++++++++++++++---------------------- net/krill/pkg-plist | 1 + 4 files changed, 488 insertions(+), 456 deletions(-)