commit scamper for openSUSE:Factory
Hello community, here is the log from the commit of package scamper for openSUSE:Factory checked in at 2017-08-24 18:56:32 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/scamper (Old) and /work/SRC/openSUSE:Factory/.scamper.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "scamper" Thu Aug 24 18:56:32 2017 rev:2 rq:518488 version:20170822 Changes: -------- --- /work/SRC/openSUSE:Factory/scamper/scamper.changes 2017-08-10 14:11:12.839964918 +0200 +++ /work/SRC/openSUSE:Factory/.scamper.new/scamper.changes 2017-08-24 18:56:52.175650495 +0200 @@ -1,0 +2,31 @@ +Thu Aug 24 06:58:41 UTC 2017 - sebix+novell.com@sebix.at + +- update to version 20170822 + scamper: + * replace recursive versions of some functions with iterative versions. + * add cycle-start and cycle-stop json record implementations. + * fix traceroute json record: the hop transmit time value it reported + was junk. + * add support for sending json over the control socket. use + "attach format json" to get this mode; "attach" by itself still + returns uuencoded warts. Initial patch supplied by Young Hyun. + * fix possible memory leaks detected with static analysis. + * quality assurance on research paper cites in manual pages. + * spelling errors noticed by Iain R. Learmonth. + + sc_ally: + * add feature to dump inferred aliases from the collected data. + + sc_speedtrap: + * add threaded implementation of pairwise comparison to form candidate + alias sets, if pthreads are detected at compilation time and + --disable-threads configure option is not supplied. + + sc_uptime: + * new scamper driver to infer IPv6 device reboot windows if the device + returns an incrementing identifier field in the IPv6 fragmentation + header. the driver is not built by default, as it expects sqlite3. + use --with-sc_uptime configure option to build. + https://www.caida.org/~mjl/pubs/spf.pdf + +------------------------------------------------------------------- Old: ---- scamper-cvs-20161204a.tar.gz New: ---- scamper-cvs-20170822.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ scamper.spec ++++++ --- /var/tmp/diff_new_pack.LpxmMR/_old 2017-08-24 18:56:52.907547439 +0200 +++ /var/tmp/diff_new_pack.LpxmMR/_new 2017-08-24 18:56:52.919545750 +0200 @@ -1,6 +1,7 @@ # # spec file for package scamper # +# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2016, Martin Hauke <mardnh@gmx.de> # # All modifications and additions to the file contributed by third parties @@ -17,7 +18,7 @@ Name: scamper -Version: 20161204a +Version: 20170822 Release: 0 Summary: Parallel Internet measurement utility License: GPL-2.0 @@ -26,7 +27,6 @@ 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 @@ -79,14 +79,13 @@ make %{?_smp_mflags} %install -make %{?_smp_mflags} DESTDIR=%{buildroot} install +%make_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 @@ -94,11 +93,9 @@ %{_mandir}/man5/* %files -n libscamperfile0 -%defattr(-,root,root) %{_libdir}/libscamperfile.so.* %files -n libscamperfile-devel -%defattr(-,root,root) %{_includedir}/scamper_* %{_libdir}/libscamperfile.so %{_mandir}/man3/* ++++++ scamper-cvs-20161204a.tar.gz -> scamper-cvs-20170822.tar.gz ++++++ ++++ 14397 lines of diff (skipped)
participants (1)
-
root@hilbert.suse.de