File: control

package info (click to toggle)
openvpn3-client 24.1%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 19,384 kB
  • sloc: cpp: 180,128; python: 11,591; ansic: 1,878; sh: 1,767; java: 402; lisp: 81; makefile: 44
file content (69 lines) | stat: -rw-r--r-- 2,639 bytes parent folder | download | duplicates (2)
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
Source: openvpn3-client
Section: net
Priority: optional
Maintainer: Marc Leeman <marc.leeman@gmail.com>
Build-Depends: autoconf,
               autoconf-archive,
               debhelper-compat (= 13),
               dh-python,
               libgdbuspp-dev,
               libasio-dev,
               libcap-ng-dev,
               libdbus-1-dev,
               libglib2.0-dev,
               libjsoncpp-dev,
               liblz4-dev,
               libnl-3-dev,
               libnl-genl-3-dev,
               libprotobuf-dev,
               libprotoc-dev,
               protobuf-compiler,
               libssl-dev,
               systemd-dev | systemd (<< 253-2~),
               libtinyxml2-dev,
               libxml2-utils,
               meson,
               pkgconf,
               polkitd,
               python3,
               python3-dbus,
               python3-docutils,
               python3-jinja2,
               python3-minimal,
               python3-systemd,
               uuid-dev
Standards-Version: 4.7.2
Rules-Requires-Root: no
Homepage: https://codeberg.org/OpenVPN/openvpn3-linux
Vcs-Git: https://salsa.debian.org/erpel/openvpn3-client.git
Vcs-Browser: https://salsa.debian.org/erpel/openvpn3-client

Package: openvpn3-client
Architecture: any
Depends: ${misc:Depends},
          ${shlibs:Depends},
          ${python3:Depends},
Description: virtual private network client (version 3)
 OpenVPN is an application to securely tunnel IP networks over a
 single UDP or TCP port. It can be used to access remote sites, make
 secure point-to-point connections, enhance wireless security, etc.
 .
 OpenVPN uses all of the encryption, authentication, and certification
 features provided by the OpenSSL library (any cipher, key size, or
 HMAC digest).
 .
 OpenVPN may use static, pre-shared keys or TLS-based dynamic key exchange. It
 also supports VPNs with dynamic endpoints (DHCP or dial-up clients), tunnels
 over NAT or connection-oriented stateful firewalls (such as Linux's iptables).
 .
 This is a new OpenVPN client based on the OpenVPN 3 C++ Core Library.
 The architecture behind this client is completely different from the
 classic OpenVPN 2.x versions, as it enables a strict privilege
 separation as part of the implementation.  In addition, it provides
 possibility to update the DNS configuration when that is being pushed
 from the OpenVPN server.  This client is built around D-Bus which
 enables more advanced ways to interact with OpenVPN tunnels.  And
 it provides an openvpn3 Python 3 module to simplify interaction
 with the client from Python.
 .
 This package contains OpenVPN3 Linux Client