Accepting request 1226006 from network:utilities
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/1226006 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/scamper?expand=0&rev=32
This commit is contained in:
commit
7712fcbe96
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:02d242c577e31d61d3babec0a088e997f3c96bcc517f6d2ad35eb41cf1c5f616
|
||||
size 2958904
|
3
scamper-cvs-20241112.tar.gz
Normal file
3
scamper-cvs-20241112.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:80fe8339b86bbfbf45c80c2a34fe55b92008588af3e541c34ce364ae27de7edc
|
||||
size 2973993
|
@ -1,3 +1,35 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 16 17:58:30 UTC 2024 - Sebastian Wagner <sebix@sebix.at>
|
||||
|
||||
- update to version 20241112:
|
||||
* scamper:
|
||||
* check bound source address when attempting to reuse open sockets.
|
||||
* bind to the specified source address with for all udp6 sockets used
|
||||
with udp-sport ping method.
|
||||
* finalize task signatures for ping, trace, udpprobe, and dealias
|
||||
immediately before tasks begin probing to provide more ability for
|
||||
parallel measurements to the same destinations.
|
||||
* python module:
|
||||
* correct bugs in documentation
|
||||
* add to_json() to all measurement types where there's a scamper json
|
||||
rendering
|
||||
* libscamperfile:
|
||||
* fix memory leaks on malformed warts input
|
||||
* add scamper_*_tojson functions for dealias, host, ping, tbit, trace,
|
||||
tracelb, and udpprobe
|
||||
* move Makefile rules for libscamperfile from scamper/Makefile.am into
|
||||
lib/libscamperfile/Makefile.am
|
||||
* sc_speedtrap:
|
||||
* add -R /path/to/socket to enable speedtrap to use a remote scamper
|
||||
instance
|
||||
* add -v to emit version of scamper release the utility came from
|
||||
* update man page with documentation
|
||||
* configure:
|
||||
* add --disable-utils and --disable-libs options to configure, to control
|
||||
how much of the scamper package is actually built.
|
||||
* update to serial 37 of ax_python_devel.m4 and serial 8 of
|
||||
ax_gcc_builtin.m4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 23 07:17:26 UTC 2024 - Sebastian Wagner <sebix@sebix.at>
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
Name: scamper
|
||||
Version: 20240920
|
||||
Version: 20241112
|
||||
Release: 0
|
||||
Summary: Parallel Internet measurement utility
|
||||
License: GPL-2.0-only
|
||||
|
Loading…
Reference in New Issue
Block a user