From f9d7b7d38b5a5c88c331ce2705bc62f7258b8e12 Mon Sep 17 00:00:00 2001 From: hubertf Date: Sun, 3 Mar 2002 04:09:35 +0000 Subject: 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 minor Makefile fixes tag release 0.37pre1 --- net/ipv6calc/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'net/ipv6calc/Makefile') 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/ -- cgit v1.2.3