Port details |
- routinator RPKI signed route collector and validator
- 0.14.0_5 net =3 0.14.0_3Version of this port present on the latest quarterly branch.
- Maintainer: jaap@NLnetLabs.nl
- Port Added: 2018-12-06 16:17:53
- Last Update: 2024-12-01 09:24:18
- Commit Hash: 1d1fd15
- People watching this port, also watch:: freeradius3, redmine51, burp, check_ssl_cert, pdfgrep
- 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:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - 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 = 1718884958
SHA256 (rust/crates/addr2line-0.22.0.crate) = 6e4503c46a5c0c7844e948c9a4d6acd9f50cccb4de1c48eb9e291ea17470c678
SIZE (rust/crates/addr2line-0.22.0.crate) = 39156
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.83.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:
- ===> The following configuration options are available for routinator-0.14.0_5:
ASPA=off: (Experimental) enable aspa support
===> Use 'make config' to modify these settings
- 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.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 |