Accepting request 1071453 from network:utilities
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/1071453 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/scamper?expand=0&rev=20
This commit is contained in:
commit
9cd03652bb
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:396c9297c56fc5aab37d345dad386929d2072053e77f2c6a01e79c0cafd1b5f9
|
|
||||||
size 2111044
|
|
3
scamper-cvs-20230302.tar.gz
Normal file
3
scamper-cvs-20230302.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:84e8b6f34417559e9330ebd269c8cebf68bdbd2307ef1738ff07c5e87776cd4f
|
||||||
|
size 2112008
|
@ -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>
|
Fri Feb 24 07:32:35 UTC 2023 - Sebastian Wagner <sebix@sebix.at>
|
||||||
|
|
||||||
|
15
scamper.spec
15
scamper.spec
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: scamper
|
Name: scamper
|
||||||
Version: 20230224
|
Version: 20230302
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Parallel Internet measurement utility
|
Summary: Parallel Internet measurement utility
|
||||||
License: GPL-2.0-only
|
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
|
to the next point in the network, followed by a TTL limited search to
|
||||||
infer where the failure appears to occur.
|
infer where the failure appears to occur.
|
||||||
|
|
||||||
%package -n libscamperfile4
|
%package -n libscamperfile5
|
||||||
Summary: File access library for scamper's binary dump format
|
Summary: File access library for scamper's binary dump format
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Obsoletes: libscamperfile1 < %{version}
|
Obsoletes: libscamperfile1 < %{version}
|
||||||
Obsoletes: libscamperfile2 < %{version}
|
Obsoletes: libscamperfile2 < %{version}
|
||||||
Obsoletes: libscamperfile3 < %{version}
|
Obsoletes: libscamperfile3 < %{version}
|
||||||
|
Obsoletes: libscamperfile4 < %{version}
|
||||||
|
|
||||||
%description -n libscamperfile4
|
%description -n libscamperfile5
|
||||||
Scamper is a program that is able to conduct Internet measurement
|
Scamper is a program that is able to conduct Internet measurement
|
||||||
tasks to large numbers of IPv4 and IPv6 addresses, in parallel, to
|
tasks to large numbers of IPv4 and IPv6 addresses, in parallel, to
|
||||||
fill a specified packets-per-second rate. Currently, it supports the
|
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
|
%package -n libscamperfile-devel
|
||||||
Summary: Development headers for scamper's binary dump file access library
|
Summary: Development headers for scamper's binary dump file access library
|
||||||
Group: Development/Libraries/Other
|
Group: Development/Libraries/Other
|
||||||
Requires: libscamperfile4 = %{version}-%{release}
|
Requires: libscamperfile5 = %{version}-%{release}
|
||||||
|
|
||||||
%description -n libscamperfile-devel
|
%description -n libscamperfile-devel
|
||||||
Scamper is a program that is able to conduct Internet measurement
|
Scamper is a program that is able to conduct Internet measurement
|
||||||
@ -114,9 +115,9 @@ make %{?_smp_mflags}
|
|||||||
%make_install
|
%make_install
|
||||||
find %{buildroot} -type f -name "*.la" -delete -print
|
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
|
%post -n libscamperctrl1 -p /sbin/ldconfig
|
||||||
%postun -n libscamperfile4 -p /sbin/ldconfig
|
%postun -n libscamperfile5 -p /sbin/ldconfig
|
||||||
%postun -n libscamperctrl1 -p /sbin/ldconfig
|
%postun -n libscamperctrl1 -p /sbin/ldconfig
|
||||||
|
|
||||||
%files
|
%files
|
||||||
@ -126,7 +127,7 @@ find %{buildroot} -type f -name "*.la" -delete -print
|
|||||||
%{_mandir}/man1/*
|
%{_mandir}/man1/*
|
||||||
%{_mandir}/man5/*
|
%{_mandir}/man5/*
|
||||||
|
|
||||||
%files -n libscamperfile4
|
%files -n libscamperfile5
|
||||||
%{_libdir}/libscamperfile.so.*
|
%{_libdir}/libscamperfile.so.*
|
||||||
|
|
||||||
%files -n libscamperfile-devel
|
%files -n libscamperfile-devel
|
||||||
|
Loading…
x
Reference in New Issue
Block a user