diff options
author | kleink <kleink> | 2001-01-30 11:24:01 +0000 |
---|---|---|
committer | kleink <kleink> | 2001-01-30 11:24:01 +0000 |
commit | 64bea0bbf74d491309dac7b90c796cbd6bcd3618 (patch) | |
tree | 5bf25095aa90deadea70728039247c00c137fc32 /net/vtun | |
parent | f8a0c7304564f7eef899842d364244e680b0edc2 (diff) | |
download | pkgsrc-64bea0bbf74d491309dac7b90c796cbd6bcd3618.tar.gz |
Update to vtun-2.4; changes since 2.3 include:
ver 2.4:
Configurable keep-alive. Fix for 0 compression level.
RPM package and documentation update.
ver 2.4b2:
TCP driver fixes. Modules and frame handling optimizations.
Configure options to disable LZO, ZLIB, OpenSSL and Shaper support.
Cleanups. Documentation update.
ver 2.4b1:
Numerous stability fixes. TCP driver fixes.
Improved TUN driver support for Solaris 8.
Fixed incorrect error handling in read_n/write_n.
Signal handling fix. Persist mode fixes.
Memory handling fixes. New config options.
Command path parsing fix.
Documentation update and spelling fixes.
Diffstat (limited to 'net/vtun')
-rw-r--r-- | net/vtun/Makefile | 4 | ||||
-rw-r--r-- | net/vtun/files/md5 | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net/vtun/Makefile b/net/vtun/Makefile index 84b0c2311c8..e1c5d80461d 100644 --- a/net/vtun/Makefile +++ b/net/vtun/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.5 2000/06/16 12:54:25 tron Exp $ +# $NetBSD: Makefile,v 1.6 2001/01/30 11:24:01 kleink Exp $ # -DISTNAME= vtun-2.3 +DISTNAME= vtun-2.4 CATEGORIES= net MASTER_SITES= http://vtun.sourceforge.net/ diff --git a/net/vtun/files/md5 b/net/vtun/files/md5 index 375244eba20..aff4ab7c8ec 100644 --- a/net/vtun/files/md5 +++ b/net/vtun/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.3 2000/06/06 07:21:46 kleink Exp $ +$NetBSD: md5,v 1.4 2001/01/30 11:24:01 kleink Exp $ -MD5 (vtun-2.3.tar.gz) = e0bc652994fc77e4d1d8fc998787e3cd +MD5 (vtun-2.4.tar.gz) = 4403855f23b7784a7c85b96e6da1704c |