Bug 202172 - [maintainer] net/scamper: update to 20141211a
Summary: [maintainer] net/scamper: update to 20141211a
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Jan Beich
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-08-08 07:18 UTC by mjl
Modified: 2015-08-16 03:06 UTC (History)
0 users

See Also:


Attachments
update scamper to 20141211a (1.22 KB, patch)
2015-08-08 07:18 UTC, mjl
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description mjl 2015-08-08 07:18:31 UTC
Created attachment 159658 [details]
update scamper to 20141211a

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.
Comment 1 commit-hook freebsd_committer freebsd_triage 2015-08-16 02:49:37 UTC
A commit references this bug:

Author: jbeich
Date: Sun Aug 16 02:49:30 UTC 2015
New revision: 394375
URL: https://svnweb.freebsd.org/changeset/ports/394375

Log:
  net/scamper: update to 20141211a

  Changes:	https://rommie.caida.org/pipermail/scamper-announce/2015-August/000003.html
  PR:		202172
  Submitted by:	mjl@luckie.org.nz (maintainer)

Changes:
  head/net/scamper/Makefile
  head/net/scamper/distinfo
  head/net/scamper/pkg-plist
Comment 2 Jan Beich freebsd_committer freebsd_triage 2015-08-16 03:06:31 UTC
Thanks. Committed.