diff options
author | hubertf <hubertf@pkgsrc.org> | 2002-02-24 04:33:02 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2002-02-24 04:33:02 +0000 |
commit | d3057ea2c1bc4fb05d24744dbf29fabbf6b50197 (patch) | |
tree | 9790290f1af2190d051af9785ffd2cc695efa625 /net/ipv6calc | |
parent | 4ea96eaeb2e2fd36a32331c124c5275dacc453cd (diff) | |
download | pkgsrc-d3057ea2c1bc4fb05d24744dbf29fabbf6b50197.tar.gz |
Update ipv6calc to 0.36.
Patch submitted by Lubomir Sedlacik <salo@xtrmntr.org> in private mail.
Changes since 0.19:
0.36: - fix bug relating to ipv6calc.h (changes now in ipv6calc.h.in)
- start preparation for implementing bitstring conversions
0.35: - add new options: --addr_to_ip6arpa|-a
does the same like --addr_to_ip6int|-r, but ends with "ip6.arpa"
instead of "ip6.int"
- addr_to_ip6int now understands "--uppercase|--lowercase"
0.34: - use now "-lcrypto" instead of full defined lib name
- update "COPYING" to current GPLv2, add "LICENSE" with some comments
to make Debian people happy
- add both in spec file
- showinfo now understands "solicited-node link-local multicast",
"ISATAP", SLA on 6bone addresses
- input now understands also "ISATAP" addresses
- Change version numbering to autoconf/configure
- Extend "showinfo" a little bit
- Fix missing scope initialization "base85_to_ipv6addr"
bug found by Greg Daley <greg.daley # eng.monash.edu.au>
- changed: libipv6addr.c/ipv6addr_clear
librfc1924.c/base85_to_ipv6addrstruct
0.28: - Refixing compiling on BSD
- Add a forgotten include in "eui64_to_privacy.c"
0.27: - Migrate files used from Linux kernel for address type resolution
to libipv6addr.*
- add some extended tests (still not catch all)
- "--showinfo" now rudimentary works
0.26: - Create wrapper functions to be independend of byte order storage
in structure "in6_addr"
- "--eui64_to_privacy" now calculate expected results
- Begin of splitting "ipv6calc.h" into several smaller header files
- Some code cleanup
0.25: - Restructure central address structure to use "in6_addr" struct
- Some code cleanup
0.24: - Add option "--eui64_to_privacy" to calculate pseudo random suffices
(experimental, result is not verified)
- Add option "--showinfo" (experimental, not finnished)
- Add option "-d|--debug value"
- Partially new debug code
0.23: - Fix permissions of doc files in spec file
0.22: - ANSI compiling cleanup
- Cleanup special types to ANSI types
0.21: - Fix typo (strings.h -> string.h) at ifinet6_to_compressed.c
0.20: - Activate "--printsuffix" + "--printprefix" for
"--addr_to_uncompressed"
- Change format of "--mac_to_eui64" to described one (now without prefix)
Diffstat (limited to 'net/ipv6calc')
-rw-r--r-- | net/ipv6calc/Makefile | 4 | ||||
-rw-r--r-- | net/ipv6calc/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/net/ipv6calc/Makefile b/net/ipv6calc/Makefile index f9bbb04bfd4..82aba5d25b8 100644 --- a/net/ipv6calc/Makefile +++ b/net/ipv6calc/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.6 2001/03/22 12:14:04 hubertf Exp $ +# $NetBSD: Makefile,v 1.7 2002/02/24 04:33:02 hubertf Exp $ # -DISTNAME= ipv6calc-0.19 +DISTNAME= ipv6calc-0.36 CATEGORIES= net MASTER_SITES= ftp://ftp.bieringer.de/pub/linux/IPv6/ipv6calc/ diff --git a/net/ipv6calc/distinfo b/net/ipv6calc/distinfo index 90e562a83bf..0d991c5877f 100644 --- a/net/ipv6calc/distinfo +++ b/net/ipv6calc/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.2 2001/04/21 11:23:18 wiz Exp $ +$NetBSD: distinfo,v 1.3 2002/02/24 04:33:02 hubertf Exp $ -SHA1 (ipv6calc-0.19.tar.gz) = c8207d964c038a550a0a5c680fd204cfe648b67f -Size (ipv6calc-0.19.tar.gz) = 42464 bytes +SHA1 (ipv6calc-0.36.tar.gz) = 0bfdb3da46f7ec004bc95aecc02e54ff6063a228 +Size (ipv6calc-0.36.tar.gz) = 70284 bytes |