Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by www.NetBSD.org (Postfix) with ESMTP id 8B09263B954 for ; Thu, 22 Dec 2011 19:06:21 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id A02B714A199; Thu, 22 Dec 2011 19:06:24 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 032E314A18A for ; Thu, 22 Dec 2011 19:06:23 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id cWnOAR_JhYSW for ; Thu, 22 Dec 2011 19:06:22 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 83D0A14A183 for ; Thu, 22 Dec 2011 19:06:22 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 36C87175DD; Thu, 22 Dec 2011 19:06:23 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Date: Thu, 22 Dec 2011 19:06:23 +0000 From: "Ignatios Souvatzis" Subject: CVS commit: pkgsrc/net/tcptraceroute To: pkgsrc-changes@NetBSD.org Reply-To: is@netbsd.org X-Mailer: log_accum Message-Id: <20111222190623.36C87175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: is Date: Thu Dec 22 19:06:23 UTC 2011 Modified Files: pkgsrc/net/tcptraceroute: Makefile distinfo pkgsrc/net/tcptraceroute/patches: patch-ab Log Message: Surprise, surprise: there are architectures where in_addr_t is not u_long. Without this fix, tcptraceroute would try to reach or source 0.0.0.0 always on big-endian LP64 architectures. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 pkgsrc/net/tcptraceroute/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/net/tcptraceroute/distinfo cvs rdiff -u -r1.4 -r1.5 pkgsrc/net/tcptraceroute/patches/patch-ab Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.