diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-10-07 07:07:25 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-10-07 07:07:25 +0000 |
commit | 25932460926241335845e30bcda4719205e086d9 (patch) | |
tree | 79a3583d50c29d0e9ac46a68a40746e412355372 | |
parent | Add p5-Shape 0.04, (diff) |
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
-rw-r--r-- | net-mgmt/ipv6calc/Makefile | 3 | ||||
-rw-r--r-- | net-mgmt/ipv6calc/distinfo | 2 | ||||
-rw-r--r-- | net/ipv6calc/Makefile | 3 | ||||
-rw-r--r-- | net/ipv6calc/distinfo | 2 |
4 files changed, 4 insertions, 6 deletions
diff --git a/net-mgmt/ipv6calc/Makefile b/net-mgmt/ipv6calc/Makefile index ddd534671b0a..62624f43618f 100644 --- a/net-mgmt/ipv6calc/Makefile +++ b/net-mgmt/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-mgmt/ipv6calc/distinfo b/net-mgmt/ipv6calc/distinfo index 21f9f207be10..4f78545f4526 100644 --- a/net-mgmt/ipv6calc/distinfo +++ b/net-mgmt/ipv6calc/distinfo @@ -1 +1 @@ -MD5 (ipv6calc-0.45.tar.gz) = 6ce6a797fe95a9480fb2e8b09171e7fb +MD5 (ipv6calc-0.46.tar.gz) = 5aa60b8a744fe53164c68309898b4e8e 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 |