Hello community, here is the log from the commit of package scamper for openSUSE:Factory checked in at 2020-07-27 17:42:07 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/scamper (Old) and /work/SRC/openSUSE:Factory/.scamper.new.3592 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "scamper" Mon Jul 27 17:42:07 2020 rev:11 rq:822765 version:20200717 Changes: -------- --- /work/SRC/openSUSE:Factory/scamper/scamper.changes 2020-03-22 14:18:26.302105642 +0100 +++ /work/SRC/openSUSE:Factory/.scamper.new.3592/scamper.changes 2020-07-27 17:44:02.331204788 +0200 @@ -1,0 +2,29 @@ +Sat Jul 18 13:36:44 UTC 2020 - Sebastian Wagner <[email protected]> + +- update to version 20200717: + - scamper: + - update remote control protocol to support session resumption + if the underlying TCP connection is interrupted. + - if remote controller is specified with a domain name, use TLS. + - fix -p pidfile when starting scamper as a daemon + - expire entries in the ARP cache periodically + - add -r support to ping and tracelb, and record router addresses + in warts output. + - autoconf work to build on linux without sys/socketvar.h or + linux/netlink.h + - allow scamper to do IPv4 ICMP echo and IPv6 UDP traceroute + without requiring root on linux. + - libscamperfile version 1.0.0 + - sc_remoted: + - update remote control protocol to support session resumption + if the underlying TCP connection is interrupted. + - use HUP signal to reload TLS certificate and private key chain + - add -e pidfile to write PID to file, to make HUP easy + - sc_pinger: + - add utility to ping a set of addresses with ICMP echo, UDP, and + TCP-ack probes + - throughout: + - reduce number of warnings when compiling with -Wextra + - remove rcsid from all files + +------------------------------------------------------------------- Old: ---- scamper-cvs-20191102b.tar.gz New: ---- scamper-cvs-20200717.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ scamper.spec ++++++ --- /var/tmp/diff_new_pack.Xs6WZ4/_old 2020-07-27 17:44:07.835209955 +0200 +++ /var/tmp/diff_new_pack.Xs6WZ4/_new 2020-07-27 17:44:07.835209955 +0200 @@ -18,7 +18,7 @@ Name: scamper -Version: 20191102b +Version: 20200717 Release: 0 Summary: Parallel Internet measurement utility License: GPL-2.0-only @@ -42,11 +42,11 @@ to the next point in the network, followed by a TTL limited search to infer where the failure appears to occur. -%package -n libscamperfile0 +%package -n libscamperfile1 Summary: File access library for scamper's binary dump format Group: System/Libraries -%description -n libscamperfile0 +%description -n libscamperfile1 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 @@ -59,7 +59,7 @@ %package -n libscamperfile-devel Summary: Development headers for scamper's binary dump file access library Group: Development/Libraries/Other -Requires: libscamperfile0 = %{version}-%{release} +Requires: libscamperfile1 = %{version}-%{release} %description -n libscamperfile-devel Scamper is a program that is able to conduct Internet measurement @@ -82,8 +82,8 @@ %make_install find %{buildroot} -type f -name "*.la" -delete -print -%post -n libscamperfile0 -p /sbin/ldconfig -%postun -n libscamperfile0 -p /sbin/ldconfig +%post -n libscamperfile1 -p /sbin/ldconfig +%postun -n libscamperfile1 -p /sbin/ldconfig %files %license COPYING @@ -92,7 +92,7 @@ %{_mandir}/man1/* %{_mandir}/man5/* -%files -n libscamperfile0 +%files -n libscamperfile1 %{_libdir}/libscamperfile.so.* %files -n libscamperfile-devel ++++++ scamper-cvs-20191102b.tar.gz -> scamper-cvs-20200717.tar.gz ++++++ ++++ 19536 lines of diff (skipped)
