Bug 263277 - net/routinator: Update to 0.11.1
Summary: net/routinator: Update to 0.11.1
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: Neel Chauhan
URL: https://nlnetlabs.nl/news/2022/Apr/07...
Keywords:
Depends on:
Blocks:
 
Reported: 2022-04-14 13:39 UTC by Jaap Akkerhuis
Modified: 2022-04-15 20:03 UTC (History)
1 user (show)

See Also:


Attachments
patch to upgrade (28.23 KB, patch)
2022-04-14 13:39 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 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(-)