Bug 286007 - net/krill: Update to version 0.14.6
Summary: net/krill: Update to version 0.14.6
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Many People
Assignee: Fernando Apesteguía
URL: https://github.com/NLnetLabs/krill/re...
Keywords:
Depends on:
Blocks:
 
Reported: 2025-04-10 10:58 UTC by Jaap Akkerhuis
Modified: 2025-04-15 06:10 UTC (History)
1 user (show)

See Also:


Attachments
patch to update (90.86 KB, patch)
2025-04-10 10:58 UTC, Jaap Akkerhuis
jaap: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jaap Akkerhuis 2025-04-10 10:58:54 UTC
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)
Comment 1 Fernando Apesteguía freebsd_committer freebsd_triage 2025-04-14 08:06:53 UTC
^Triage: If there is a changelog or release notes URL available for this version, please add it to the URL field.


Thanks!
Comment 2 Jaap Akkerhuis 2025-04-14 08:44:25 UTC
(In reply to Fernando Apesteguía from comment #1)
The descriptions is a copy of the release notes. 
See the added URL
Comment 3 Fernando Apesteguía freebsd_committer freebsd_triage 2025-04-15 06:09:17 UTC
Committed,

Thanks!
Comment 4 commit-hook freebsd_committer freebsd_triage 2025-04-15 06:10:08 UTC
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(-)