forked from rtrlib/rtrlib
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontrol
More file actions
93 lines (85 loc) · 3.88 KB
/
control
File metadata and controls
93 lines (85 loc) · 3.88 KB
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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
Source: librtr0
Section: libs
Priority: optional
Maintainer: Fabian Holler <mail@fholler.de>
Build-Depends: cmake, dpkg-dev (>= 1.16.1~), debhelper (>= 9), libssh-dev (>= 0.5.0), libssl1.0-dev (>= 1.0) | libssl-dev (>= 1.0), doxygen
Standards-Version: 3.9.6
Vcs-Git: git://github.com/rtrlib/rtrlib.git
Vcs-Browser: https://github.com/rtrlib/rtrlib
Homepage: http://rpki.realmv6.org/
Package: librtr0
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}, libssh-4 (>= 0.5.0)
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 also allows
validating and signing BGPsec AS paths. RTRlib supports different types of
transport sessions (e.g., SSH, unprotected TCP) and is easily extendable.
Package: librtr-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: librtr0 (= ${binary:Version}), ${misc:Depends}, libssh-dev (>= 0.5.0)
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 also allows
validating and signing BGPsec AS paths. RTRlib supports different types of
transport sessions (e.g., SSH, unprotected TCP) and is easily extendable.
.
This package contains development files.
Package: librtr-dbg
Priority: extra
Section: debug
Architecture: any
Multi-Arch: same
Depends: librtr0 (= ${binary:Version}), ${misc:Depends}
Description: Small extensible RPKI-RTR-Client C library. Debug Symbols
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 also allows
validating and signing BGPsec AS paths. RTRlib supports different types of
transport sessions (e.g., SSH, unprotected TCP) and is easily extendable.
.
This package contains debug symbols.
Package: librtr-doc
Section: doc
Architecture: all
Depends: libjs-jquery, ${misc:Depends}
Suggests: doc-base
Description: Small extensible RPKI-RTR-Client C library. Documentation 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 also allows
validating and signing BGPsec AS paths. RTRlib supports different types of
transport sessions (e.g., SSH, unprotected TCP) and is easily extendable.
.
This package contains documentation files.
Package: rtr-tools
Section: utils
Architecture: any
Depends: librtr0 (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}
Description: RPKI-RTR command line tools
Contains rtrclient and rpki-rov.
rtrclient is command line that connects to an RPKI-RTR server and prints
protocol information and information about the fetched ROAs to the console.
rpki-rov is a command line tool that connects to an RPKI-RTR server and
allows one to validate given IP prefixes and origin ASes.
Package: rtr-tools-dbg
Priority: extra
Section: debug
Architecture: any
Depends: rtr-tools (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}
Description: RPKI-RTR command line tools
Contains rtrclient and rpki-rov.
rtrclient is command line that connects to an RPKI-RTR server and prints
protocol information and information about the fetched ROAs to the console.
rpki-rov is a command line tool that connects to an RPKI-RTR server and
allows one to validate given IP prefixes and origin ASes.
.
This package contains debug symbols.