diff options
author | hubertf <hubertf@pkgsrc.org> | 2000-12-21 04:27:07 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2000-12-21 04:27:07 +0000 |
commit | 818b913aa787ddcd84f27f6818d18ac41fcbdc63 (patch) | |
tree | 61b2369b81aff1e014d00fc5262140269a2d14d4 | |
parent | 9ae8ad1bff1c4d66844fc113eea2fa205cbb845e (diff) | |
download | pkgsrc-818b913aa787ddcd84f27f6818d18ac41fcbdc63.tar.gz |
Update to 1.6. Changes:
00/12/21 version 1.6
update copyright:
- 1996 -> 1996-2000
- Sony Computer Science Laboratory --> Laboratories
00/12/20 yscale support to display throughput in Kbps
also requested by hubertf@netbsd.org
add comment in ttt.tcl on how to disable auto-scale
00/12/16 net_read.c:
- additional ppp dlt types
DLT_PPP_BSDOS /* bsd/os specific */
DLT_PPP_SERIAL /* netbsd specific */
- add 802.1Q and PPPoE support
requested by hubertf@netbsd.org
ttt_ipv6.h, net_names.c:
resolve ipv6 related conflicts in linux
report by Shashidhar Patil <shaship@cisco.com>
-rw-r--r-- | net/ttt/Makefile | 4 | ||||
-rw-r--r-- | net/ttt/files/md5 | 4 | ||||
-rw-r--r-- | net/ttt/files/patch-sum | 3 | ||||
-rw-r--r-- | net/ttt/patches/patch-ac | 16 |
4 files changed, 5 insertions, 22 deletions
diff --git a/net/ttt/Makefile b/net/ttt/Makefile index 62b43501fee..3eb0a6e06d6 100644 --- a/net/ttt/Makefile +++ b/net/ttt/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.3 2000/12/16 04:56:36 hubertf Exp $ +# $NetBSD: Makefile,v 1.4 2000/12/21 04:27:07 hubertf Exp $ # -DISTNAME= ttt-1.5 +DISTNAME= ttt-1.6 CATEGORIES= net MASTER_SITES= ftp://ftp.csl.sony.co.jp/pub/kjc/ diff --git a/net/ttt/files/md5 b/net/ttt/files/md5 index f84e61b0f5c..92dcd1f642d 100644 --- a/net/ttt/files/md5 +++ b/net/ttt/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.2 2000/12/16 04:02:27 hubertf Exp $ +$NetBSD: md5,v 1.3 2000/12/21 04:27:07 hubertf Exp $ -MD5 (ttt-1.5.tar.gz) = cce0d861864f6cee3e2cbcc9e4491570 +MD5 (ttt-1.6.tar.gz) = 5333bc89283d3f7a0de257ef0c1802f7 diff --git a/net/ttt/files/patch-sum b/net/ttt/files/patch-sum index eb3a5e9fc90..4161ccb7a84 100644 --- a/net/ttt/files/patch-sum +++ b/net/ttt/files/patch-sum @@ -1,5 +1,4 @@ -$NetBSD: patch-sum,v 1.2 2000/12/16 04:02:27 hubertf Exp $ +$NetBSD: patch-sum,v 1.3 2000/12/21 04:27:07 hubertf Exp $ MD5 (patch-aa) = b719d39a410f461c180b8bff90d5a102 MD5 (patch-ab) = 494b72f13de3ced5581a9d5419397559 -MD5 (patch-ac) = f12984532909a2c8faec1b9a4243d456 diff --git a/net/ttt/patches/patch-ac b/net/ttt/patches/patch-ac deleted file mode 100644 index db198782c4e..00000000000 --- a/net/ttt/patches/patch-ac +++ /dev/null @@ -1,16 +0,0 @@ -$NetBSD: patch-ac,v 1.1 2000/12/16 04:02:27 hubertf Exp $ - ---- net_read.c.orig Sat Dec 16 04:33:13 2000 -+++ net_read.c -@@ -764,6 +764,11 @@ - #endif - { sl_if_print, DLT_SLIP }, - { ppp_if_read, DLT_PPP }, -+#ifdef __NetBSD__ -+ { ppp_if_read, DLT_PPP_BSDOS }, -+ { ppp_if_read, DLT_PPP_SERIAL }, -+ { ppp_if_read, DLT_PPP_ETHER }, -+#endif - { null_if_read, DLT_NULL }, - { NULL, 0 }, - }; |