diff options
author | hubertf <hubertf> | 2004-11-23 21:32:11 +0000 |
---|---|---|
committer | hubertf <hubertf> | 2004-11-23 21:32:11 +0000 |
commit | 2fec0aa41bc8f049d8dee75fccc936fe331e78eb (patch) | |
tree | 676a37b34f70cf47185607dc80e454523a423568 /net/ipv6calc/PLIST | |
parent | 28afe211c4010d53108704bbe537792961d3fc56 (diff) | |
download | pkgsrc-2fec0aa41bc8f049d8dee75fccc936fe331e78eb.tar.gz |
Update ipv6calc to 0.48. Changes:
Major changes:
Update databases
General:
- replace md5 function from openssl with a copy of coreutils (licence issue)
- add support for IEEE/iab.txt database
ipv6calc:
- add support for recognizing 6to4 addresses generated by
Microsoft OS
ipv6logconv:
- add support for recognizing 6to4 addresses generated by
Microsoft OS
- add support for ISATAP addresses
Diffstat (limited to 'net/ipv6calc/PLIST')
-rw-r--r-- | net/ipv6calc/PLIST | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/net/ipv6calc/PLIST b/net/ipv6calc/PLIST index b5fc1f080aa..aadd145ec1c 100644 --- a/net/ipv6calc/PLIST +++ b/net/ipv6calc/PLIST @@ -1,4 +1,7 @@ -@comment $NetBSD: PLIST,v 1.3 2003/10/14 23:46:46 hubertf Exp $ +@comment $NetBSD: PLIST,v 1.4 2004/11/23 21:32:11 hubertf Exp $ bin/ipv6calc bin/ipv6logconv bin/ipv6logstats +man/man8/ipv6calc.8 +man/man8/ipv6logconv.8 +man/man8/ipv6logstats.8 |