From owner-svn-src-all@FreeBSD.ORG Sun May 31 19:45:44 2015 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 185B92FE; Sun, 31 May 2015 19:45:44 +0000 (UTC) (envelope-from tuexen@freebsd.org) Received: from mail-n.franken.de (drew.ipv6.franken.de [IPv6:2001:638:a02:a001:20e:cff:fe4a:feaa]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mail-n.franken.de", Issuer "Thawte DV SSL CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id CFA2512D4; Sun, 31 May 2015 19:45:43 +0000 (UTC) (envelope-from tuexen@freebsd.org) Received: from [192.168.1.200] (p508F0B72.dip0.t-ipconnect.de [80.143.11.114]) (Authenticated sender: macmic) by mail-n.franken.de (Postfix) with ESMTP id BD9F01C104347; Sun, 31 May 2015 21:45:39 +0200 (CEST) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2098\)) Subject: Re: svn commit: r283806 - head/contrib/traceroute From: Michael Tuexen In-Reply-To: <20150531185852.GA20409@strugglingcoder.info> Date: Sun, 31 May 2015 21:45:38 +0200 Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: <4E05B479-A012-4219-822A-68DF72CCAACF@freebsd.org> References: <201505310810.t4V8AZWR074647@svn.freebsd.org> <20150531185852.GA20409@strugglingcoder.info> To: hiren panchasara X-Mailer: Apple Mail (2.2098) X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 31 May 2015 19:45:44 -0000 > On 31 May 2015, at 20:58, hiren panchasara = wrote: >=20 > On 05/31/15 at 08:10P, Michael Tuexen wrote: >> Author: tuexen >> Date: Sun May 31 08:10:35 2015 >> New Revision: 283806 >> URL: https://svnweb.freebsd.org/changeset/base/283806 >>=20 >> Log: >> When the packet verification fails in verbose mode, print the = correct >> number of words in host byte order. Also remove a stray 'x'. >>=20 >> MFC after: 3 days >>=20 >> Modified: >> head/contrib/traceroute/traceroute.c >=20 > Picking up a random traceroute commit here. I am not sure of the = history > but don't we try to upstream the fixes for contrib/* things, in = general?=20 The last version was release 12 years ago. They where integrated in https://svnweb.freebsd.org/base?view=3Drevision&revision=3D100787 I can submit the patches also to traceroute@ee.lbl.gov as indicated in = https://svnweb.freebsd.org/base/head/contrib/traceroute/FREEBSD-upgrade?vi= ew=3Dmarkup Thanks for making me aware of it. Best regards Michael >=20 > I am just curious. Thanks for the fixes, btw. >=20 > Cheers, > Hiren