pkgsrc/net/tinc/Makefile
obache 9d5fe512ed Update tinc to 1.0.7.
News

Jan 5th 2007
Version 1.0.7 released.
 * Fixed a bug that caused slow network speeds on Windows.
 * Fixed a bug that caused tinc unable to write packets to the tun device on OpenBSD.

Dec 18th 2006
Version 1.0.6 released.
 * More flexible detection of the LZO libraries when compiling.
 * Fixed a bug where broadcasts in switch and hub modes sometimes would not work anymore when part of the VPN had become disconnected from the rest.

Nov 14th 2006
Version 1.0.5 released.
 * Lots of small fixes.
 * Broadcast packets no longer grow in size with each hop. This should fix switch mode (again).
 * Generic host-up and host-down scripts.
 * Optionally dump graph in graphviz format to a file or a script.
 * Support LZO 2.0 and later.
2007-04-21 15:19:01 +00:00

20 lines
520 B
Makefile

# $NetBSD: Makefile,v 1.9 2007/04/21 15:19:01 obache Exp $
#
DISTNAME= tinc-1.0.7
CATEGORIES= net
MASTER_SITES= http://www.tinc-vpn.org/packages/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.tinc-vpn.org/
COMMENT= Virtual Private Network (VPN) daemon
GNU_CONFIGURE= yes
INFO_FILES= yes
.include "../../archivers/lzo/buildlink3.mk"
.include "../../converters/libiconv/buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"
.include "../../security/openssl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"