From b7da3c125e7f09e5e5f083244d96201ce159a0bd73801db40138465ea29667d9 Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Fri, 21 Sep 2018 09:55:48 +0000 Subject: [PATCH] Accepting request 636882 from home:kstreitova:branches:network:utilities - 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 OBS-URL: https://build.opensuse.org/request/show/636882 OBS-URL: https://build.opensuse.org/package/show/network:utilities/fping?expand=0&rev=37 --- fping-4.0.tar.gz | 3 --- fping-4.1.tar.gz | 3 +++ fping.changes | 10 ++++++++++ fping.spec | 4 ++-- 4 files changed, 15 insertions(+), 5 deletions(-) delete mode 100644 fping-4.0.tar.gz create mode 100644 fping-4.1.tar.gz diff --git a/fping-4.0.tar.gz b/fping-4.0.tar.gz deleted file mode 100644 index f0619ae..0000000 --- a/fping-4.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:67eb4152b98ad34f99d2eec4e1098a0bb52caf13c0c89cd147349d08190fe8ce -size 170060 diff --git a/fping-4.1.tar.gz b/fping-4.1.tar.gz new file mode 100644 index 0000000..ee2eefc --- /dev/null +++ b/fping-4.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2733e2a18cc2b5b935c4e3b5b84ccf2080c38043f1864d7c43326e8048ddab73 +size 170851 diff --git a/fping.changes b/fping.changes index dc33df7..79de69f 100644 --- a/fping.changes +++ b/fping.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Thu Sep 20 10:21:39 UTC 2018 - kstreitova@suse.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 11:25:53 UTC 2017 - astieger@suse.com diff --git a/fping.spec b/fping.spec index 2541ae4..cf0afcb 100644 --- a/fping.spec +++ b/fping.spec @@ -1,7 +1,7 @@ # # spec file for package fping # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # 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: 4.0 +Version: 4.1 Release: 0 Summary: A program to ping multiple hosts License: MIT