aboutsummaryrefslogtreecommitdiff
path: root/net/scamper
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2016-06-23 11:05:32 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2016-06-23 11:05:32 +0000
commit15abeeddb465c6c9e4115f54373b4a5c29491f78 (patch)
treee5c7a186dc826cba910fcdc1b1a6cc9265899d46 /net/scamper
parent9611adc7cf9f8e75004704a08b3a9cf7bb015ec4 (diff)
downloadports-15abeeddb465c6c9e4115f54373b4a5c29491f78.tar.gz
ports-15abeeddb465c6c9e4115f54373b4a5c29491f78.zip
- 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)
Notes
Notes: svn path=/head/; revision=417362
Diffstat (limited to 'net/scamper')
-rw-r--r--net/scamper/Makefile5
-rw-r--r--net/scamper/distinfo5
2 files changed, 7 insertions, 3 deletions
diff --git a/net/scamper/Makefile b/net/scamper/Makefile
index 9b004878ace7..f0492000ba64 100644
--- a/net/scamper/Makefile
+++ b/net/scamper/Makefile
@@ -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
diff --git a/net/scamper/distinfo b/net/scamper/distinfo
index 358f9fb12ab5..948132902c3c 100644
--- a/net/scamper/distinfo
+++ b/net/scamper/distinfo
@@ -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