Bug 212227 - net/scamper update to 20141211f
Summary: net/scamper update to 20141211f
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Dmitry Marakasov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-08-28 23:45 UTC by mjl
Modified: 2016-08-29 09:38 UTC (History)
0 users

See Also:


Attachments
update scamper to 20141211f (995 bytes, patch)
2016-08-28 23:45 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 2016-08-28 23:45:00 UTC
Created attachment 174168 [details]
update scamper to 20141211f

From changelog at:

https://mailman.caida.org/pipermail/scamper-announce/2016-August/000008.html

scamper
 * support for PF firewall, usage documented in scamper man page
 * for the IPFW firewall, take a mandatory parameter specifying
   acceptable rule number range to use, usage documented in
   scamper man page.
 * support probing on upcoming FreeBSD 11 which now sends and
   receives packets in network byte order on raw sockets
 * if the user specifies a ip:port for a listening control socket,
   do not free a temporary string before converting port part
   to an integer
 * if an unprintable character is received in an attached control
   socket, free the source so the disconnection code will proceed
 * fix memory leaks pointed out by clang
 * when reading the kernel version string, be sure to get the last
   number in the string, even if it is something like 6.0.1a
 * when using kernel versions, ensure the assumed number of dots
   are present
 * when building in debug mode and with privsep, chroot.
 * in privsep code, drop msg_accrights special case, which was
   dead code, as solaris has had msg_accrights for a while now.
 * fix unaligned memory access when processing ARP and NDP responses
 * if traceroute probes no hops, still print out text record of
   the attempt if scamper's text output mode is being used.

sc_filterpolicy
 * fix spelling mistakes in sc_filterpolicy man page
Comment 1 commit-hook freebsd_committer freebsd_triage 2016-08-29 09:38:54 UTC
A commit references this bug:

Author: amdmi3
Date: Mon Aug 29 09:38:39 UTC 2016
New revision: 421047
URL: https://svnweb.freebsd.org/changeset/ports/421047

Log:
  - Update to 20141211f

  From changelog at:

  https://mailman.caida.org/pipermail/scamper-announce/2016-August/000008.html

  scamper
   * support for PF firewall, usage documented in scamper man page
   * for the IPFW firewall, take a mandatory parameter specifying
     acceptable rule number range to use, usage documented in
     scamper man page.
   * support probing on upcoming FreeBSD 11 which now sends and
     receives packets in network byte order on raw sockets
   * if the user specifies a ip:port for a listening control socket,
     do not free a temporary string before converting port part
     to an integer
   * if an unprintable character is received in an attached control
     socket, free the source so the disconnection code will proceed
   * fix memory leaks pointed out by clang
   * when reading the kernel version string, be sure to get the last
     number in the string, even if it is something like 6.0.1a
   * when using kernel versions, ensure the assumed number of dots
     are present
   * when building in debug mode and with privsep, chroot.
   * in privsep code, drop msg_accrights special case, which was
     dead code, as solaris has had msg_accrights for a while now.
   * fix unaligned memory access when processing ARP and NDP responses
   * if traceroute probes no hops, still print out text record of
     the attempt if scamper's text output mode is being used.

  sc_filterpolicy
   * fix spelling mistakes in sc_filterpolicy man page

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

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