Bug 236324

Summary: [MAINTAINER] net/routinator Update to 0.3.1
Product: Ports & Packages Reporter: Jaap Akkerhuis <jaap>
Component: Individual Port(s)Assignee: Steve Wills <swills>
Status: Closed FIXED    
Severity: Affects Many People    
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
patch to update jaap: maintainer-approval+

Description Jaap Akkerhuis 2019-03-06 16:02:26 UTC
Created attachment 202655 [details]
patch to update

0.3.1 ‘More Intensity’

New

TAL files will only be read once when Routinator starts. This improves robustness at the cost of having to restart Routinator when the TALs change. (#74)

New option --rsync-timeout setting the maximum number of seconds any rsync command is allowed to run. This prevents hanging rsync from blocking Routinator. (#76)

Additional Prometheus metric valid_roas reporting the number of verified ROAs. 
Additionally, both metrics are now reported separately for each TAL. (#78)

Compare RTR serial numbers according to RFC 1932. (#81)

Bug Fixes

A missing tcp-listen option in the config file caused Routinator to crash in rtrd mode instead of using the default socket. (#80)

Decoding manifest and ROAs now checks that the content type field in the signed object has the correct object identifier. (rpki-rs #27)
Comment 1 commit-hook freebsd_committer freebsd_triage 2019-03-07 15:46:20 UTC
A commit references this bug:

Author: swills
Date: Thu Mar  7 15:45:55 UTC 2019
New revision: 494958
URL: https://svnweb.freebsd.org/changeset/ports/494958

Log:
  net/routinator: update to 0.3.1

  PR:		236324
  Submitted by:	Jaap Akkerhuis <jaap@NLnetLabs.nl> (maintainer)

Changes:
  head/net/routinator/Makefile
  head/net/routinator/distinfo
Comment 2 Steve Wills freebsd_committer freebsd_triage 2019-03-07 15:47:00 UTC
Committed, thanks!