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
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(-)
Committed thanks!