From b2f12aaef9d79599f7dbbaf4800ec23105a9abe8 Mon Sep 17 00:00:00 2001 From: edwin Date: Tue, 7 Oct 2003 07:07:25 +0000 Subject: 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 --- net/ipv6calc/Makefile | 3 +-- net/ipv6calc/distinfo | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) (limited to 'net/ipv6calc') 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 -- cgit