From owner-cvs-all@FreeBSD.ORG Thu Jul 8 11:29:29 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C262416A4CE; Thu, 8 Jul 2004 11:29:29 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BE54843D5C; Thu, 8 Jul 2004 11:29:29 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i68BTTQn009164; Thu, 8 Jul 2004 11:29:29 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i68BTTls009163; Thu, 8 Jul 2004 11:29:29 GMT (envelope-from edwin) Message-Id: <200407081129.i68BTTls009163@repoman.freebsd.org> From: Edwin Groothuis Date: Thu, 8 Jul 2004 11:29:29 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/dns/dnstracer Makefile distinfo ports/dns/dnstracer/files patch-dnstracer.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Jul 2004 11:29:29 -0000 edwin 2004-07-08 11:29:29 UTC FreeBSD ports repository Modified files: dns/dnstracer Makefile distinfo Removed files: dns/dnstracer/files patch-dnstracer.c Log: Upgrade to version 1.8 - Better handling of timeout (instead of a static value, start with five seconds and double it each retry) - Warnings are printed if you receive a different RR type than the one you asked for (for example when you ask for an A record and receive a CNAME) - Fixed problems when records received in the authority field are shorter than the domain the nameserver is authoritative for. - When compiled without IPv6 support on an IPv6 capable machine the machine tried to query the IPv6 translated IPv5 address anyway. - -C caches hosts which haven't answered too. Revision Changes Path 1.10 +1 -2 ports/dns/dnstracer/Makefile 1.8 +2 -2 ports/dns/dnstracer/distinfo 1.2 +0 -11 ports/dns/dnstracer/files/patch-dnstracer.c (dead)