9 Commits

Author SHA1 Message Date
sthen
6cc9779250 switch my maintainer email addresses to my own domain 2020-07-11 22:54:35 +00:00
sthen
b6e3a1385f update to routinator-0.7.1 2020-06-17 19:52:00 +00:00
sthen
9671a7446a update to routinator-0.7.0 2020-05-14 11:48:29 +00:00
sthen
d168f677d8 update to routinator 0.6.4
remove the @extraunexec line in plist, it causes a misleading message when
running pkg_add -u
2020-04-18 13:49:03 +00:00
sthen
c2148a26f0 disable net/routinator on aarch64,
error[E0308]: mismatched types
   --> /usr/obj/ports/routinator-0.6.1/routinator-0.6.1/modcargo-crates/ring-0.14.6/src/cpu.rs:172:56
    |
172 |         pub fn available(&self, _: super::Features) -> bool {
    |                ---------                               ^^^^ expected `bool`, found `()`
    |                |
    |                implicitly returns `()` as its body has no tail or `return` expression
2020-02-14 23:15:09 +00:00
semarie
51dd06c1e7 devel/cargo: use edition 2018 syntax by default for installing using cargo
the syntax is compatible with older edition, and more crates are using the
edition 2018 which require it.

avoid using MODCARGO_INSTALL_ARGS just to pass "--path ."

ok landry@ (some time ago, the diff was sleeping in my tree)
2020-01-21 05:27:18 +00:00
sthen
4e8beab74f mark BROKEN-sparc64, fails building dependency "ring" 2020-01-03 11:20:20 +00:00
sthen
7042e63bc6 take MAINTAINER 2019-10-06 20:12:26 +00:00
sthen
689f26385e import ports/net/routinator, feedback/ok kn@, feedback semarie@
"Routinator 3000" is RPKI relying party software written in Rust.

The Resource Public Key Infrastructure (RPKI) provides cryptographically
signed statements about the association of Internet routing resources.
In particular, it allows the holder of an IP address prefix to publish
which AS number will be the origin of BGP route announcements for it.

All of these statements are published in a distributed repository.
Routinator will collect these statements into a local copy, validate
their signatures, and output a list of associations between IP address
prefixes and AS numbers in a number of useful formats.
2019-10-04 20:58:20 +00:00