diff options
author | hubertf <hubertf@pkgsrc.org> | 2003-10-14 23:46:46 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2003-10-14 23:46:46 +0000 |
commit | b5e7b9d410cfb183fcaaac1135725b1d503ce8b1 (patch) | |
tree | 9caf1a7c1aab3395f11abea60e3845fc82193127 /net/ipv6calc/distinfo | |
parent | bdda33c239061b115652e0865131b238beecbe23 (diff) | |
download | pkgsrc-b5e7b9d410cfb183fcaaac1135725b1d503ce8b1.tar.gz |
Update ipv6calc to 0.46. Changes:
- IPv4 database updated (20030906)
- add support of LACNIC registry
- add output format "octal"
Print octal representation of a given IPv6 address:
(useful for djbdns/tinydns)
3ffe:ffff::1 ->
\77\376\377\377\0\0\0\0\0\0\0\0\0\0\0\1
--printfulluncompressed 3ffe:ffff::1 ->
\077\376\377\377\000\000\000\000\000\000\000\000\000\000\000\001
Available format options:
--printfulluncompressed: Print in full uncompressed format
- New program "ipv6logstats" for parsing web server logs to get some
IPv4/IPv6 distribution data and build time line charts. See examples for
more.
- add input types:
"ipv4hex" (hexadecimal IPv4 address)
"ipv4revhex" (reverse hexadecimal IPv4 address)
- add support of spaces in MAC/EUI-48 addresses
- General bugfixing
Diffstat (limited to 'net/ipv6calc/distinfo')
-rw-r--r-- | net/ipv6calc/distinfo | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net/ipv6calc/distinfo b/net/ipv6calc/distinfo index 26f673a7c34..83448cc915e 100644 --- a/net/ipv6calc/distinfo +++ b/net/ipv6calc/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.9 2003/02/06 14:34:57 tron Exp $ +$NetBSD: distinfo,v 1.10 2003/10/14 23:46:46 hubertf Exp $ -SHA1 (ipv6calc-0.45.tar.gz) = 0215a7e19246bde252c30ab715b0e1a8c419769a -Size (ipv6calc-0.45.tar.gz) = 297967 bytes -SHA1 (patch-aa) = 773b4a88f5f2cbf5fafa9875314f5e73bce8bd8b +SHA1 (ipv6calc-0.46.tar.gz) = d4d03adda9b26cbca906fcfb3fa3658c251cced9 +Size (ipv6calc-0.46.tar.gz) = 338497 bytes +SHA1 (patch-aa) = 891f1c3cf286d2d21403721475540fc7dc29d6ef SHA1 (patch-ab) = 0d09d6f7e1857640a7c81e4a8345106210555a79 |