CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2017/12/26 15:03:07
Modified files:
net/tinc : Makefile distinfo
net/tinc/patches: patch-doc_tinc_texi
Removed files:
net/tinc/patches: patch-doc_sample-config_tinc_conf
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