summaryrefslogtreecommitdiff
path: root/net/ipv6calc/Makefile
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>2002-02-24 04:33:02 +0000
committerhubertf <hubertf@pkgsrc.org>2002-02-24 04:33:02 +0000
commitd3057ea2c1bc4fb05d24744dbf29fabbf6b50197 (patch)
tree9790290f1af2190d051af9785ffd2cc695efa625 /net/ipv6calc/Makefile
parent4ea96eaeb2e2fd36a32331c124c5275dacc453cd (diff)
downloadpkgsrc-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/Makefile')
-rw-r--r--net/ipv6calc/Makefile4
1 files changed, 2 insertions, 2 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/