From owner-svn-ports-all@freebsd.org Thu Dec 31 01:35:13 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id ED1C8A56023; Thu, 31 Dec 2015 01:35:13 +0000 (UTC) (envelope-from kevlo@ns.kevlo.org) Received: from ns.kevlo.org (220-135-115-6.HINET-IP.hinet.net [220.135.115.6]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "ns.kevlo.org", Issuer "ns.kevlo.org" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 9766A18DD; Thu, 31 Dec 2015 01:35:12 +0000 (UTC) (envelope-from kevlo@ns.kevlo.org) Received: from ns.kevlo.org (localhost [127.0.0.1]) by ns.kevlo.org (8.14.9/8.14.9) with ESMTP id tBV1YX64026162 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Thu, 31 Dec 2015 09:34:33 +0800 (CST) (envelope-from kevlo@ns.kevlo.org) Received: (from kevlo@localhost) by ns.kevlo.org (8.14.9/8.14.9/Submit) id tBV1YXAD026161; Thu, 31 Dec 2015 09:34:33 +0800 (CST) (envelope-from kevlo) Date: Thu, 31 Dec 2015 09:34:32 +0800 From: Kevin Lo To: Mathieu Arnold Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r404246 - in head/net: hping hping-devel hping-devel/files hping/files Message-ID: <20151231013432.GA26154@ns.kevlo.org> References: <201512221551.tBMFp1X3058756@repo.freebsd.org> <64545745853C97557CF496B3@ogg.in.absolight.net> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <64545745853C97557CF496B3@ogg.in.absolight.net> User-Agent: Mutt/1.5.23 (2014-03-12) X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Dec 2015 01:35:14 -0000 On Wed, Dec 30, 2015 at 11:34:01AM +0100, Mathieu Arnold wrote: > +--On 22 décembre 2015 15:51:01 +0000 Kevin Lo wrote: > | Author: kevlo > | Date: Tue Dec 22 15:51:01 2015 > | New Revision: 404246 > | URL: https://svnweb.freebsd.org/changeset/ports/404246 > | > | Log: > | - Fix the error "[send_ip] sendto: Invalid argument"; ip_len and ip_tos > | must be provided in host byte order. - Fix build with arm > > After this update, I get: > > # /usr/local/sbin/hping -q -n -c 5 -S 37.60.156.14 > HPING 37.60.156.14 (bge0.2001 37.60.156.14): S set, 40 headers + 0 data > bytes > [send_ip] sendto: Invalid argument > > My nagios is not happy. Hmm, which version of FreeBSD are you running? It works for me on -CURRENT. > -- > Mathieu Arnold Kevin