From c8d5c6e6b9d9d27579e20c2204c8a07c66004ed089f8f8b8f82b1cf1379eb7b0 Mon Sep 17 00:00:00 2001 From: Kristyna Streitova Date: Tue, 18 Aug 2020 14:08:52 +0000 Subject: [PATCH] Accepting request 827348 from home:dirkmueller:branches:network:utilities - 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 @tycho) - The reported size of received packets is now always correct on Linux even for packets > 4096 bytes. OBS-URL: https://build.opensuse.org/request/show/827348 OBS-URL: https://build.opensuse.org/package/show/network:utilities/fping?expand=0&rev=51 --- fping-4.4.tar.gz | 3 --- fping-4.4.tar.gz.asc | 6 ------ fping-5.0.tar.gz | 3 +++ fping-5.0.tar.gz.asc | 6 ++++++ fping.changes | 21 +++++++++++++++++++++ fping.spec | 2 +- 6 files changed, 31 insertions(+), 10 deletions(-) delete mode 100644 fping-4.4.tar.gz delete mode 100644 fping-4.4.tar.gz.asc create mode 100644 fping-5.0.tar.gz create mode 100644 fping-5.0.tar.gz.asc diff --git a/fping-4.4.tar.gz b/fping-4.4.tar.gz deleted file mode 100644 index 8b54553..0000000 --- a/fping-4.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9f854b65a52dc7b1749d6743e35d0a6268179d1a724267339fc9a066b2b72d11 -size 182921 diff --git a/fping-4.4.tar.gz.asc b/fping-4.4.tar.gz.asc deleted file mode 100644 index 0f4fe59..0000000 --- a/fping-4.4.tar.gz.asc +++ /dev/null @@ -1,6 +0,0 @@ ------BEGIN PGP SIGNATURE----- - -iF0EABECAB0WIQSNHom4+6kgpaYJ8mFaEaIrxaH3NAUCXxtBdQAKCRBaEaIrxaH3 -NPLxAJwLJ8kg7/adXdTFlQOBaWaWjuPP6QCfU+EBJjTyP7+v9ob1oBZBiKISc7w= -=wsVA ------END PGP SIGNATURE----- diff --git a/fping-5.0.tar.gz b/fping-5.0.tar.gz new file mode 100644 index 0000000..ac6e94b --- /dev/null +++ b/fping-5.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed38c0b9b64686a05d1b3bc1d66066114a492e04e44eef1821d43b1263cd57b8 +size 185281 diff --git a/fping-5.0.tar.gz.asc b/fping-5.0.tar.gz.asc new file mode 100644 index 0000000..e11fd2d --- /dev/null +++ b/fping-5.0.tar.gz.asc @@ -0,0 +1,6 @@ +-----BEGIN PGP SIGNATURE----- + +iF0EABECAB0WIQSNHom4+6kgpaYJ8mFaEaIrxaH3NAUCXyqjYwAKCRBaEaIrxaH3 +NOtZAJ0dQ38KGO6aakF4TVX3sDdRGglwTgCeJUroGuKnwyRBhJGW6NVLaXTLjV0= +=gkXr +-----END PGP SIGNATURE----- diff --git a/fping.changes b/fping.changes index 362bb52..24cb2d3 100644 --- a/fping.changes +++ b/fping.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Mon Aug 17 12:40:08 UTC 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 @tycho) + - The reported size of received packets is now always correct on Linux even for + packets > 4096 bytes. + ------------------------------------------------------------------- Sun Jul 26 18:11:49 UTC 2020 - Andreas Stieger diff --git a/fping.spec b/fping.spec index 5b83c07..020cf13 100644 --- a/fping.spec +++ b/fping.spec @@ -17,7 +17,7 @@ Name: fping -Version: 4.4 +Version: 5.0 Release: 0 Summary: A program to ping multiple hosts License: MIT