1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70
|
Source: librtr
Section: libs
Priority: optional
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Uploaders: Lukas Schwaighofer <lukas@schwaighofer.name>
Build-Depends:
cmake,
debhelper-compat (= 13),
doxygen,
libssh-dev,
pkg-config
Standards-Version: 4.5.1
Rules-Requires-Root: no
Homepage: https://rtrlib.realmv6.org/
Vcs-Browser: https://salsa.debian.org/pkg-security-team/librtr
Vcs-Git: https://salsa.debian.org/pkg-security-team/librtr.git
Package: librtr-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: librtr0 (= ${binary:Version}), ${misc:Depends}, libssh-dev
Suggests: librtr-doc
Description: Small extensible RPKI-RTR-Client C library - development files
RTRlib is an open-source C implementation of the RPKI/Router Protocol
client. The library allows one to fetch and store validated prefix origin data
from a RTR-cache and performs origin verification of prefixes. It supports
different types of transport sessions (e.g., SSH, unprotected TCP) and is
easily extendable.
.
This package contains development files.
Package: librtr-doc
Section: doc
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Description: Small extensible RPKI-RTR-Client C library - documentation
RTRlib is an open-source C implementation of the RPKI/Router Protocol
client. The library allows one to fetch and store validated prefix origin data
from a RTR-cache and performs origin verification of prefixes. It supports
different types of transport sessions (e.g., SSH, unprotected TCP) and is
easily extendable.
.
This package contains the doxygen generated HTML documentation for the
libraries.
Package: librtr0
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Small extensible RPKI-RTR-Client C library
RTRlib is an open-source C implementation of the RPKI/Router Protocol
client. The library allows one to fetch and store validated prefix origin data
from a RTR-cache and performs origin verification of prefixes. It supports
different types of transport sessions (e.g., SSH, unprotected TCP) and is
easily extendable.
Package: rtr-tools
Section: utils
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: RPKI-RTR command line tools
Contains tools provided with RTRlib.
.
rtrclient is command line that connects to an RPKI-RTR server and prints
protocol information and information about the fetched ROAs.
.
rpki-rov is a command line tool that connects to an RPKI-RTR server and allows
validating IP prefixes and origin ASes.
|