SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for fping-debuginfo-5.1-150600.1.4.x86_64.rpm :

* Tue Feb 22 2022 danilo.spinellaAATTsuse.com- 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.gerstnerAATTsuse.com- no longer invoke permissions macros for fping. It now uses ICMP_RAW sockets instead (bsc#1174504).
* Mon Aug 17 2020 dmuellerAATTsuse.com- 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.stiegerAATTgmx.de- 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.stiegerAATTgmx.de- add upstream signing key and validate source signature
* Sun Jun 14 2020 larsAATTlinux-schulserver.de- correct download URL (upstream is using .gz instead of bz2)- refreshed fping-4.2-gcc10-extern.patch
* Mon Jun 08 2020 kstreitovaAATTsuse.com- 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
* Wed Dec 13 2017 astiegerAATTsuse.com- fping now has cap_net_raw, fix build in Factory (bsc#1047921)
* Wed Jun 21 2017 tchvatalAATTsuse.com- Cleanup a bit with spec-cleaner basically just to use new make_install macro
* Thu May 11 2017 jengelhAATTinai.de- Do away with %__ macro indirections.
* Mon May 08 2017 liedkeAATTrz.uni-mannheim.de- Update to version 4.0
* feature: Auto-adjust timeout for -c/-C/-l mode to value of -p
* feature: Enforce -t timeout on reply packets, by discarding late packets (#32)
* feature: Option -d/--rdns now always does a rdns-lookup, even for names, as \'-n\' was doing until now
* feature: Keep original name if a hostname is given with -n/--name
* feature: New option -6 to force IPv6
* feature: New option -4 to force IPv4
* feature: IPv6 enabled by default
* feature: Long option names for all options
* feature: Unified \'fping\' and \'fping6\' into one binary (#80)
* feature: fping and fping6 are now unified into one binary.
* bugfix: -i/-p restrictions disabled by default (enable with --enable-safe-limits)
* bugfix: Default interval -i changed from 25ms to 10ms
* bugfix: Fix compatibility issue with GNU Hurd
* bugfix: A C99 compiler is now required
* bugfix: Option parsing with optparse
* bugfix: New changelog file format
* Tue Feb 28 2017 liedkeAATTrz.uni-mannheim.de- Update to version 3.16:
* (feature) Support kernel-timestamping of received packets (#46)
* (feature) Simplify restrictions: only -i >= 1 and -p >= 10 are enforced now
* (bugfix) Fix option -m to return all IPs of a hostname
* (bugfix) Fix option -H (ttl) for IPv6
* (bugfix) Fix option -M (don\'t fragment) for IPv6
* (bugfix) Fix option -O (ToS) for IPv6
* (bugfix) Fix compatibility issue with AIX (#69, AATTblentzgh)
* (bugfix) Fix option -q not suppressing some ICMP error messages (#83)
* (bugfix) Fix option -M expecting an argument, when it shouldn\'t
* (bugfix) Fix minor issues found by Coverity Scan- Update to version 3.15:
* (bugfix) Fix compiler errors on platforms other than Linux (related to the new -M option, #109)
* Test suite fixes for macOS- Update to version 3.14:
* (feature) Ignore network and broadcast for cidrs /31 and /32 (#102, Martin Topholm)
* (feature) New option \'-M\' to set the \"Don\'t Fragment\" flag (#91, Don Bowman)
* (feature) New option \'-N\' to output statistics for netdata (see: http://my-netdata.io/, #105, Costa Tsaousis)
* (feature) New option \'-o\' to calculate total outage time (#90, AATTjgerbeck)
* (bugfix) Exit code should be 2 when the hostname can\'t be resolved (fixes #98, reported by AATTgreen-fox)
* (bugfix) Fix issue compliling on RHEL/Centos 7 (#95, AATTjbackman)
* (bugfix) Lower -i limit to 1 instead of 10
* (bugfix) Improve interval preciseness of -Q reporting
* (bugfix) Fix occasional false positive in -Q reporting (#97)
* (bugfix) Solaris 10 portability fix (#107, Peter Bray)
* Wed Oct 21 2015 zaitorAATTopensuse.org- Update to version 3.13: + Bugfix: Fix ICMP errors sometimes causing crashes with fping >= 3.11.
* Thu Oct 15 2015 zaitorAATTopensuse.org- Update to version 3.12: + Bugfix: Fix fping6 -R (#84).- Changes from version 3.11: + Feature: - New option -R to use random bytes instead of NULLs (#72). - Small documentation and performance improvements. + Bugfix: Fix double entries with fping -u and unreachable hosts. + Internal: Use sockaddr_storage and simplify code, so that we can one day support both IPv4 and IPv6 with the same binary.
 
ICM