- 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
This commit is contained in:
Sebastian Wagner 2023-03-07 09:48:03 +00:00 committed by Git OBS Bridge
parent d626f529a3
commit 66bebe1832
4 changed files with 25 additions and 10 deletions

View File

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

View File

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

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Tue Mar 7 09:28:35 UTC 2023 - Sebastian Wagner <sebix@sebix.at>
- 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 <sebix@sebix.at>

View File

@ -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