Bug 221705 - net/scamper: update to 20170822
Summary: net/scamper: update to 20170822
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: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-08-21 23:09 UTC by mjl
Modified: 2017-08-22 02:12 UTC (History)
0 users

See Also:
mjl: maintainer-feedback+


Attachments
update net/scamper to 20170822 (991 bytes, patch)
2017-08-21 23:09 UTC, mjl
mjl: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description mjl 2017-08-21 23:09:55 UTC
Created attachment 185656 [details]
update net/scamper to 20170822

Changelog at

https://mailman.caida.org/pipermail/scamper-announce/2017-August/000011.html

SHA256 (scamper-cvs-20170822.tar.gz) = b239f3c302a4c39b329835794b31a9c80da2b2b43baa674ad881a78f4fc5892c
SIZE (scamper-cvs-20170822.tar.gz) = 1670353

scamper:
* replace recursive versions of some functions with iterative versions.
* add cycle-start and cycle-stop json record implementations.
* fix traceroute json record: the hop transmit time value it reported
  was junk.
* add support for sending json over the control socket.  use
  "attach format json" to get this mode; "attach" by itself still
  returns uuencoded warts.  Initial patch supplied by Young Hyun.
* fix possible memory leaks detected with static analysis.
* quality assurance on research paper cites in manual pages.
* spelling errors noticed by Iain R. Learmonth.

sc_ally:
* add feature to dump inferred aliases from the collected data.

sc_speedtrap:
* add threaded implementation of pairwise comparison to form candidate
  alias sets, if pthreads are detected at compilation time and
  --disable-threads configure option is not supplied.

sc_uptime:
* new scamper driver to infer IPv6 device reboot windows if the device
  returns an incrementing identifier field in the IPv6 fragmentation
  header.  the driver is not built by default, as it expects sqlite3.
  use --with-sc_uptime configure option to build.
  https://www.caida.org/~mjl/pubs/spf.pdf
Comment 1 commit-hook freebsd_committer freebsd_triage 2017-08-22 02:12:42 UTC
A commit references this bug:

Author: swills
Date: Tue Aug 22 02:11:40 UTC 2017
New revision: 448506
URL: https://svnweb.freebsd.org/changeset/ports/448506

Log:
  net/scamper: update to 20170822

  PR:		221705
  Submitted by:	mjl@luckie.org.nz (maintainer)

Changes:
  head/net/scamper/Makefile
  head/net/scamper/distinfo
Comment 2 Steve Wills freebsd_committer freebsd_triage 2017-08-22 02:12:56 UTC
Committed, thanks!