Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package scamper for openSUSE:Factory checked in at 2022-08-25 15:09:37 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/scamper (Old) and /work/SRC/openSUSE:Factory/.scamper.new.2083 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "scamper" Thu Aug 25 15:09:37 2022 rev:16 rq:999230 version:20211212b Changes: -------- --- /work/SRC/openSUSE:Factory/scamper/scamper.changes 2022-04-26 21:42:41.932655744 +0200 +++ /work/SRC/openSUSE:Factory/.scamper.new.2083/scamper.changes 2022-08-25 15:09:45.389299061 +0200 @@ -1,0 +2,29 @@ +Thu Aug 18 06:36:07 UTC 2022 - Sebastian Wagner <sebix+novell....@sebix.at> + +- Update to version 20211212b: + - scamper: + * add an option (-O cafile=/path/to/file) to load CA certificates + from a specific file when starting scamper for validating a + remote controller's certificate (this was released in 20211212a) + * add options + -O client-certfile=/path/to/certfile and + -O client-privfile=/path/to/privfile + to have scamper present a client certificate during a TLS handshake + with a remote controller + * fix bugs that prevent scamper from reconnecting to a remote + controller + * fix -d debugfile when scamper is built with privilege separation + * fix bug when writing neighbordisc measurements to warts file that + prevents a neighbordisc measurement from being read + * fix bug when reading some tracelb measurements with unresponsive hops + from a warts file + * allow user to specify fractions of a second to ping timeout (-W) + * use a random source port / ICMP ID in ping if -F 0 + - sc_remoted: + * add -C option to specify a CA PEM file to verify client certificates + presented by scamper instances. + * add -O skipnameverification option to tell sc_remoted to verify + scamper presents a certificate signed by the CA, but do not do + name verification + +------------------------------------------------------------------- Old: ---- scamper-cvs-20211212a.tar.gz New: ---- scamper-cvs-20211212b.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ scamper.spec ++++++ --- /var/tmp/diff_new_pack.ioBG1V/_old 2022-08-25 15:09:45.913300168 +0200 +++ /var/tmp/diff_new_pack.ioBG1V/_new 2022-08-25 15:09:45.921300185 +0200 @@ -18,7 +18,7 @@ Name: scamper -Version: 20211212a +Version: 20211212b Release: 0 Summary: Parallel Internet measurement utility License: GPL-2.0-only @@ -42,12 +42,13 @@ to the next point in the network, followed by a TTL limited search to infer where the failure appears to occur. -%package -n libscamperfile2 +%package -n libscamperfile3 Summary: File access library for scamper's binary dump format Group: System/Libraries] Obsoletes: libscamperfile1 < %{version} +Obsoletes: libscamperfile2 < %{version} -%description -n libscamperfile2 +%description -n libscamperfile3 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 @@ -60,7 +61,7 @@ %package -n libscamperfile-devel Summary: Development headers for scamper's binary dump file access library Group: Development/Libraries/Other -Requires: libscamperfile2 = %{version}-%{release} +Requires: libscamperfile3 = %{version}-%{release} %description -n libscamperfile-devel Scamper is a program that is able to conduct Internet measurement @@ -83,8 +84,8 @@ %make_install find %{buildroot} -type f -name "*.la" -delete -print -%post -n libscamperfile2 -p /sbin/ldconfig -%postun -n libscamperfile2 -p /sbin/ldconfig +%post -n libscamperfile3 -p /sbin/ldconfig +%postun -n libscamperfile3 -p /sbin/ldconfig %files %license COPYING @@ -93,7 +94,7 @@ %{_mandir}/man1/* %{_mandir}/man5/* -%files -n libscamperfile2 +%files -n libscamperfile3 %{_libdir}/libscamperfile.so.* %files -n libscamperfile-devel ++++++ scamper-cvs-20211212a.tar.gz -> scamper-cvs-20211212b.tar.gz ++++++ ++++ 83593 lines of diff (skipped)