Bug 263277

Summary: net/routinator: Update to 0.11.1
Product: Ports & Packages Reporter: Jaap Akkerhuis <jaap>
Component: Individual Port(s)Assignee: Neel Chauhan <nc>
Status: Closed FIXED    
Severity: Affects Some People CC: nc
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
URL: https://nlnetlabs.nl/news/2022/Apr/07/routinator-0.11.1-released
Attachments:
Description Flags
patch to upgrade jaap: maintainer-approval+

Description Jaap Akkerhuis 2022-04-14 13:39:08 UTC
Created attachment 233213 [details]
patch to upgrade

This release improves the output of the dump command by stripping the internal header of objects retrieved via RRDP before copying them and adds the stored trust anchor certificates to the output.

In addtion, there a few bug fixes.

New

* The dump command now also copies the stored trust anchor certificates. The certificates are named in the same way as they are internally using the hash over their URI. Please consult the manual for details. (#740)


Bug Fixes

* The dump command now removes the internal header before copying the objects retained by the RRDP collector, i.e., the files copied into the rrdp sub-directory now contain the actual DER encoded data only. (#735)
* Correctly set the idle time for TCP keepalives on incoming RTR connections on systems that support it. (#736)
* Fix an encoding error in the /delta-json output. (#737)
* Truncate the PID file before writing the current PID to it. (#738)
* Exit with a status of 1 if an error happened. (#739)
Comment 1 Neel Chauhan freebsd_committer freebsd_triage 2022-04-15 20:03:04 UTC
Committed!
Comment 2 commit-hook freebsd_committer freebsd_triage 2022-04-15 20:03:24 UTC
A commit in branch main references this bug:

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

commit f1c282e893423513a346d4c6b3601acbe3ed2fe6
Author:     Jaap Akkerhuis <jaap@NLnetLabs.nl>
AuthorDate: 2022-04-15 20:02:28 +0000
Commit:     Neel Chauhan <nc@FreeBSD.org>
CommitDate: 2022-04-15 20:02:28 +0000

    net/routinator: Update to 0.11.1

    Changes: https://nlnetlabs.nl/news/2022/Apr/07/routinator-0.11.1-released

    PR:     263277

 net/routinator/Makefile |  77 ++++++++++++------------
 net/routinator/distinfo | 154 ++++++++++++++++++++++++------------------------
 2 files changed, 115 insertions(+), 116 deletions(-)