- Update to version 20240122:

* scamper
  * fix regression in 20240117 where trace -W 0 (probe as soon as
    there's a response) was not accepted, despite being the default.
    add unit test for this.
  * for trace, improve probe and reply matching of UDP packets
  * fix printing UDP responses to traceroute probes in scamper -O text output
  * for trace section of scamper.1 man page, document -O const-payload,
    and expand documentation for -O dl.
 * python module:
  * ship scamper release with a the C source code pre-generated for the
    python module, so that the build process does not require a cython
    installation.  bootstrap.pl will build the C source code unless told
    not to via --without-cython
  * rename ScamperPing.reply_count to ScamperPing.stop_count, as the
    reply_count attribute meant something different on a ScamperPing
    object than what it means with ScamperDealiasProbe, etc
 * sc_remoted:
  * expand sc_remoted.1 manual page with information about validating
    scamper client TLS certificates, and how to use -M monitor-name.

OBS-URL: https://build.opensuse.org/package/show/network:utilities/scamper?expand=0&rev=61
This commit is contained in:
Sebastian Wagner 2024-02-05 13:05:30 +00:00 committed by Git OBS Bridge
parent db3c5b4063
commit 27e30edc2b
4 changed files with 28 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:dd3203ddcba6192160c40aeaab1aee6ce35da7f2516b34a12117f51dda622562
size 2369882

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7f7bf66bde9dc8819e4ef929afdf32aa1968763835258b12fb19cca04b2f9818
size 2790285

View File

@ -1,3 +1,27 @@
-------------------------------------------------------------------
Mon Feb 5 12:59:00 UTC 2024 - Sebastian Wagner <sebix@sebix.at>
- Update to version 20240122:
* scamper
* fix regression in 20240117 where trace -W 0 (probe as soon as
there's a response) was not accepted, despite being the default.
add unit test for this.
* for trace, improve probe and reply matching of UDP packets
* fix printing UDP responses to traceroute probes in scamper -O text output
* for trace section of scamper.1 man page, document -O const-payload,
and expand documentation for -O dl.
* python module:
* ship scamper release with a the C source code pre-generated for the
python module, so that the build process does not require a cython
installation. bootstrap.pl will build the C source code unless told
not to via --without-cython
* rename ScamperPing.reply_count to ScamperPing.stop_count, as the
reply_count attribute meant something different on a ScamperPing
object than what it means with ScamperDealiasProbe, etc
* sc_remoted:
* expand sc_remoted.1 manual page with information about validating
scamper client TLS certificates, and how to use -M monitor-name.
-------------------------------------------------------------------
Wed Jan 17 07:35:36 UTC 2024 - Sebastian Wagner <sebix@sebix.at>

View File

@ -18,7 +18,7 @@
Name: scamper
Version: 20240117
Version: 20240122
Release: 0
Summary: Parallel Internet measurement utility
License: GPL-2.0-only