Skip to content

[3.13] community/tinc-pre: upgrade to 1.1pre18

杨文 陈 requested to merge wener/aports:tinc-pre-3.13 into 3.13-stable

backport; also changed maintainer as master branch

some major fix

  • Fix segfault when failing to read random numbers.
  • fix send_udp_probe_packet segfault https://github.com/gsliepen/tinc/issues/227
  • fix find_cached segfault https://github.com/gsliepen/tinc/issues/226 Don't keep an address cache in an outgoing_t.
  • Try harder to connect to unreachable nodes.
  • fix: use EVP_DecryptUpdate while decrypting
  • Prevent large amounts of UDP probes being sent consecutively. manuall patched
  • Fix segfault when dest->mtu is 0.
Edited by 杨文 陈

Merge request reports