pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/scamper
Module Name: pkgsrc
Committed By: wiz
Date: Thu Jun 5 06:31:37 UTC 2025
Modified Files:
pkgsrc/net/scamper: Makefile distinfo
Log Message:
scamper: update to 20250603.
>From mjl in PR 59457.
scamper:
* add initial streaming implementation of trace and ping, document
existence in man page
* reload scamper config file with SIGHUP, document signal handling
in man page
* fix scamper_trace_reply_dup
* restructure recording of probes in do_trace_probe
* tbit: dl_* -> tbit_* so that we don't have a function named dl_data,
which causes a compiler error on solaris
* HEADS UP: it is my intention to remove the following command line
options from scamper in a future release, probably making them
available some other way:
-l listname (name to assign to default list)
-L listid (list id for default list)
-C cycleid (cycle id)
libscamperfile:
* add scamper_[trace|ping|tracelb|dealias]_totext, which provide an
interface to get the same text rendering supplied by scamper
* add scamper_trace_pmtud_noteiter functions
* ensure pointers are not null before dereferencing them when rendering
path MTU text output
* fix json rendering of traceroute probes with no response after
stop_hop
* remove potential memory leak rendering MTU information in trace text
* bump libscamperfile version
Python module:
* implement str() for ScamperPing, ScamperTrace, and ScamperTracelb,
which provides the same text rendering that would have been supplied
by scamper
* add ScamperTracePmtudNote and ScamperTracePmtud.notes()
* update docs: https://www.caida.org/catalog/software/scamper/python/
tests:
* add unit_text to check text rendering
* add unit_json to check json rendering
* add fuzz_warts2text to find bugs in text rendering with malformed
warts
* add trace unit test case: traceroute probes with no response
* replace fuzz-tmux.sh with fuzz-tmux.pl, which better aligns with
my workflow
misc:
* silence clang dead initialization warnings
To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/net/scamper/Makefile
cvs rdiff -u -r1.19 -r1.20 pkgsrc/net/scamper/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/net/scamper/Makefile
diff -u pkgsrc/net/scamper/Makefile:1.22 pkgsrc/net/scamper/Makefile:1.23
--- pkgsrc/net/scamper/Makefile:1.22 Tue May 6 07:28:05 2025
+++ pkgsrc/net/scamper/Makefile Thu Jun 5 06:31:37 2025
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.22 2025/05/06 07:28:05 wiz Exp $
+# $NetBSD: Makefile,v 1.23 2025/06/05 06:31:37 wiz Exp $
#
-DISTNAME= scamper-cvs-20250505
+DISTNAME= scamper-cvs-20250603
PKGNAME= ${DISTNAME:S/-cvs//}
CATEGORIES= net
MASTER_SITES= http://www.caida.org/catalog/software/scamper/code/
Index: pkgsrc/net/scamper/distinfo
diff -u pkgsrc/net/scamper/distinfo:1.19 pkgsrc/net/scamper/distinfo:1.20
--- pkgsrc/net/scamper/distinfo:1.19 Tue May 6 07:28:05 2025
+++ pkgsrc/net/scamper/distinfo Thu Jun 5 06:31:37 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.19 2025/05/06 07:28:05 wiz Exp $
+$NetBSD: distinfo,v 1.20 2025/06/05 06:31:37 wiz Exp $
-BLAKE2s (scamper-cvs-20250505.tar.gz) = 73b2a3c58c026bb51fdc9f1ba817c4e5e4454c9ddc9479f42054cf2d38ac91e5
-SHA512 (scamper-cvs-20250505.tar.gz) = 9e8b7e2556506d2f7db815f9d4850449612fdc48aa932f8b43dedbb767fdc551be33dafe78b2cb1fecc966bd2b7782a448fa1581a21eda9143e8196b34633df4
-Size (scamper-cvs-20250505.tar.gz) = 3237527 bytes
+BLAKE2s (scamper-cvs-20250603.tar.gz) = c775304ca229fec4c47e881b744bf09478fdeac6087979a48f3f818d9f390516
+SHA512 (scamper-cvs-20250603.tar.gz) = e88021c9fff04526afe3c170e140d2101cc86b33c5ca35f4d95479080c7576c1234b3985f0841ae92a53d5a217792a0c64ab0245510733bd26d15bb1e692d238
+Size (scamper-cvs-20250603.tar.gz) = 3255542 bytes
Home |
Main Index |
Thread Index |
Old Index