Bug 206148 - net/scamper: update to 20141211d
Summary: net/scamper: update to 20141211d
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: Wen Heping
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-01-12 08:17 UTC by mjl
Modified: 2016-01-12 08:59 UTC (History)
1 user (show)

See Also:


Attachments
update scamper to 20141211d (944 bytes, patch)
2016-01-12 08:17 UTC, mjl
koobs: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description mjl 2016-01-12 08:17:30 UTC
Created attachment 165422 [details]
update scamper to 20141211d

update scamper to 20141211d

From

https://mailman.caida.org/pipermail/scamper-announce/2016-January/000006.html


scamper:
* fix memory leak when receiving TCP responses in tracelb.
* do not use the global address cache in tracelb: use a local one.
* in qsort with 3-way partition, do not compare items against
  themselves.
* improve performance of warts_addr_t code
* use calloc instead of malloc() -> memset(0) on systems where calloc
  is available.
* do not use the global address cache in ping: most responses are
  either from the destination, or from the same IP address, so
  optimize for that.
Comment 1 commit-hook freebsd_committer freebsd_triage 2016-01-12 08:25:03 UTC
A commit references this bug:

Author: wen
Date: Tue Jan 12 08:24:38 UTC 2016
New revision: 405837
URL: https://svnweb.freebsd.org/changeset/ports/405837

Log:
  - Update to 20141211d

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

Changes:
  head/net/scamper/Makefile
  head/net/scamper/distinfo