Date: Tue, 7 Oct 2003 00:07:25 -0700 (PDT) From: Edwin Groothuis <edwin@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/ipv6calc Makefile distinfo Message-ID: <200310070707.h9777Pak011816@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
edwin 2003/10/07 00:07:25 PDT FreeBSD ports repository Modified files: net/ipv6calc Makefile distinfo Log: 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 Revision Changes Path 1.15 +1 -2 ports/net/ipv6calc/Makefile 1.9 +1 -1 ports/net/ipv6calc/distinfo
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200310070707.h9777Pak011816>