aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Luckie <mjl@luckie.org.nz>2023-10-06 17:26:40 +0000
committerRobert Clausecker <fuz@FreeBSD.org>2023-10-09 07:43:10 +0000
commit9c5968fed39fc53b5ec7f997834072d97e9f1fb2 (patch)
tree6eefbf0c637463da0666906b25adcd407caa8ea7
parent3c9adc67269da642f669f577966c813f615456cd (diff)
downloadports-9c5968fed39fc53b5ec7f997834072d97e9f1fb2.tar.gz
ports-9c5968fed39fc53b5ec7f997834072d97e9f1fb2.zip
net/scamper: update to 20230614c
This update fixes the build on 15-CURRENT. scamper: * fix compile-on-windows support; use icmp-echo probes instead of UDP probes for traceroute on windows; provide "attach" support on windows. * fix compile-on-FreeBSD-15+ where pf firewall does not have DIOCGETSTATUS ioctl * in scamper's remote control (-R option), fix file descriptor leak when unable to reconnect to the remote controller. * add --disable-scamper-trace --disable-scamper-ping --disable-scamper-tracelb --disable-scamper-dealias --disable-scamper-tbit --disable-scamper-sting --disable-scamper-sniff --disable-scamper-host configure options to build scamper without specific measurement capabilities. sc_attach: * add windows support Changelog: https://mailman.caida.org/pipermail/scamper-announce/2023-October/000036.html PR: 274287 MFH: 2023Q4 (cherry picked from commit 1678e38dfb804af17f8b9c5d146ed63be6a522e3)
-rw-r--r--net/scamper/Makefile2
-rw-r--r--net/scamper/distinfo6
2 files changed, 4 insertions, 4 deletions
diff --git a/net/scamper/Makefile b/net/scamper/Makefile
index 704ed8526f9b..599424c861ab 100644
--- a/net/scamper/Makefile
+++ b/net/scamper/Makefile
@@ -1,5 +1,5 @@
PORTNAME= scamper
-PORTVERSION= 20230614b
+PORTVERSION= 20230614c
CATEGORIES= net
MASTER_SITES= https://www.caida.org/catalog/software/scamper/code/
DISTNAME= ${PORTNAME}-cvs-${PORTVERSION}
diff --git a/net/scamper/distinfo b/net/scamper/distinfo
index f521450dfb8a..15cae9f5b7eb 100644
--- a/net/scamper/distinfo
+++ b/net/scamper/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1691906233
-SHA256 (scamper-cvs-20230614b.tar.gz) = d02af6902ffdeb718349b84113df3dc415ce8e40c6e42bb739756274d9ac4cfa
-SIZE (scamper-cvs-20230614b.tar.gz) = 2201320
+TIMESTAMP = 1696494364
+SHA256 (scamper-cvs-20230614c.tar.gz) = 50a58ed36c7e7a4045717c5acc82b510bd2ad329f3b336b3504118e0280ad9ca
+SIZE (scamper-cvs-20230614c.tar.gz) = 2214550