From 5e6419ea458164f974890d880d120493a022a6f253f2a693b865012d350378b0 Mon Sep 17 00:00:00 2001 From: Sebastian Wagner Date: Thu, 29 Dec 2022 09:09:24 +0000 Subject: [PATCH] - Update to version 20211212e: - scamper: * gracefully handle situations where there is no /etc/resolv.conf, or no nameserver lines in an /etc/resolv.conf but a measurement or scamper-internal task wants to resolve a name * tidy up buggy prinf-like statements in scamper and some drivers. - warts/json: * in JSON output for ping, print the TCP/UDP src/dst ports or ICMP id/seq used in individual probe packets, * fix regression in libscamperfile so that it can read old warts files. OBS-URL: https://build.opensuse.org/package/show/network:utilities/scamper?expand=0&rev=41 --- scamper-cvs-20211212d.tar.gz | 3 --- scamper-cvs-20211212e.tar.gz | 3 +++ scamper.changes | 16 ++++++++++++++++ scamper.spec | 2 +- 4 files changed, 20 insertions(+), 4 deletions(-) delete mode 100644 scamper-cvs-20211212d.tar.gz create mode 100644 scamper-cvs-20211212e.tar.gz diff --git a/scamper-cvs-20211212d.tar.gz b/scamper-cvs-20211212d.tar.gz deleted file mode 100644 index 6a78829..0000000 --- a/scamper-cvs-20211212d.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ba85b4a2e175aac6d3a1f0ae6caad5afaf15c5d819ee23cd876fe16b7bb3a402 -size 2107359 diff --git a/scamper-cvs-20211212e.tar.gz b/scamper-cvs-20211212e.tar.gz new file mode 100644 index 0000000..ceb24d1 --- /dev/null +++ b/scamper-cvs-20211212e.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6da7064a08a16671a160baea926d0d304c38a441549a7c0dd7d0abf2e5e7a5f7 +size 2107608 diff --git a/scamper.changes b/scamper.changes index a837e65..b68f3e0 100644 --- a/scamper.changes +++ b/scamper.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Thu Dec 29 09:06:25 UTC 2022 - Sebastian Wagner + +- Update to version 20211212e: + - scamper: + * gracefully handle situations where there is no + /etc/resolv.conf, or no nameserver lines in an /etc/resolv.conf + but a measurement or scamper-internal task wants to resolve a + name + * tidy up buggy prinf-like statements in scamper and some drivers. + - warts/json: + * in JSON output for ping, print the TCP/UDP src/dst ports or + ICMP id/seq used in individual probe packets, + * fix regression in libscamperfile so that it can read old warts + files. + ------------------------------------------------------------------- Sat Nov 19 07:20:02 UTC 2022 - Sebastian Wagner diff --git a/scamper.spec b/scamper.spec index a1b8bbd..da33c22 100644 --- a/scamper.spec +++ b/scamper.spec @@ -18,7 +18,7 @@ Name: scamper -Version: 20211212d +Version: 20211212e Release: 0 Summary: Parallel Internet measurement utility License: GPL-2.0-only