On Fri, Oct 04, 2019 at 03:53:38PM +0100, Stuart Henderson wrote:
> On 2018/10/25 21:58, Stuart Henderson wrote:
> > I haven't figured out what to do with file ownership etc yet, but this
> > might be of interest to some. (It might also make some cry after reading
> > distinfo).
> >
> > ======
> > "Routinator 3000" is RPKI relying party software written in Rust.
> > It is currently considered experimental.
> >
> > 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.
> > ======
>
> Updated port attached.
>
> OK to import? This is needed too:
- License information on crate are missing
running: make modcargo-gen-crates-licenses
should show the right values (usually I am saving output to file, and
copy/paste it in the makefile)
- libc is < 0.2.63 so the program will broke on sparc64
MODCARGO_CRATES_UPDATE += libc
MODCARGO_CRATES += libc 0.2.63
> Index: user.list
> ===================================================================
> RCS file: /cvs/ports/infrastructure/db/user.list,v
> retrieving revision 1.353
> diff -u -p -r1.353 user.list
> --- user.list 23 Sep 2019 19:24:45 -0000 1.353
> +++ user.list 4 Oct 2019 14:52:48 -0000
> @@ -352,3 +352,4 @@ id user group port options
> 841 _rt _rt www/rt
> 842 _e2guardian _e2guardian www/e2guardian
> 843 _dkimsign _dkimsign mail/opensmtpd-filters/dkimsign
> +844 _routinator _routinator net/routinator
>
--
Sebastien Marie