18 Commits

Author SHA1 Message Date
sthen
bed7f75fc7 update to tinc-1.1pre18
drop SEPARATE_BUILD, it breaks the tests
2022-03-10 14:31:59 +00:00
kn
a224c35d39 Update to tinc 1.1pre17
This brings several new features such as ed25519 and invite support.

Feedback naddy sthen
Tests OK paco
2021-01-03 22:53:18 +00:00
kn
1c50c6c3b5 Remove me as maintainer
I have no longer any use for this software.
2020-04-04 01:18:43 +00:00
kn
f3b88178b7 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-09-02 20:55:08 +00:00
sthen
48b0b9660c replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:48:23 +00:00
rsadowski
09b1bd9b06 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-10-09 20:32:45 +00:00
rsadowski
f9b7a303fe Bugfix update tinc-1.0.34v0 2018-06-16 11:20:29 +00:00
naddy
f711417cb6 revert distinfo as well 2018-04-18 21:17:04 +00:00
sthen
4d67638ab9 port versions do not go backwards, version moved so we have to bump EPOCH 2018-04-18 10:49:08 +00:00
kn
1583913ab5 Do not forget tinc's PLIST. 2018-04-18 10:19:02 +00:00
kn
e48fd17b80 Unbreak tinc after my clumsy retroshare removal commit. 2018-04-18 10:16:22 +00:00
kn
fa3affdb7a Remove net/retroshare
Heavily outdated, broken with new clang (again) and noone seems to care.

OK stsp, landry
2018-04-18 09:19:23 +00:00
rpe
9a8b5ccd06 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
2018-01-11 19:27:01 +00:00
rsadowski
a388f1845e 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-12-26 22:03:07 +00:00
rsadowski
4ef5be0c28 update tinc to 1.0.32 2017-10-04 20:51:36 +00:00
benoit
261a888699 Update to tinc-1.0.31.
from Rafael Sadowski (Maintainer) and tested by Uwe Werler
2017-02-27 14:08:16 +00:00
jca
8a3e788fb3 Update to tinc-1.0.28
from Rafael Sadowski (maintainer)
2016-05-27 11:49:04 +00:00
sthen
cba269f89d import ports/net/tinc, from Rafael Sadowski with tweaks from jca and myself
OK jca

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.
2015-11-03 20:07:47 +00:00