commit 1ba60e39b5e89f3c8e809a773963ddbf9025faed27685196da2e487270cbd5ba Author: OBS User mrdocs Date: Fri Aug 19 21:59:42 2016 +0000 Accepting request 419800 from home:mnhauke:security initial package for scamper OBS-URL: https://build.opensuse.org/request/show/419800 OBS-URL: https://build.opensuse.org/package/show/network:utilities/scamper?expand=0&rev=1 diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9b03811 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,23 @@ +## Default LFS +*.7z filter=lfs diff=lfs merge=lfs -text +*.bsp filter=lfs diff=lfs merge=lfs -text +*.bz2 filter=lfs diff=lfs merge=lfs -text +*.gem filter=lfs diff=lfs merge=lfs -text +*.gz filter=lfs diff=lfs merge=lfs -text +*.jar filter=lfs diff=lfs merge=lfs -text +*.lz filter=lfs diff=lfs merge=lfs -text +*.lzma filter=lfs diff=lfs merge=lfs -text +*.obscpio filter=lfs diff=lfs merge=lfs -text +*.oxt filter=lfs diff=lfs merge=lfs -text +*.pdf filter=lfs diff=lfs merge=lfs -text +*.png filter=lfs diff=lfs merge=lfs -text +*.rpm filter=lfs diff=lfs merge=lfs -text +*.tbz filter=lfs diff=lfs merge=lfs -text +*.tbz2 filter=lfs diff=lfs merge=lfs -text +*.tgz filter=lfs diff=lfs merge=lfs -text +*.ttf filter=lfs diff=lfs merge=lfs -text +*.txz filter=lfs diff=lfs merge=lfs -text +*.whl filter=lfs diff=lfs merge=lfs -text +*.xz filter=lfs diff=lfs merge=lfs -text +*.zip filter=lfs diff=lfs merge=lfs -text +*.zst filter=lfs diff=lfs merge=lfs -text diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..57affb6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.osc diff --git a/scamper-cvs-20141211e.tar.gz b/scamper-cvs-20141211e.tar.gz new file mode 100644 index 0000000..3fd52ef --- /dev/null +++ b/scamper-cvs-20141211e.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b8c81a6e4703253625e872323a7c16242a13de0d8edd3ec5ff8441d43f40a29 +size 1490272 diff --git a/scamper.changes b/scamper.changes new file mode 100644 index 0000000..66b99bd --- /dev/null +++ b/scamper.changes @@ -0,0 +1,5 @@ +------------------------------------------------------------------- +Wed Aug 17 17:49:53 UTC 2016 - mardnh@gmx.de + +- initial package, version 20141211e + diff --git a/scamper.spec b/scamper.spec new file mode 100644 index 0000000..ad3b296 --- /dev/null +++ b/scamper.spec @@ -0,0 +1,107 @@ +# +# spec file for package scamper +# +# Copyright (c) 2016, Martin Hauke +# +# 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. + +# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# + + +Name: scamper +Version: 20141211e +Release: 0 +Summary: Parallel Internet measurement utility +License: GPL-2.0 +Group: Productivity/Networking/Diagnostic +Url: https://www.caida.org/tools/measurement/scamper/ +Source: https://www.caida.org/tools/measurement/%{name}/code/%{name}-cvs-%{version}.tar.gz +BuildRequires: libopenssl-devel +BuildRequires: pkgconfig +BuildRoot: %{_tmppath}/%{name}-%{version}-build + +%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. + +%package -n libscamperfile0 +Summary: File access library for scamper's binary dump format +Group: System/Libraries +Provides: libscamperfile0 = %{version}-%{release} + +%description -n libscamperfile0 +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 +Requires: libscamperfile0 = %{version}-%{release} + +%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. + +%prep +%setup -q -n %{name}-cvs-%{version} + +%build +%configure --disable-static +make %{?_smp_mflags} + +%install +make %{?_smp_mflags} DESTDIR=%{buildroot} install +find %{buildroot} -type f -name "*.la" -delete -print + +%post -n libscamperfile0 -p /sbin/ldconfig +%postun -n libscamperfile0 -p /sbin/ldconfig + +%files +%defattr(-,root,root) +%doc COPYING +%{_bindir}/sc_* +%{_bindir}/scamper +%{_mandir}/man1/* +%{_mandir}/man5/* + +%files -n libscamperfile0 +%defattr(-,root,root) +%{_libdir}/libscamperfile.so.* +%{_mandir}/man3/* + +%files -n libscamperfile-devel +%defattr(-,root,root) +%{_includedir}/scamper_* +%{_libdir}/libscamperfile.so + +%changelog