Import Debian changes 1.0.9-1
tinc (1.0.9-1) unstable; urgency=low
* New upstream release.
- Binds IPv6 sockets only to IPv6. Closes: #440150
* Update copyright file. Closes: #482566
This commit is contained in:
commit
4812d2eb3d
53 changed files with 6947 additions and 1219 deletions
7
debian/control
vendored
7
debian/control
vendored
|
|
@ -2,16 +2,15 @@ Source: tinc
|
|||
Section: net
|
||||
Priority: optional
|
||||
Maintainer: Guus Sliepen <guus@debian.org>
|
||||
Standards-Version: 3.7.2
|
||||
Standards-Version: 3.8.0
|
||||
Build-Depends: libssl-dev, debhelper (>= 4.1.16), gettext, texi2html, texinfo, zlib1g-dev, cdbs, liblzo2-dev
|
||||
Homepage: http://www.tinc-vpn.org/
|
||||
|
||||
Package: tinc
|
||||
Architecture: any
|
||||
Depends: debconf | debconf-2.0, ${shlibs:Depends}
|
||||
Depends: debconf | debconf-2.0, ${shlibs:Depends}, ${misc:Depends}
|
||||
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.
|
||||
.
|
||||
Homepage: http://www.tinc-vpn.org/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue