Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 Jun 2016 11:05:32 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r417362 - head/net/scamper
Message-ID:  <201606231105.u5NB5WSP013179@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201606231105.u5NB5WSP013179>