From owner-svn-ports-head@freebsd.org Thu Jun 23 11:05:34 2016 Return-Path: Delivered-To: svn-ports-head@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 103B2B731DF; Thu, 23 Jun 2016 11:05:34 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C54B92971; Thu, 23 Jun 2016 11:05:33 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u5NB5WGb013181; Thu, 23 Jun 2016 11:05:32 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u5NB5WSP013179; Thu, 23 Jun 2016 11:05:32 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201606231105.u5NB5WSP013179@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Thu, 23 Jun 2016 11:05:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r417362 - head/net/scamper X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Jun 2016 11:05:34 -0000 Author: amdmi3 Date: Thu Jun 23 11:05:32 2016 New Revision: 417362 URL: https://svnweb.freebsd.org/changeset/ports/417362 Log: - Update to 20141211e - While here, add LICENSE From https://mailman.caida.org/pipermail/scamper-announce/2016-June/000007.html * fix dlist_rebuild so that the last node's prev pointer is set correctly. no released code (current or previous) has dlist_rebuild in its execution path. dealias: * store probedefs in a splaytree at run time, rather than an array, which makes insertion rapid. helps a lot with radargun. * store probedefs and exclude addresses in a list when parsing dealias command, rather than an array. * fix exclude addresses memory leak when parsing dealias command * when processing a response, if the address of the response is the target probed, use scamper_addr_use rather than go to address cache. * update scamper man page to state that the -w parameter to dealias takes wait-timeout in seconds, not milliseconds. ping: * in scamper_ping_v4ts_alloc, alloc enough memory for scamper_ping_v4ts_t, rather than the larger scamper_ping_reply_v4ts_t. tbit: * in tbit_reassemble, alloc enough memory for tbit_frag_t, rather than the larger tbit_frags_t. * in the JSON output, don't try and print the ptbsrc if it wasn't supplied (was null) * in the text output, print https where https was used, instead of http. * in the text and wartsdump output, adjust print format of fragmented packets sc_attach: * add the ability to connect to a scamper instance running on a different system. sc_tbitblind: * getopt returns an integer, not a char. important on arm. PR: 210459 Submitted by: mjl@luckie.org.nz (maintainer) Modified: head/net/scamper/Makefile head/net/scamper/distinfo Modified: head/net/scamper/Makefile ============================================================================== --- head/net/scamper/Makefile Thu Jun 23 10:44:29 2016 (r417361) +++ head/net/scamper/Makefile Thu Jun 23 11:05:32 2016 (r417362) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= scamper -PORTVERSION= 20141211d +PORTVERSION= 20141211e CATEGORIES= net ipv6 MASTER_SITES= http://www.caida.org/tools/measurement/scamper/code/ DISTNAME= ${PORTNAME}-cvs-${PORTVERSION} @@ -9,6 +9,9 @@ DISTNAME= ${PORTNAME}-cvs-${PORTVERSION} MAINTAINER= mjl@luckie.org.nz COMMENT= Tool for parallelised IPv4 and IPv6 measurement +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING + USES= gmake libtool GNU_CONFIGURE= yes USE_LDCONFIG= yes Modified: head/net/scamper/distinfo ============================================================================== --- head/net/scamper/distinfo Thu Jun 23 10:44:29 2016 (r417361) +++ head/net/scamper/distinfo Thu Jun 23 11:05:32 2016 (r417362) @@ -1,2 +1,3 @@ -SHA256 (scamper-cvs-20141211d.tar.gz) = 5887f2ba5f213600908be6b4cbb009218b65d98d7dcb8581f9d36c0a2f740784 -SIZE (scamper-cvs-20141211d.tar.gz) = 1465618 +TIMESTAMP = 1466585209 +SHA256 (scamper-cvs-20141211e.tar.gz) = 5b8c81a6e4703253625e872323a7c16242a13de0d8edd3ec5ff8441d43f40a29 +SIZE (scamper-cvs-20141211e.tar.gz) = 1490272