Bug 259004

Summary: net/krill: Update to version 0.9.2
Product: Ports & Packages Reporter: Jaap Akkerhuis <jaap>
Component: Individual Port(s)Assignee: Nuno Teixeira <eduardo>
Status: Closed FIXED    
Severity: Affects Some People CC: eduardo
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
URL: https://lists.nlnetlabs.nl/pipermail/rpki/2021-October/000330.html
Attachments:
Description Flags
patch to upgrade jaap: maintainer-approval+

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!