tinc (1.0.34-1) unstable; urgency=medium
[ Guus Sliepen ]
* New upstream release.
- Fixes a potential segmentation fault when connecting to an IPv6
peer via a proxy. Closes: #887401
* Add support for the $EXTRA variable in /etc/default/tinc when using
systemd. Closes: #887116
[ Benda Xu ]
* Prevent possible incorrect IPv6 checksums due to function inlining.
Closes: #891400
17 lines
642 B
Text
17 lines
642 B
Text
Source: tinc
|
|
Section: net
|
|
Priority: optional
|
|
Maintainer: Guus Sliepen <guus@debian.org>
|
|
Standards-Version: 4.1.3
|
|
Build-Depends: libssl-dev, debhelper (>= 10), gettext, texinfo, zlib1g-dev, liblzo2-dev, libvdeplug-dev
|
|
Homepage: http://www.tinc-vpn.org/
|
|
Rules-Requires-Root: no
|
|
|
|
Package: tinc
|
|
Architecture: any
|
|
Depends: ${shlibs:Depends}, ${misc:Depends}, lsb-base (>= 3.0-6)
|
|
Description: Virtual Private Network daemon
|
|
tinc is a daemon with which you can create a virtual private network
|
|
(VPN). One daemon can handle multiple connections, so you can
|
|
create an entire (moderately sized) VPN with only one daemon per
|
|
participating computer.
|