Bug 234623

Summary: net/routinator: Update to 0.2.1
Product: Ports & Packages Reporter: Jaap Akkerhuis <jaap>
Component: Individual Port(s)Assignee: Steve Wills <swills>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
Patch to upgrade jaap: maintainer-approval+

Description Jaap Akkerhuis 2019-01-04 22:21:12 UTC
Created attachment 200780 [details]
Patch to upgrade

New

    The config command now prints the configuration in TOML format
    and can be used to create a configuration file for the current
    configuration. (#54)

    Routinator now builds and runs on Windows. Given that Windows
    is a Rust tier 1 platform, we wanted to see how difficult it
    is to get this going. Note that you will need the rsync executable
    that comes with Cygwin. (#55)

Bug Fixes

    Actually use $HOME/.routinator.conf as the default config file
    as promised by the documentation. (#49)

    Fix a compile time error on 32 bit systems.
Comment 1 commit-hook freebsd_committer freebsd_triage 2019-01-05 01:33:52 UTC
A commit references this bug:

Author: swills
Date: Sat Jan  5 01:33:18 UTC 2019
New revision: 489290
URL: https://svnweb.freebsd.org/changeset/ports/489290

Log:
  net/routinator: Update to 0.2.1

  PR:		234623
  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-01-05 01:35:48 UTC
Committed, thanks!