- update to version 20181219:
OBS-URL: https://build.opensuse.org/package/show/network:utilities/scamper?expand=0&rev=15
This commit is contained in:
parent
0083089b14
commit
ff3c4b5fb9
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:f8e192a12439ccba712870a47fb0a239715f2c43a98df3d1ae6761fa688fe189
|
|
||||||
size 1709320
|
|
3
scamper-cvs-20181219.tar.gz
Normal file
3
scamper-cvs-20181219.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:fc80a079cd4db85860cf9b11118747bdbd2e33365e9b3456f7cf4403cc8241bc
|
||||||
|
size 1718968
|
@ -1,3 +1,55 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Dec 22 22:04:19 UTC 2018 - Sebastian Wagner <sebix+novell.com@sebix.at>
|
||||||
|
|
||||||
|
- update to version 20181219:
|
||||||
|
* scamper:
|
||||||
|
* json output format for tracelb (MDA traceroute)
|
||||||
|
* print an error message if an output file cannot be opened
|
||||||
|
* document (in warts.5) the offset variable in a warts traceroute record,
|
||||||
|
and scamper_trace_dtree_t
|
||||||
|
* use autoconf to check if X509_VERIFY_PARAM_set1_host is available,
|
||||||
|
rather than OpenSSL #defines that are not used consistently among
|
||||||
|
OpenSSL-like libraries.
|
||||||
|
* libscamperfile:
|
||||||
|
* don't crash on a zero length file, or other conditions where sf->type
|
||||||
|
is SCAMPER_FILE_NONE
|
||||||
|
sc_ally:
|
||||||
|
* fix example in manual page
|
||||||
|
* dump 3: when merging routers in a transitive closure, remove the
|
||||||
|
obsolete router from the dump list.
|
||||||
|
* if an address is repeated in the input file then complain
|
||||||
|
* sc_bdrmap:
|
||||||
|
* document -C csum in sc_bdrmap.1
|
||||||
|
* allow duplicate prefixes in the IXP file
|
||||||
|
* add initial support for UDP paris traceroute, as an alternative
|
||||||
|
to the ICMP paris traceroute bdrmap uses by default.
|
||||||
|
* document updates in sc_bdrmap.1
|
||||||
|
* sc_ttlexp:
|
||||||
|
* add -O noreserved
|
||||||
|
* bugfix reading from stdin, file handling
|
||||||
|
* document updates in sc_ttlexp.1
|
||||||
|
* sc_uptime:
|
||||||
|
* add an optional -I interval parameter which controls how frequently
|
||||||
|
we want an address to be probed. add logic to exit early if we are
|
||||||
|
probing on with -I and there is a list of low-priority probing
|
||||||
|
that is not empty, so that sc_uptime can meet the probe interval.
|
||||||
|
* add the ability to expire addresses out of the database after they
|
||||||
|
have not been seen in traceroute for a while, and they do not
|
||||||
|
respond with an incrementing IPID value, with optional -E expiry
|
||||||
|
parameter.
|
||||||
|
* loading addresses into the state database is now a separate step (-a)
|
||||||
|
* add a -c option to create and initialise a database file
|
||||||
|
* add do-not-probe support
|
||||||
|
* replace import code that used a row for each sample with a blob that
|
||||||
|
stores multiple samples per blob.
|
||||||
|
* report some measure of progress on import
|
||||||
|
* build monotonic sequences which allow patterns in responses to be
|
||||||
|
more easily identified, so that reboots are not falsely inferred
|
||||||
|
in the cases of multiple counters, 16 bit counters, and routers
|
||||||
|
that start each sequence after a PTB with a new IPID.
|
||||||
|
* add an -O verbose to dump IPID sequences
|
||||||
|
* document updates in sc_uptime.1
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun May 6 08:20:47 UTC 2018 - sebix+novell.com@sebix.at
|
Sun May 6 08:20:47 UTC 2018 - sebix+novell.com@sebix.at
|
||||||
|
|
||||||
|
@ -13,12 +13,12 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
Name: scamper
|
Name: scamper
|
||||||
Version: 20180504
|
Version: 20181219
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Parallel Internet measurement utility
|
Summary: Parallel Internet measurement utility
|
||||||
License: GPL-2.0-only
|
License: GPL-2.0-only
|
||||||
@ -86,7 +86,7 @@ find %{buildroot} -type f -name "*.la" -delete -print
|
|||||||
%postun -n libscamperfile0 -p /sbin/ldconfig
|
%postun -n libscamperfile0 -p /sbin/ldconfig
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%doc COPYING
|
%license COPYING
|
||||||
%{_bindir}/sc_*
|
%{_bindir}/sc_*
|
||||||
%{_bindir}/scamper
|
%{_bindir}/scamper
|
||||||
%{_mandir}/man1/*
|
%{_mandir}/man1/*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user