Import Debian changes 1.1~pre7-1
tinc (1.1~pre7-1) experimental; urgency=high
* New upstream release.
- Drop packets forwarded via TCP if they are too big (CVE-2013-1428).
This commit is contained in:
commit
a62bf04cde
43 changed files with 1372 additions and 867 deletions
2
debian/tinc.if-post-down
vendored
2
debian/tinc.if-post-down
vendored
|
|
@ -3,7 +3,7 @@
|
|||
set -e
|
||||
|
||||
if [ "$IF_TINC_NET" ] ; then
|
||||
tincctl -n "$IF_TINC_NET" stop
|
||||
tinc -n "$IF_TINC_NET" stop
|
||||
sleep 0.1
|
||||
i=0;
|
||||
while [ -f "/var/run/tinc.$IF_TINC_NET.pid" ] ; do
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue