Bug 265926 - net/scamper: update to 20211212b
Summary: net/scamper: update to 20211212b
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: Nuno Teixeira
URL: https://mailman.caida.org/pipermail/s...
Keywords:
Depends on:
Blocks:
 
Reported: 2022-08-18 10:04 UTC by mjl
Modified: 2022-08-18 15:23 UTC (History)
1 user (show)

See Also:


Attachments
update scamper to 20211212b (1.31 KB, patch)
2022-08-18 10:04 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 2022-08-18 10:04:14 UTC
Created attachment 235986 [details]
update scamper to 20211212b

Changes from 20211212:

scamper:
* in hostname code, handle nameserver lines with comments in them (20211212)
* add an option (-O cafile=/path/to/file) to load CA certificates
 from a specific file when starting scamper for validating a
 remote controller's certificate (this was released in 20211212a)
* add options
 -O client-certfile=/path/to/certfile and
 -O client-privfile=/path/to/privfile
 to have scamper present a client certificate during a TLS handshake
 with a remote controller
* fix bugs that prevent scamper from reconnecting to a remote
 controller
* fix -d debugfile when scamper is built with privilege separation
* fix bug when writing neighbordisc measurements to warts file that
 prevents a neighbordisc measurement from being read
* fix bug when reading some tracelb measurements with unresponsive hops
 from a warts file
* allow user to specify fractions of a second to ping timeout (-W)
* use a random source port / ICMP ID in ping if -F 0

sc_remoted:
* fix logic to handle TLSv1.3 handshakes (20211212)
* add -C option to specify a CA PEM file to verify client certificates
 presented by scamper instances.
* add -O skipnameverification option to tell sc_remoted to verify
 scamper presents a certificate signed by the CA, but do not do
 name verification

sc_hoiho:
* add the ability to learn regular expressions that extract
  network names from router hostnames, documented in the
  sc_hoiho man page
Comment 1 commit-hook freebsd_committer freebsd_triage 2022-08-18 15:23:07 UTC
A commit in branch main references this bug:

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

commit cc400cb8be1339e2b00889b610c69c00cc09c2a6
Author:     MJL <mjl@luckie.org.nz>
AuthorDate: 2022-08-18 15:20:40 +0000
Commit:     Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2022-08-18 15:22:34 +0000

    net/scamper: Update to 20211212b

    ChangeLog:      https://mailman.caida.org/pipermail/scamper-announce/2022-August/000025.html
    PR:             265926

 net/scamper/Makefile  | 2 +-
 net/scamper/distinfo  | 6 +++---
 net/scamper/pkg-plist | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)
Comment 2 Nuno Teixeira freebsd_committer freebsd_triage 2022-08-18 15:23:55 UTC
Committed, thanks!