we are managing installed files with different mecanism.
it is the v2 for tracking crates installation, and we already remove v1 (.crates.toml).
take care of cleaning ports which are already seen it
problem spotted by landry@
ok landry@
if you already run it, you may need to run routinator by hand after
updating to generate some directory contents - the directory layout
has changed, there's a new mechanism for handling tals (presumably
because of the ridiculous situation with arin's, they *still* require
explicit agreement to some license for a certificate which is basically
the rpki equivalent of a CA root certificate) and in the "system"
directories under /var used by the rc script, cache has moved to
a subdirectory.
release notes: https://github.com/NLnetLabs/routinator/releases/tag/v0.8.0
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)
"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.