Version: 1.1pre18, Package name: tinc-1.1pre18 |
Maintained by: The OpenBSD ports mailing-list |
Master sites: |
Description tinc is a Virtual Private Network (VPN) daemon that uses tunnelling and encryption to create a secure private network between hosts on the Internet. Because the tunnel appears to the IP level network code as a normal network device, there is no need to adapt any existing software. This tunnelling allows VPN sites to share information with each other over the Internet without exposing any information to others. A single tinc daemon can accept more than one connection at a time, thus making it possible to create larger virtual networks, because some limitations are circumvented. Instead of most other VPN implementations, tinc encapsulates each network packet in its own UDP packet, instead of encapsulating all into one TCP or even PPP over TCP stream. This results in lower latencies, less overhead, and in general better responsiveness and throughput. |
Filesize: 714.952 KB |
Version History (View Complete History) |
|
2021-01-03 15:53:18 by Klemens Nanni | Files touched by this commit (4) |
Log message: Update to tinc 1.1pre17 This brings several new features such as ed25519 and invite support. Feedback naddy sthen Tests OK paco |
2020-04-03 19:18:43 by Klemens Nanni | Files touched by this commit (1) |
Log message: Remove me as maintainer I have no longer any use for this software. |
2019-09-02 14:55:08 by Klemens Nanni | Files touched by this commit (2) |
Log message: Update to 1.0.36 - Fix compiling tinc with certain versions of the OpenSSL library. - Fix parsing some IPv6 addresses with :: in them. - Fix GraphDumpFile output to handle node names starting with a digit. - Fix a potential segmentation fault when fragmenting packets. Take maintainer; OK rsadowski |
2019-07-12 14:49:09 by Stuart Henderson | Files touched by this commit (854) |
Log message: replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes |
2018-10-10 05:06:18 by Jeremie Courreges-Anglas | Files touched by this commit (2) |
Log message: SECURITY update to tinc-1.0.35 Fixes: o Prevent oracle attacks (CVE-2018-16737, CVE-2018-16738). o Prevent a MITM from forcing a NULL cipher for UDP (CVE-2018-16758). -stable build by danj@, ok danj@ rsadowski@ (maintainer) |
2018-10-09 14:32:45 by Rafael Sadowski | Files touched by this commit (4) |
Log message: Security update tinc 1.0.35 - "Prevent oracle attacks (CVE-2018-16737, CVE-2018-16738)." - "Prevent a MITM from forcing a NULL cipher for UDP (CVE-2018-16758)." -- More see https://www.tinc-vpn.org/security/ PLIST mode 640 tinc.conf tweak from sthen@ OK sthen@ jca@ |
2018-06-16 05:20:29 by Rafael Sadowski | Files touched by this commit (3) |
Log message: Bugfix update tinc-1.0.34v0 |
2018-04-18 15:17:04 by Christian Weisgerber | Files touched by this commit (1) |
Log message: revert distinfo as well |
2018-04-18 04:49:08 by Stuart Henderson | Files touched by this commit (1) |
Log message: port versions do not go backwards, version moved so we have to bump EPOCH |
2018-04-18 04:19:02 by Klemens Nanni | Files touched by this commit (1) |
Log message: Do not forget tinc's PLIST. |
2018-04-18 04:16:22 by Klemens Nanni | Files touched by this commit (2) |
Log message: Unbreak tinc after my clumsy retroshare removal commit. |
2018-04-18 03:19:24 by Klemens Nanni | Files touched by this commit (27) |
Log message: Remove net/retroshare Heavily outdated, broken with new clang (again) and noone seems to care. OK stsp, landry |
2018-01-11 12:27:12 by Robert Peichaer | Files touched by this commit (624) |
Log message: Change the shebang line from /bin/sh to /bin/ksh in all ports rc.d daemon scripts and bump subpackages that contain the *.rc scripts. discussed with and OK aja@ OK tb |
2017-12-26 15:03:07 by Rafael Sadowski | Files touched by this commit (4) |
Log message: Update tinc to 1.0.33 Changelog: Allow compilation from a build directory. Source code cleanups. Fix some options specified on the command line not surviving a HUP signal. Handle tun/tap device returning EPERM or EBUSY. Disable PMTUDiscovery when TCPOnly is used. Support the —runstatedir option of the autoconf 2.70. Port changes: - "patch-doc_tinc_texi" committed upstream. - "Using $< in a non-suffix rule context is a GNUmake idiom (Makefile:840)" enable USE_GMAKE.c |
2017-02-27 07:08:16 by Benoit Lecocq | Files touched by this commit (3) |
Log message: Update to tinc-1.0.31. from Rafael Sadowski (Maintainer) and tested by Uwe Werler |
2016-05-27 05:49:04 by Jeremie Courreges-Anglas | Files touched by this commit (3) |
Log message: Update to tinc-1.0.28 from Rafael Sadowski (maintainer) |