2016-08-19 21:59:42 +00:00
|
|
|
#
|
|
|
|
# spec file for package scamper
|
|
|
|
#
|
2023-02-24 08:19:52 +00:00
|
|
|
# Copyright (c) 2023 SUSE LLC
|
2016-08-19 21:59:42 +00:00
|
|
|
# Copyright (c) 2016, Martin Hauke <mardnh@gmx.de>
|
|
|
|
#
|
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
# published by the Open Source Initiative.
|
|
|
|
|
2018-12-22 22:08:14 +00:00
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
2016-08-19 21:59:42 +00:00
|
|
|
#
|
|
|
|
|
|
|
|
|
|
|
|
Name: scamper
|
- update to version 20230614a
* configure:
* better tests for zlib, libbz2, and liblzma that check for both
libraries and headers.
* change --with-sc_uptime, --with-sc_hoiho, and --with-tests to be
--enable-sc_uptime, --enable-sc_hoiho, and --enable-tests
* disable maintainer mode, pass foreign to AM_INIT_AUTOMAKE
* scamper:
* remove reading regular files from poll/select/epoll/kqueue path,
which fixes reading regular input files (-f option to scamper) using
epoll or kqueue
* fix reading stdin as input (-f option to scamper) when using
epoll (catch EPOLLHUP)
* add DNS server to host signature, add host path for scamper_task_find
* rework scamper_osinfo to work with malformed release names (uname -r)
* dealias: do not crash on malformed prefixscan and bump commands
* dealias: fix memory leak of probedefs on malformed commands
* sting: fix memory leak of recorded packets
* remove tsps input method (-O tsps option to scamper)
* update manual page
* libscamperctrl:
* link against list.o and splaytree.o so that the library is self-contained
* fix memory leak when task is not accepted
* API improvements
* libscamperfile:
* fix memory leak when reading SOA/MX from warts file
* fix memory leak when reading PMTUD traceroute structures from warts file
* sting: fix memory leak of recorded packets
* sc_analysis_dump, sc_warts2pcap, sc_wartscat, sc_wartsfilter:
* link against list.o/utils.o so that these utilities are not reliant on
OBS-URL: https://build.opensuse.org/package/show/network:utilities/scamper?expand=0&rev=50
2023-08-09 06:01:41 +00:00
|
|
|
Version: 20230614a
|
2016-08-19 21:59:42 +00:00
|
|
|
Release: 0
|
|
|
|
Summary: Parallel Internet measurement utility
|
2018-03-08 19:45:06 +00:00
|
|
|
License: GPL-2.0-only
|
2016-08-19 21:59:42 +00:00
|
|
|
Group: Productivity/Networking/Diagnostic
|
2020-01-07 09:29:43 +00:00
|
|
|
URL: https://www.caida.org/tools/measurement/scamper/
|
2016-08-19 21:59:42 +00:00
|
|
|
Source: https://www.caida.org/tools/measurement/%{name}/code/%{name}-cvs-%{version}.tar.gz
|
|
|
|
BuildRequires: libopenssl-devel
|
|
|
|
BuildRequires: pkgconfig
|
|
|
|
|
|
|
|
%description
|
|
|
|
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
|
|
|
|
well-known ping and traceroute techniques, as well as MDA traceroute,
|
|
|
|
alias resolution, some parts of tbit, sting, and neighbour discovery.
|
|
|
|
|
|
|
|
Scamper can do ICMP-based Path MTU discovery. scamper starts with the
|
|
|
|
outgoing interface's MTU and discovers the location of Path MTU
|
|
|
|
bottlenecks. scamper performs a PMTUD search when an ICMP
|
|
|
|
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.
|
|
|
|
|
2023-07-19 07:19:46 +00:00
|
|
|
%package -n libscamperfile6
|
2016-08-19 21:59:42 +00:00
|
|
|
Summary: File access library for scamper's binary dump format
|
2023-02-24 08:19:52 +00:00
|
|
|
Group: System/Libraries
|
2022-02-25 20:31:15 +00:00
|
|
|
Obsoletes: libscamperfile1 < %{version}
|
2022-08-18 09:30:49 +00:00
|
|
|
Obsoletes: libscamperfile2 < %{version}
|
2023-02-24 08:19:52 +00:00
|
|
|
Obsoletes: libscamperfile3 < %{version}
|
2023-03-07 09:48:03 +00:00
|
|
|
Obsoletes: libscamperfile4 < %{version}
|
2023-07-19 07:19:46 +00:00
|
|
|
Obsoletes: libscamperfile5 < %{version}
|
2016-08-19 21:59:42 +00:00
|
|
|
|
2023-07-19 07:19:46 +00:00
|
|
|
%description -n libscamperfile6
|
2016-08-19 21:59:42 +00:00
|
|
|
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
|
|
|
|
well-known ping and traceroute techniques, as well as MDA traceroute,
|
|
|
|
alias resolution, some parts of tbit, sting, and neighbour discovery.
|
|
|
|
|
|
|
|
This package contains the library that provides access to the binary output
|
|
|
|
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
|
2023-07-19 07:19:46 +00:00
|
|
|
Requires: libscamperfile6 = %{version}-%{release}
|
2016-08-19 21:59:42 +00:00
|
|
|
|
|
|
|
%description -n libscamperfile-devel
|
|
|
|
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
|
|
|
|
well-known ping and traceroute techniques, as well as MDA traceroute,
|
|
|
|
alias resolution, some parts of tbit, sting, and neighbour discovery.
|
|
|
|
|
|
|
|
This package contains development headers and other ancillary files for the
|
|
|
|
libscamperfile library.
|
|
|
|
|
2023-07-19 07:19:46 +00:00
|
|
|
%package -n libscamperctrl2
|
2023-02-24 08:19:52 +00:00
|
|
|
Summary: Control library for scamper
|
|
|
|
Group: System/Libraries
|
2023-07-19 07:19:46 +00:00
|
|
|
Obsoletes: libscamperctl1 < %{version}
|
2023-02-24 08:19:52 +00:00
|
|
|
|
2023-07-19 07:19:46 +00:00
|
|
|
%description -n libscamperctrl2
|
2023-02-24 08:19:52 +00:00
|
|
|
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
|
|
|
|
well-known ping and traceroute techniques, as well as MDA traceroute,
|
|
|
|
alias resolution, some parts of tbit, sting, and neighbour discovery.
|
|
|
|
|
|
|
|
This package contains thee library that provides functions to interact
|
|
|
|
with a collection of scamper instances.
|
|
|
|
|
|
|
|
%package -n libscamperctrl-devel
|
|
|
|
Summary: Development headers for scamper's control library
|
|
|
|
Group: Development/Libraries/Other
|
2023-07-19 07:19:46 +00:00
|
|
|
Requires: libscamperctrl2 = %{version}-%{release}
|
2023-02-24 08:19:52 +00:00
|
|
|
|
|
|
|
%description -n libscamperctrl-devel
|
|
|
|
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
|
|
|
|
well-known ping and traceroute techniques, as well as MDA traceroute,
|
|
|
|
alias resolution, some parts of tbit, sting, and neighbour discovery.
|
|
|
|
|
|
|
|
This package contains development headers and other ancillary files for the
|
|
|
|
libscamperctrl library.
|
|
|
|
|
2016-08-19 21:59:42 +00:00
|
|
|
%prep
|
|
|
|
%setup -q -n %{name}-cvs-%{version}
|
|
|
|
|
|
|
|
%build
|
2023-02-24 08:19:52 +00:00
|
|
|
%configure --disable-static --without-debugfile
|
2016-08-19 21:59:42 +00:00
|
|
|
make %{?_smp_mflags}
|
|
|
|
|
|
|
|
%install
|
2017-08-24 07:06:46 +00:00
|
|
|
%make_install
|
2016-08-19 21:59:42 +00:00
|
|
|
find %{buildroot} -type f -name "*.la" -delete -print
|
|
|
|
|
2023-07-19 07:19:46 +00:00
|
|
|
%post -n libscamperfile6 -p /sbin/ldconfig
|
|
|
|
%post -n libscamperctrl2 -p /sbin/ldconfig
|
|
|
|
%postun -n libscamperfile6 -p /sbin/ldconfig
|
|
|
|
%postun -n libscamperctrl2 -p /sbin/ldconfig
|
2016-08-19 21:59:42 +00:00
|
|
|
|
|
|
|
%files
|
2018-12-22 22:08:14 +00:00
|
|
|
%license COPYING
|
2016-08-19 21:59:42 +00:00
|
|
|
%{_bindir}/sc_*
|
|
|
|
%{_bindir}/scamper
|
|
|
|
%{_mandir}/man1/*
|
|
|
|
%{_mandir}/man5/*
|
|
|
|
|
2023-07-19 07:19:46 +00:00
|
|
|
%files -n libscamperfile6
|
2016-08-19 21:59:42 +00:00
|
|
|
%{_libdir}/libscamperfile.so.*
|
|
|
|
|
|
|
|
%files -n libscamperfile-devel
|
|
|
|
%{_includedir}/scamper_*
|
|
|
|
%{_libdir}/libscamperfile.so
|
2016-08-21 18:30:56 +00:00
|
|
|
%{_mandir}/man3/*
|
2016-08-19 21:59:42 +00:00
|
|
|
|
2023-07-19 07:19:46 +00:00
|
|
|
%files -n libscamperctrl2
|
2023-02-24 08:19:52 +00:00
|
|
|
%{_libdir}/libscamperctrl.so.*
|
|
|
|
|
|
|
|
%files -n libscamperctrl-devel
|
|
|
|
%{_includedir}/libscamperctrl.h
|
|
|
|
%{_libdir}/libscamperctrl.so
|
|
|
|
|
2016-08-19 21:59:42 +00:00
|
|
|
%changelog
|