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
|
Source: vpnc
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Uploaders: Sven Geuer <sge@debian.org>
Section: net
Priority: optional
Build-Depends: debhelper-compat (= 13),
libgcrypt20-dev,
libgnutls28-dev,
pkgconf,
vpnc:native <cross>,
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/pkg-security-team/vpnc
Vcs-Git: https://salsa.debian.org/pkg-security-team/vpnc.git
Homepage: https://github.com/streambinder/vpnc
Rules-Requires-Root: no
Package: vpnc
Architecture: any
Suggests: resolvconf
Depends: ${shlibs:Depends},
${misc:Depends},
${perl:Depends},
vpnc-scripts,
Recommends: iproute2
Description: Cisco-compatible VPN client
vpnc is a VPN client compatible with cisco3000 VPN Concentrator (also
known as Cisco's EasyVPN equipment). vpnc runs entirely in userspace
and does not require kernel modules except for the tun driver to
communicate with the network layer.
.
It supports most of the features needed to establish connection to the
VPN concentrator: MD5 and SHA1 hashes, 3DES and AES ciphers, PFS and
various IKE DH group settings.
|