diff options
author | edwin <edwin@FreeBSD.org> | 2003-10-07 15:07:25 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-10-07 15:07:25 +0800 |
commit | b2f12aaef9d79599f7dbbaf4800ec23105a9abe8 (patch) | |
tree | b4e1b816bf865b6a2c3ee94372c49f357e9f9445 /net/ipv6calc | |
parent | 810f947c5a69d0f92758c59cea0beb89a1f4d967 (diff) | |
download | freebsd-ports-gnome-b2f12aaef9d79599f7dbbaf4800ec23105a9abe8.tar.gz freebsd-ports-gnome-b2f12aaef9d79599f7dbbaf4800ec23105a9abe8.tar.zst freebsd-ports-gnome-b2f12aaef9d79599f7dbbaf4800ec23105a9abe8.zip |
Upgrade to version 0.46
Now to the news: version 0.46 is available now.
- 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
Diffstat (limited to 'net/ipv6calc')
-rw-r--r-- | net/ipv6calc/Makefile | 3 | ||||
-rw-r--r-- | net/ipv6calc/distinfo | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/net/ipv6calc/Makefile b/net/ipv6calc/Makefile index ddd534671b0a..62624f43618f 100644 --- a/net/ipv6calc/Makefile +++ b/net/ipv6calc/Makefile @@ -6,8 +6,7 @@ # PORTNAME= ipv6calc -PORTVERSION= 0.45 -PORTREVISION= 1 +PORTVERSION= 0.46 CATEGORIES= net ipv6 MASTER_SITES= ftp://ftp.bieringer.de/pub/linux/IPv6/ipv6calc/ diff --git a/net/ipv6calc/distinfo b/net/ipv6calc/distinfo index 21f9f207be10..4f78545f4526 100644 --- a/net/ipv6calc/distinfo +++ b/net/ipv6calc/distinfo @@ -1 +1 @@ -MD5 (ipv6calc-0.45.tar.gz) = 6ce6a797fe95a9480fb2e8b09171e7fb +MD5 (ipv6calc-0.46.tar.gz) = 5aa60b8a744fe53164c68309898b4e8e |