diff options
author | hubertf <hubertf@pkgsrc.org> | 2002-03-03 04:09:35 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2002-03-03 04:09:35 +0000 |
commit | f9d7b7d38b5a5c88c331ce2705bc62f7258b8e12 (patch) | |
tree | 91a5507c05c3987aa06f0634066d2067bfa1b6d9 /net/ipv6calc | |
parent | 45a93df30a691b5b5cd7698f410d60af8045ef65 (diff) | |
download | pkgsrc-f9d7b7d38b5a5c88c331ce2705bc62f7258b8e12.tar.gz |
Update ipv6calc to 0.39. Changes:
20020227/PB:
libipv6addr.c: fixed a bug in ipv6addr_setoctett.c regarding num limit (oops..)
ipv6calc.c: move structure definitions to...
libmac.h: add related structure definition ipv6calc.c
libipv6addr.h: add related structure definition from ipv6calc.c
libipv4addr.*: new for handling IPv4 addresses
ipv4_to_6to4addr.*: new for handling conversion IPv4 -> IPv6to4
librfc3056.*: library for conversion IPv4 -> IPv6to4
libipv6calc.c: fix array index bug of compat[] (oops..)
tag release 0.39
20020226/PB:
add original getopt tarball into samplecode, fill related READMEs
tag release 0.38
20020224/PB:
move nibble string function to librfc1886
minor fixes
restore original samplecode files and remove CVS id to prevent CVS changes
add original getopt code to samplecode
tag release 0.37
20020224/PB:
minor Makefile fixes
fix getopt Makefile
minor cosmetic fix in test script
cosmetic cleanups
some code cleanup and minor redesign, some optimizing
fixes stupid help call bugs
format options can be used now in more functions
add support of "printstart" and "printend" in "ip6int", "bitstring"
extend "showinfo", add "machine_readable" for easier postprocessing
20020223/PB:
complete limited support of bistring labels
change examples to 6bone dummy address (3ffe:ffff:...)
add a trailling dot on ip6.[int|arpa] output
migrate getopt patch for OpenBSD submitted by Vladimir Kotal <vlada at openbsd dot cz>
minor Makefile fixes
tag release 0.37pre1
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 82aba5d25b8..2259890eb91 100644 --- a/net/ipv6calc/Makefile +++ b/net/ipv6calc/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.7 2002/02/24 04:33:02 hubertf Exp $ +# $NetBSD: Makefile,v 1.8 2002/03/03 04:09:35 hubertf Exp $ # -DISTNAME= ipv6calc-0.36 +DISTNAME= ipv6calc-0.39 CATEGORIES= net MASTER_SITES= ftp://ftp.bieringer.de/pub/linux/IPv6/ipv6calc/ diff --git a/net/ipv6calc/distinfo b/net/ipv6calc/distinfo index 0d991c5877f..050d7df0782 100644 --- a/net/ipv6calc/distinfo +++ b/net/ipv6calc/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.3 2002/02/24 04:33:02 hubertf Exp $ +$NetBSD: distinfo,v 1.4 2002/03/03 04:09:35 hubertf Exp $ -SHA1 (ipv6calc-0.36.tar.gz) = 0bfdb3da46f7ec004bc95aecc02e54ff6063a228 -Size (ipv6calc-0.36.tar.gz) = 70284 bytes +SHA1 (ipv6calc-0.39.tar.gz) = f32d9d5d6ded7b69aaa11b1ace74b3f1df3a399b +Size (ipv6calc-0.39.tar.gz) = 102718 bytes |