Bug 269794 - net/scamper: update to 20230224
Summary: net/scamper: update to 20230224
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: Robert Clausecker
URL: https://mailman.caida.org/pipermail/s...
Keywords:
Depends on:
Blocks:
 
Reported: 2023-02-24 03:02 UTC by mjl
Modified: 2023-02-27 22:52 UTC (History)
1 user (show)

See Also:


Attachments
update net/scamper to 20230224 (1.70 KB, patch)
2023-02-24 03:02 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 2023-02-24 03:02:50 UTC
Created attachment 240359 [details]
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.
Comment 1 Robert Clausecker freebsd_committer freebsd_triage 2023-02-24 09:50:31 UTC
Take.

Will switch to DISTVERSION as per policy.
Comment 2 commit-hook freebsd_committer freebsd_triage 2023-02-27 22:50:14 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=02bcbfa4cd12c604c14f0083fa7e276e73f1888c

commit 02bcbfa4cd12c604c14f0083fa7e276e73f1888c
Author:     Matthew Luckie <mjl@luckie.org.nz>
AuthorDate: 2023-02-24 09:51:33 +0000
Commit:     Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2023-02-27 22:47:10 +0000

    net/scamper: update to 20230224

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

    PR:             269794
    Approved by:    flo (mentor)
    Differential Revision: https://reviews.freebsd.org/D38776

 net/scamper/Makefile  |  2 +-
 net/scamper/distinfo  |  6 +++---
 net/scamper/pkg-plist | 10 ++++++++--
 3 files changed, 12 insertions(+), 6 deletions(-)
Comment 3 Robert Clausecker freebsd_committer freebsd_triage 2023-02-27 22:52:34 UTC
Thank you for your contribution.