From b0021fd2e08b1fbfe860ae961a507e187859356a283c8bbd4aa34cccd742b6f1 Mon Sep 17 00:00:00 2001 From: Sebastian Wagner Date: Tue, 7 Jan 2020 09:29:43 +0000 Subject: [PATCH] -update to version 20191102: * scamper * escape hostname in json output for tracelb * use length parameters when parsing hostname responses, from Marianne Fletcher * sc_bdrmap * add a -O noalias option to tell bdrmap to not do alias resolution. * update -C documentation in the sc_bdrmap.1 man page * fix a memory leak of trace objects in -d traces * print RTT in -d traces * add an -M option to help corner cases with private and IXP addresses * relax heuristics to allow VPs to claim routers with IP2AS when no other router assignments can take place * turn off analytical interface alias resolution heuristics by default * sc_hoiho * change -O verbose to -O debug to better reflect what it does. * change tpa to atp to be consistent with language in paper https://www.caida.org/~mjl/pubs/rnc.pdf * free a malloc, pointed out by clang static analysis * add support for reading -d 3 output, which is the format of regular expressions provided in the data supplement: http://data.caida.org/datasets/supplement/2019-imc-hoiho/ * sc_uptime * add a metadata table to be able to track metadata across sc_uptime invocations, from Marianne Fletcher * fix an error message when trying to create a database that already exists. OBS-URL: https://build.opensuse.org/package/show/network:utilities/scamper?expand=0&rev=21 --- scamper-cvs-20190916.tar.gz | 3 --- scamper-cvs-20191102.tar.gz | 3 +++ scamper.changes | 31 +++++++++++++++++++++++++++++++ scamper.spec | 6 +++--- 4 files changed, 37 insertions(+), 6 deletions(-) delete mode 100644 scamper-cvs-20190916.tar.gz create mode 100644 scamper-cvs-20191102.tar.gz diff --git a/scamper-cvs-20190916.tar.gz b/scamper-cvs-20190916.tar.gz deleted file mode 100644 index 0d2fe47..0000000 --- a/scamper-cvs-20190916.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e70ae651ec5af0bae50908c9e74d2c0f45f906b61289be917cbe1898cfef5d21 -size 1828616 diff --git a/scamper-cvs-20191102.tar.gz b/scamper-cvs-20191102.tar.gz new file mode 100644 index 0000000..afa22b8 --- /dev/null +++ b/scamper-cvs-20191102.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5f1856546a30d8362377a1489de8c566c31c3b93744909cf6bea5b7cbd92645 +size 1837731 diff --git a/scamper.changes b/scamper.changes index 500860f..bf73652 100644 --- a/scamper.changes +++ b/scamper.changes @@ -1,3 +1,34 @@ +------------------------------------------------------------------- +Mon Jan 6 19:30:11 UTC 2020 - Sebastian Wagner + +-update to version 20191102: + * scamper + * escape hostname in json output for tracelb + * use length parameters when parsing hostname responses, from + Marianne Fletcher + * sc_bdrmap + * add a -O noalias option to tell bdrmap to not do alias resolution. + * update -C documentation in the sc_bdrmap.1 man page + * fix a memory leak of trace objects in -d traces + * print RTT in -d traces + * add an -M option to help corner cases with private and IXP addresses + * relax heuristics to allow VPs to claim routers with IP2AS when no + other router assignments can take place + * turn off analytical interface alias resolution heuristics by default + * sc_hoiho + * change -O verbose to -O debug to better reflect what it does. + * change tpa to atp to be consistent with language in paper + https://www.caida.org/~mjl/pubs/rnc.pdf + * free a malloc, pointed out by clang static analysis + * add support for reading -d 3 output, which is the format of + regular expressions provided in the data supplement: + http://data.caida.org/datasets/supplement/2019-imc-hoiho/ + * sc_uptime + * add a metadata table to be able to track metadata across sc_uptime + invocations, from Marianne Fletcher + * fix an error message when trying to create a database that + already exists. + ------------------------------------------------------------------- Wed Sep 18 19:37:58 UTC 2019 - Sebastian Wagner diff --git a/scamper.spec b/scamper.spec index 92bfc64..c2bcd73 100644 --- a/scamper.spec +++ b/scamper.spec @@ -1,7 +1,7 @@ # # spec file for package scamper # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # Copyright (c) 2016, Martin Hauke # # All modifications and additions to the file contributed by third parties @@ -18,12 +18,12 @@ Name: scamper -Version: 20190916 +Version: 20191102 Release: 0 Summary: Parallel Internet measurement utility License: GPL-2.0-only Group: Productivity/Networking/Diagnostic -Url: https://www.caida.org/tools/measurement/scamper/ +URL: https://www.caida.org/tools/measurement/scamper/ Source: https://www.caida.org/tools/measurement/%{name}/code/%{name}-cvs-%{version}.tar.gz BuildRequires: libopenssl-devel BuildRequires: pkgconfig