Changelog for
fping-debugsource-5.1-1.8.i586.rpm :
* Tue Feb 22 2022 Danilo Spinella
- Update to 5.1:
* Netdata: use host instead name as family label
* Netdata: use formatstring macro PRId64
* Allow -4 option to be given multiple times
* Documentation fix
* Retain privileges until after privileged setsockopt
* Set bind to source only when option is set
* Fix getnameinfo not called properly for IPv4
* Documentation updates
* Wed Oct 07 2020 Matthias Gerstner - no longer invoke permissions macros for fping. It now uses ICMP_RAW sockets instead (bsc#1174504).
* Mon Aug 17 2020 Dirk Mueller - update to 5.0: - In non-quiet loop and count mode, a line is printed for every lost packet 8.8.8.8 : xmt/rcv/%loss = 2/2/0%, min/avg/max = 12.3/12.5/12.8 8.8.8.7 : xmt/rcv/%loss = 2/0/100% - The returned size in bytes now always excludes the IP header, so if before it reported \'84 bytes\' e.g. when using \'fping -l\', now it reports \'64 bytes\'. This is to make the reported size consistent with ping(8) from iputils and also with fping when pinging a IPv6 host (which never included the IPv6 header size). - The number of sent pings is only counted when the pings are received or have timed out, ensuring that the loss ratio will be always correct. This makes it possible, for example, to use loop mode (-l) with interval statistics (-Q) and a timeout larger than period, without having the issue that initially some pings would be reported as missing (#193) - Improved precision of measurements from 10us to 1us (#136, thanks AATTtycho) - The reported size of received packets is now always correct on Linux even for packets > 4096 bytes.
* Sun Jul 26 2020 Andreas Stieger - fping 4.4:
* Linux unprivileged ping support (ping_group_range)
* Add SIGQUIT summary support similar to ping
* bug fixes- drop fping-4.2-gcc10-extern.patch, upstream
* Sun Jul 12 2020 Andreas Stieger - add upstream signing key and validate source signature
* Sun Jun 14 2020 Lars Vogdt - correct download URL (upstream is using .gz instead of bz2)- refreshed fping-4.2-gcc10-extern.patch
* Mon Jun 08 2020 Kristyna Streitova - add fping-4.2-gcc10-extern.patch to fix build with GCC10
* Wed Mar 06 2019 larsAATTlinux-schulserver.de- bzip2 the sources- package COPYING file instead of INSTALL file- use permission settings only on SLE-15 and newer
* Sat Feb 23 2019 seanlewAATTopensuse.org- Update to version 4.2
* Allow decimal numbers for -t -i -p and -Q
* New option -x/--reachable to check # of reachable hosts
* Fix build with --disable-ipv6 (#134)
* Fix hang with \'-6\' if the binary is named \'fping6\'
* Get rid of warning \'timeout -t value\' (#142)
* Thu Sep 20 2018 kstreitovaAATTsuse.com- Update to version 4.1
* Fix problem when socket fd is 0
* Fix running on servers with disabled IPv6
* Allow running \"fping -h\" or \"--help\" even when raw socket can\'t be opened
* Fix build issue with FreeBSD and IPv6