From 23cc5e3a836874f0f4411fa0cd34326b7a30ae3ddc29c2bdc28a6ad930a1857f Mon Sep 17 00:00:00 2001 From: Danilo Spinella Date: Tue, 22 Feb 2022 16:49:51 +0000 Subject: [PATCH] Accepting request 956817 from home:dspinella:branches:network:utilities - 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 OBS-URL: https://build.opensuse.org/request/show/956817 OBS-URL: https://build.opensuse.org/package/show/network:utilities/fping?expand=0&rev=55 --- fping-5.0.tar.gz | 3 --- fping-5.0.tar.gz.asc | 6 ------ fping-5.1.tar.gz | 3 +++ fping-5.1.tar.gz.asc | 6 ++++++ fping.changes | 13 +++++++++++++ fping.spec | 4 ++-- 6 files changed, 24 insertions(+), 11 deletions(-) delete mode 100644 fping-5.0.tar.gz delete mode 100644 fping-5.0.tar.gz.asc create mode 100644 fping-5.1.tar.gz create mode 100644 fping-5.1.tar.gz.asc diff --git a/fping-5.0.tar.gz b/fping-5.0.tar.gz deleted file mode 100644 index ac6e94b..0000000 --- a/fping-5.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index e11fd2d..0000000 --- a/fping-5.0.tar.gz.asc +++ /dev/null @@ -1,6 +0,0 @@ ------BEGIN PGP SIGNATURE----- - -iF0EABECAB0WIQSNHom4+6kgpaYJ8mFaEaIrxaH3NAUCXyqjYwAKCRBaEaIrxaH3 -NOtZAJ0dQ38KGO6aakF4TVX3sDdRGglwTgCeJUroGuKnwyRBhJGW6NVLaXTLjV0= -=gkXr ------END PGP SIGNATURE----- diff --git a/fping-5.1.tar.gz b/fping-5.1.tar.gz new file mode 100644 index 0000000..fc422f3 --- /dev/null +++ b/fping-5.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ee5268c063d76646af2b4426052e7d81a42b657e6a77d8e7d3d2e60fd7409fe +size 191224 diff --git a/fping-5.1.tar.gz.asc b/fping-5.1.tar.gz.asc new file mode 100644 index 0000000..c66ffac --- /dev/null +++ b/fping-5.1.tar.gz.asc @@ -0,0 +1,6 @@ +-----BEGIN PGP SIGNATURE----- + +iF0EABECAB0WIQSNHom4+6kgpaYJ8mFaEaIrxaH3NAUCYgAGGAAKCRBaEaIrxaH3 +NHLiAJ9bVoA0IWuG4n7lfNn0+ucrEwzDqACfTu5KTUpwaJwMf2mKMLMEmHGg6k8= +=PII3 +-----END PGP SIGNATURE----- diff --git a/fping.changes b/fping.changes index 5d12683..ece8415 100644 --- a/fping.changes +++ b/fping.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Tue Feb 22 16:12:16 UTC 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 7 12:20:48 UTC 2020 - Matthias Gerstner diff --git a/fping.spec b/fping.spec index 7f0a5e2..d34963b 100644 --- a/fping.spec +++ b/fping.spec @@ -1,7 +1,7 @@ # # spec file for package fping # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: fping -Version: 5.0 +Version: 5.1 Release: 0 Summary: A program to ping multiple hosts License: MIT