From 66bebe18322ceff777745835b31383b28f9e962062dc24ed640d8d16e753de99 Mon Sep 17 00:00:00 2001 From: Sebastian Wagner Date: Tue, 7 Mar 2023 09:48:03 +0000 Subject: [PATCH] - Update to version 20230302: - scamper: * use a random source port / ICMP ID in trace if -s 0. * better parallelize pings to a single destination that use udp-dport, tcp-ack-sport, or tcp-syn-sport probe methods. * document default value of source port consistently for all measurements that take a source port parameter in the man page. - sc_wartscat: * print useful error messages when encountering an error. * add ability to merge neighbourdisc, tbit, sting, sniff, and host. OBS-URL: https://build.opensuse.org/package/show/network:utilities/scamper?expand=0&rev=45 --- scamper-cvs-20230224.tar.gz | 3 --- scamper-cvs-20230302.tar.gz | 3 +++ scamper.changes | 14 ++++++++++++++ scamper.spec | 15 ++++++++------- 4 files changed, 25 insertions(+), 10 deletions(-) delete mode 100644 scamper-cvs-20230224.tar.gz create mode 100644 scamper-cvs-20230302.tar.gz diff --git a/scamper-cvs-20230224.tar.gz b/scamper-cvs-20230224.tar.gz deleted file mode 100644 index bd679db..0000000 --- a/scamper-cvs-20230224.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:396c9297c56fc5aab37d345dad386929d2072053e77f2c6a01e79c0cafd1b5f9 -size 2111044 diff --git a/scamper-cvs-20230302.tar.gz b/scamper-cvs-20230302.tar.gz new file mode 100644 index 0000000..ed0f509 --- /dev/null +++ b/scamper-cvs-20230302.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84e8b6f34417559e9330ebd269c8cebf68bdbd2307ef1738ff07c5e87776cd4f +size 2112008 diff --git a/scamper.changes b/scamper.changes index b135609..c86629c 100644 --- a/scamper.changes +++ b/scamper.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Tue Mar 7 09:28:35 UTC 2023 - Sebastian Wagner + +- Update to version 20230302: + - scamper: + * use a random source port / ICMP ID in trace if -s 0. + * better parallelize pings to a single destination that use + udp-dport, tcp-ack-sport, or tcp-syn-sport probe methods. + * document default value of source port consistently for all + measurements that take a source port parameter in the man page. + - sc_wartscat: + * print useful error messages when encountering an error. + * add ability to merge neighbourdisc, tbit, sting, sniff, and host. + ------------------------------------------------------------------- Fri Feb 24 07:32:35 UTC 2023 - Sebastian Wagner diff --git a/scamper.spec b/scamper.spec index 78092cf..ebb9e57 100644 --- a/scamper.spec +++ b/scamper.spec @@ -18,7 +18,7 @@ Name: scamper -Version: 20230224 +Version: 20230302 Release: 0 Summary: Parallel Internet measurement utility License: GPL-2.0-only @@ -42,14 +42,15 @@ fragmentation required message is not returned to establish the PMTU to the next point in the network, followed by a TTL limited search to infer where the failure appears to occur. -%package -n libscamperfile4 +%package -n libscamperfile5 Summary: File access library for scamper's binary dump format Group: System/Libraries Obsoletes: libscamperfile1 < %{version} Obsoletes: libscamperfile2 < %{version} Obsoletes: libscamperfile3 < %{version} +Obsoletes: libscamperfile4 < %{version} -%description -n libscamperfile4 +%description -n libscamperfile5 Scamper is a program that is able to conduct Internet measurement tasks to large numbers of IPv4 and IPv6 addresses, in parallel, to fill a specified packets-per-second rate. Currently, it supports the @@ -62,7 +63,7 @@ files that scamper can produce in certain modes. %package -n libscamperfile-devel Summary: Development headers for scamper's binary dump file access library Group: Development/Libraries/Other -Requires: libscamperfile4 = %{version}-%{release} +Requires: libscamperfile5 = %{version}-%{release} %description -n libscamperfile-devel Scamper is a program that is able to conduct Internet measurement @@ -114,9 +115,9 @@ make %{?_smp_mflags} %make_install find %{buildroot} -type f -name "*.la" -delete -print -%post -n libscamperfile4 -p /sbin/ldconfig +%post -n libscamperfile5 -p /sbin/ldconfig %post -n libscamperctrl1 -p /sbin/ldconfig -%postun -n libscamperfile4 -p /sbin/ldconfig +%postun -n libscamperfile5 -p /sbin/ldconfig %postun -n libscamperctrl1 -p /sbin/ldconfig %files @@ -126,7 +127,7 @@ find %{buildroot} -type f -name "*.la" -delete -print %{_mandir}/man1/* %{_mandir}/man5/* -%files -n libscamperfile4 +%files -n libscamperfile5 %{_libdir}/libscamperfile.so.* %files -n libscamperfile-devel