[Bug 269794] net/scamper: update to 20230224

From: <bugzilla-noreply_at_freebsd.org>
Date: Fri, 24 Feb 2023 03:02:50 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=269794

            Bug ID: 269794
           Summary: net/scamper: update to 20230224
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs@FreeBSD.org
          Reporter: mjl@luckie.org.nz

Created attachment 240359
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=240359&action=edit
update net/scamper to 20230224

Maintainer update scamper to 20230224.

ChangeLog:
https://mailman.caida.org/pipermail/scamper-announce/2023-February/000029.html

scamper:
* allow multiple parallel measurements to the same destination,
  provided the measurements have probe signatures that scamper can
  distinguish.
* return the associated task ID with each DATA blob in control socket.
  this task ID matches the ID returned in an OK when scamper accepted
  the task.
* in ping, only compute delay statistics on responses from destination.
* in ping, allow timeout to be expressed in fractions of a second.

libscamperfile:
* support reading gz-compressed warts files.

libscamperctrl:
* add libscamperctrl, a library to interact with a collection of
  scamper instances.
* modify sc_ally, sc_filterpolicy, sc_prefixscan, sc_speedtrap, and
  sc_pinger to use this library.
* this library is likely to evolve.  current behaviour is documented
  in libscamperctrl manual page.

misc:
* improve sc_wartsfilter manual page with examples.
* add remote control socket support to sc_pinger.
* fix kqueue/epoll loop in sc_remoted.
* consistently use size_t throughout when counting number of items.
* build without warnings using -Wextra -Wno-unused-parameter.
* improvements through adding function attributes to printf-like
  functions.
* deorbit some unused functions from utils.c.

-- 
You are receiving this mail because:
You are the assignee for the bug.