Port details |
- routinator RPKI signed route collector and validator
- 0.14.2_4 net
=3 0.14.2_2Version of this port present on the latest quarterly branch. - Maintainer: jaap@NLnetLabs.nl
 - Port Added: 2018-12-06 16:17:53
- Last Update: 2025-09-01 08:25:04
- Commit Hash: b21956d
- People watching this port, also watch:: freeradius3, redmine51, burp, check_ssl_cert, openbgpd8
- License: BSD3CLAUSE
- WWW:
- https://github.com/NLnetLabs/routinator
- Description:
- Routinator collects Resource Public Key Infrastructure cryptographically
signed statements about the association of Internet routing resources
and constructs a list of associations between IP address prefixes
and AS numbers. It provides this information to routers supporting
the RPKI-RTR protocol or publishes this in a number of useful
formats.
¦ ¦ ¦ ¦ 
- Manual pages:
-
- pkg-plist: as obtained via:
make generate-plist - USE_RC_SUBR (Service Scripts)
-
- Dependency lines:
-
- routinator>0:net/routinator
- To install the port:
- cd /usr/ports/net/routinator/ && make install clean
- To add the package, run one of these commands:
- pkg install net/routinator
- pkg install routinator
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: routinator
- Flavors: there is no flavor information for this port.
- ONLY_FOR_ARCHS: aarch64 amd64 i386 powerpc64 powerpc64le
- distinfo:
- TIMESTAMP = 1741116035
SHA256 (rust/crates/addr2line-0.24.2.crate) = dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1
SIZE (rust/crates/addr2line-0.24.2.crate) = 39015
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- rust>=1.89.0 : lang/rust
- pkgconf>=1.3.0_1 : devel/pkgconf
- Runtime dependencies:
-
- rsync : net/rsync
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- net_routinator
- USES:
- cargo cpe
- pkg-message:
- For install:
-
Before running the server, the repository needs to be created, populated with TALS, and initialized
To do so, run
sudo mkdir -p /var/routinator
sudo chown routinator:routinator /var/routinator
See also man(1) routinator
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.3.3_1 23 May 2019 06:10:49
  |
tobik  |
net/routinator: Mark as only for amd64 and i386
The ring crate does not yet support other architectures on FreeBSD.
arm support seems to exist for Linux but is not enabled on FreeBSD.
powerpc64 support seems to be in progress but also only for Linux.
http://pylon.nyi.freebsd.org/data/head-powerpc64-default/p501607_s347555/logs/errors/routinator-0.3.3.log |
0.3.3_1 15 May 2019 03:12:15
  |
tobik  |
lang/rust: Update to 1.34.2
- While here add patches from [1] for LibreSSL 2.9.1 support
[1] https://github.com/sfackler/rust-openssl/pull/1097
Changes: https://blog.rust-lang.org/2019/05/13/Security-advisory.html
Changes: https://blog.rust-lang.org/2019/05/14/Rust-1.34.2.html
PR: 237495 [1]
Security: 37528379-76a8-11e9-a4fd-00012e582166 |
0.3.3 28 Apr 2019 11:28:13
  |
swills  |
net/routinator: update to 0.3.3
PR: 237603
Submitted by: Jaap Akkerhuis <jaap@NLnetLabs.nl> (maintainer) |
0.3.2_1 11 Apr 2019 19:39:28
  |
tobik  |
lang/rust: Update to 1.34.0
- Update devel/racer to latest version that can build with 1.34.0
- Drop no longer needed patch from textproc/ripgrep
- Force rebuild all consumers to catch regressions early
Thanks to Mikael Urankar for providing updated bootstraps for
aarch64, armv6, armv7, powerpc64.
Changes: https://blog.rust-lang.org/2019/04/11/Rust-1.34.0.html
Reviewed by: jbeich
With hat: rust
Differential Revision: https://reviews.freebsd.org/D19850 |
0.3.2 10 Apr 2019 21:48:00
  |
swills  |
net/routinator: Update to version 0.3.2
PR: 236862
Submitted by: Jaap Akkerhuis <jaap@NLnetLabs.nl> (maintainer) |
0.3.1 07 Mar 2019 15:45:55
  |
swills  |
net/routinator: update to 0.3.1
PR: 236324
Submitted by: Jaap Akkerhuis <jaap@NLnetLabs.nl> (maintainer) |
0.3.0_2 28 Feb 2019 18:51:46
  |
jbeich  |
lang/rust: update to 1.33.0
- www/firefox temporarily loses SIMD in charset conversion, see
https://bugzilla.mozilla.org/show_bug.cgi?id=1521249
- Force rebuild all consumers to catch regressions early
Changes: https://blog.rust-lang.org/2019/02/28/Rust-1.33.0.html
Tested by: Mikael Urankar (aarch64, armv6, armv7, powerpc64), Piotr Kubaj
(powerpc64)
Approved by: rust (tobik)
Differential Revision: https://reviews.freebsd.org/D19354 |
0.3.0_1 28 Feb 2019 18:47:28
  |
jbeich  |
USES=cargo to update libc to 0.2.49 for Tier2
PR: 235063
Differential Revision: https://reviews.freebsd.org/D19309 |
0.3.0 22 Feb 2019 22:37:02
  |
kai  |
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].
(Only the first 15 lines of the commit message are shown above ) |
0.2.1_1 17 Jan 2019 19:50:39
  |
jbeich  |
lang/rust: update to 1.32.0
- devel/racer no longer needs to dowgrade rustc-ap-syntax
- Force rebuild all consumers to catch regressions early
Changes: https://blog.rust-lang.org/2019/01/17/Rust-1.32.0.html
Approved by: rust (tobik)
Differential Revision: https://reviews.freebsd.org/D18858 |
0.2.1 05 Jan 2019 01:33:18
  |
swills  |
net/routinator: Update to 0.2.1
PR: 234623
Submitted by: Jaap Akkerhuis <jaap@NLnetLabs.nl> (maintainer) |
0.2.0 26 Dec 2018 22:43:59
  |
tobik  |
net/routinator: Remove duplicate lang/rust build dependency
USES=cargo already adds it with a newer version spec.
PR: 233968
With hat: rust |
0.2.0 26 Dec 2018 22:29:07
  |
swills  |
net/routinator: update to 0.2.0
PR: 233968
Submitted by: jaap@NLnetLabs.nl (maintainer) |
0.1.2_1 06 Dec 2018 17:11:15
  |
jbeich  |
lang/rust: update to 1.31.0
- devel/racer no longer needs to dowgrade rustc-ap-syntax
- Force rebuild all consumers to catch regressions early
Changes: https://blog.rust-lang.org/2018/12/06/Rust-1.31.0.html
Approved by: rust (tobik)
Differential Revision: https://reviews.freebsd.org/D18427 |
0.1.2 06 Dec 2018 16:17:35
  |
tobik  |
New port: net/routinator
Routinator collects Resource Public Key Infrastructure cryptographically
signed statements about the association of Internet routing resources
and constructs a list of associations between IP address prefixes
and AS numbers. It provides this information to routers supporting
the RPKI-RTR protocol or publishes this in a number of useful
formats.
WWW: https://github.com/NLnetLabs/routinator
PR: 233533
Submitted by: jaap@NLnetLabs.nl |