diff options
author | bsiegert <bsiegert@pkgsrc.org> | 2015-12-28 12:15:19 +0000 |
---|---|---|
committer | bsiegert <bsiegert@pkgsrc.org> | 2015-12-28 12:15:19 +0000 |
commit | 4280ae2d854ebd4639ee28eb5a12a1952bc9e3a7 (patch) | |
tree | 707eeb785161c3e7267e37f8dd54eb63fd712cc7 /net/scamper/Makefile | |
parent | 8153fe261b033cd7e51472b3f39b1a10c14b33b3 (diff) | |
download | pkgsrc-4280ae2d854ebd4639ee28eb5a12a1952bc9e3a7.tar.gz |
Update net/scamper to 20141211a. From maintainer in PR pkg/50138.
From https://rommie.caida.org/pipermail/scamper-announce/2015-August/000003.html
* provide the ability for scamper's control socket to bind to a
specific address. this allows external systems to contact and drive
scamper processes. a more secure solution will follow in a month or
two.
* when converting the source port of a control socket client to a
string, print it in host byte order rather than network byte order
* add a TBT (too-big-trick) option to ping, use it in sc_speedtrap. a
simple optimisation to send up to M packets to get N fragmented
responses.
* if an input list to sc_speedtrap contains the same IP address twice,
ignore the duplicate address, rather than crash later.
* use a quicksort with a 3-way partition. will make scamper more
efficient in many places.
* add sc_warts2csv for samknows
* fix sc_tracediff so that it doesn't crash if the two warts files
being compared traceroute to different sets of addresses. reported
by Job Snijders.
Diffstat (limited to 'net/scamper/Makefile')
-rw-r--r-- | net/scamper/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/scamper/Makefile b/net/scamper/Makefile index e62b8b9c967..77bc5f4cf68 100644 --- a/net/scamper/Makefile +++ b/net/scamper/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.16 2014/11/16 05:17:24 markd Exp $ +# $NetBSD: Makefile,v 1.17 2015/12/28 12:15:19 bsiegert Exp $ # -DISTNAME= scamper-cvs-20141101 +DISTNAME= scamper-cvs-20141211a PKGNAME= ${DISTNAME:S/-cvs//} CATEGORIES= net MASTER_SITES= http://www.caida.org/tools/measurement/scamper/code/ |