diff options
author | wiz <wiz@pkgsrc.org> | 2005-05-30 16:58:03 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-05-30 16:58:03 +0000 |
commit | ba562693d67ecaf33b0eb80bd7b381250f607be6 (patch) | |
tree | 0de69beec6ce638e63748cbaf25d022138a6f11f /net/tinc/Makefile | |
parent | 856e0f063fbd3b065c247e1b08a33d0b6598169d (diff) | |
download | pkgsrc-ba562693d67ecaf33b0eb80bd7b381250f607be6.tar.gz |
Update to 1.0.4, including a patch by Tonnerre, provided
in PR 30378.
version 1.0.4 May 4 2005
* Fix switch and hub modes.
* Optionally start scripts when a Subnet becomes (un)reachable.
version 1.0.3 Nov 11 2004
* Show error message when failing to write a PID file.
* Ignore spaces at end of lines in config files.
* Fix handling of late packets.
* Unify BSD tun/tap device handling. This allows IPv6 on tun devices and
anything on tap devices as long as the underlying OS supports it.
* Handle IPv6 on Solaris tun devices.
* Allow tinc to work properly under Windows XP SP2.
* Allow VLAN tagged Ethernet frames in switch and hub mode.
* Experimental PMTUDiscovery, TunnelServer and BlockingTCP options.
version 1.0.2 Nov 8 2003
* Fix address and hostname resolving under Windows.
* Remove warnings about non-existing scripts and unsupported address families.
* Use the event logger under Windows.
* Fix quoting of filenames and command line arguments under Windows.
* Strict checks for length incoming network packets and return values of
cryptographic functions,
* Fix a bug in metadata handling that made the tinc daemon abort.
Diffstat (limited to 'net/tinc/Makefile')
-rw-r--r-- | net/tinc/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net/tinc/Makefile b/net/tinc/Makefile index cbab497c42f..132983bbf57 100644 --- a/net/tinc/Makefile +++ b/net/tinc/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.4 2005/04/11 21:47:00 tv Exp $ +# $NetBSD: Makefile,v 1.5 2005/05/30 16:58:03 wiz Exp $ # -DISTNAME= tinc-1.0.1 -PKGREVISION= 1 +DISTNAME= tinc-1.0.4 CATEGORIES= net MASTER_SITES= http://tinc.nl.linux.org/packages/ |