Bug 235779 - net/routinator: Update to 0.3.0
Summary: net/routinator: Update to 0.3.0
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Many People
Assignee: Kai Knoblich
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-02-16 15:02 UTC by Jaap Akkerhuis
Modified: 2019-02-22 22:40 UTC (History)
1 user (show)

See Also:


Attachments
Patch to upgrade (25.64 KB, patch)
2019-02-16 15:02 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-02-16 15:02:03 UTC
Created attachment 202067 [details]
Patch to upgrade

Changes:

0.3.0 ‘It’s More Fun at the Zoo’

Breaking Changes

	Several API and organizational changes in the Routinator
	library crate for the various improvements below.

New

	New output format csvext that mimics the output format of
	the Original RIPE NCC Validator. (#59)

	Support for alternative resource extensions and validation
	defined in [RFC 8360]. (The accompanying changes made it
	quite a bit faster, too.) (#63)

	Support for cargo-deb-based Debian packaging. Thanks to
	David Monosov. (#62)

	Log warnings for stale manifests and CRLs.

	Optional HTTP service in rtrd mode. This can be enabled via
	the --listen-http command line option and the listen-http
	config option. This is only the beginning of more extensive
	monitoring support. (#68)

Bug Fixes

	Converts the endianess of the serial number in the SerialNotify
	RTR PDU. Reported by Massimiliano Stucchi. (#60)

Dependencies

	Docker build updated to Rust 1.32 and Alpine Linux 3.9.
	Thanks to David Monosov. (#61)

Housekeeping

	Included Clippy in Travis runs for better code quality.
	(#65)
Comment 1 commit-hook freebsd_committer freebsd_triage 2019-02-22 22:37:43 UTC
A commit references this bug:

Author: kai
Date: Fri Feb 22 22:37:03 UTC 2019
New revision: 493619
URL: https://svnweb.freebsd.org/changeset/ports/493619

Log:
  net/routinator: Update to 0.3.0

  Changelog:

  * Several API and organizational changes in the Routinator library crate for
    the various improvements below.

  New Features:

  * New output format csvext that mimics the output format of the Original
    RIPE NCC Validator.

  * Support for alternative resource extensions and validation defined in
    [RFC 8360].

  * Support for cargo-deb-based Debian packaging.

  * Log warnings for stale manifests and CRLs.

  * Optional HTTP service in rtrd mode. This can be enabled via the
    --listen-http command line option and the listen-http config option. This
    is only the beginning of more extensive monitoring support.

  Bug Fixes:

  * Converts the endianess of the serial number in the SerialNotify RTR PDU.

  For a full changelog see:

  https://github.com/NLnetLabs/routinator/blob/v0.3.0/Changelog.md

  PR:		235779
  Submitted by:	Jaap Akkerhuis (maintainer)
  Approved by:	joneum (mentor)
  Differential Revision:	https://reviews.freebsd.org/D19285

Changes:
  head/net/routinator/Makefile
  head/net/routinator/distinfo
Comment 2 Kai Knoblich freebsd_committer freebsd_triage 2019-02-22 22:40:05 UTC
Committed, thanks!