Bug 234623 - net/routinator: Update to 0.2.1
Summary: net/routinator: Update to 0.2.1
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Steve Wills
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-01-04 22:21 UTC by Jaap Akkerhuis
Modified: 2019-01-05 01:35 UTC (History)
0 users

See Also:


Attachments
Patch to upgrade (13.48 KB, patch)
2019-01-04 22:21 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 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!