Bug 259004 - net/krill: Update to version 0.9.2
Summary: net/krill: Update to version 0.9.2
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Nuno Teixeira
URL: https://lists.nlnetlabs.nl/pipermail/...
Keywords:
Depends on:
Blocks:
 
Reported: 2021-10-08 12:43 UTC by Jaap Akkerhuis
Modified: 2021-10-08 17:57 UTC (History)
1 user (show)

See Also:


Attachments
patch to upgrade (82.69 KB, patch)
2021-10-08 12:43 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 2021-10-08 12:43:15 UTC
Created attachment 228516 [details]
patch to upgrade

Krill 0.9.2 'Motive and Opportunity'.

This release includes two features aimed at users who run a Krill CA to maintain ROAs:
* Warn about ROA configurations for resources no longer held #602
* Re-enable migration of CA content to a new Publication Server #480

In addition to this we have added a lot of smaller improvements:
* Synchronize the manifest EE lifetime and next update time #589
* Improve error reporting on I/O errors #587
* Add rsync URI to testbed TAL #624
* Improve status reporting and monitoring #651, #650, #648

The following features were added to support users who operate Krill as a parent
CA, or Publication Server:
* Optionally suspend inactive child CAs using krill 0.9.2 and up #670
* Perform RRDP session reset on restart #533
* Use unguessable URIs for RRDP deltas and snapshots #515

The updated documentation for this release can be found here:
https://krill.docs.nlnetlabs.nl/en/0.9.2/index.html

The full list of changes can be found here:
https://github.com/NLnetLabs/krill/projects/16
Comment 1 commit-hook freebsd_committer freebsd_triage 2021-10-08 17:54:51 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=8c139a466f48d5e9685f1c3a528cfcfb61f3380c

commit 8c139a466f48d5e9685f1c3a528cfcfb61f3380c
Author:     Jaap Akkerhuis <jaap@NLnetLabs.nl>
AuthorDate: 2021-10-08 17:51:45 +0000
Commit:     Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2021-10-08 17:53:53 +0000

    net/krill: Update to version 0.9.2

    ChangeLog:
    https://lists.nlnetlabs.nl/pipermail/rpki/2021-October/000330.html

    PR:             259004

 net/krill/Makefile                        | 330 ++++++---------
 net/krill/distinfo                        | 658 +++++++++++-------------------
 net/krill/files/patch-Cargo.toml          |   8 +-
 net/krill/files/patch-defaults_krill.conf |  13 +-
 4 files changed, 377 insertions(+), 632 deletions(-)
Comment 2 Nuno Teixeira freebsd_committer freebsd_triage 2021-10-08 17:57:49 UTC
Committed thanks!