From 9bea1345c1f0ab89c7622ed76e3d13279e2187b981b9232a18cdd80877297ee5 Mon Sep 17 00:00:00 2001 From: Andreas Stieger Date: Sun, 20 May 2012 22:30:56 +0000 Subject: [PATCH] Accepting request 121561 from home:Zaitor:branches:network:utilities Update to ver 3.1 OBS-URL: https://build.opensuse.org/request/show/121561 OBS-URL: https://build.opensuse.org/package/show/network:utilities/fping?expand=0&rev=10 --- fping-3.0.tar.gz | 3 --- fping-3.1.tar.gz | 3 +++ fping.changes | 17 +++++++++++++++++ fping.spec | 3 ++- 4 files changed, 22 insertions(+), 4 deletions(-) delete mode 100644 fping-3.0.tar.gz create mode 100644 fping-3.1.tar.gz diff --git a/fping-3.0.tar.gz b/fping-3.0.tar.gz deleted file mode 100644 index 1155946..0000000 --- a/fping-3.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:380a73a086bba4eebcaf6275dc065f587359a122849f64551964f55daeba0838 -size 131436 diff --git a/fping-3.1.tar.gz b/fping-3.1.tar.gz new file mode 100644 index 0000000..a8d0f64 --- /dev/null +++ b/fping-3.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5c9d3984a8680c4f0a40d1b2b534276caffc92c1da4a27ea35894a94be2b999 +size 138134 diff --git a/fping.changes b/fping.changes index b27e666..552747c 100644 --- a/fping.changes +++ b/fping.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Sun May 20 22:11:17 UTC 2012 - zaitor@opensuse.org + +- Update to version 3.1: + + -g option (generate): exclude network and broadcast address + for cidr ranges. + + do not explicitely check if running as root, to make it + possible to install fping with linux capabilities instead of + making it setuid (setcap cap_net_raw+ep fping). + + ANSI C (C89) compiler now a requirement. + + Portability fixes. + + Reorganized source directory. + + Bugfix: fix timeout issue on Solaris. + + Man-page fixes. + + Added -H option to specify number of hops. + + Output usage information to stdout when called with -h + ------------------------------------------------------------------- Wed Feb 8 11:19:38 UTC 2012 - puzel@suse.com diff --git a/fping.spec b/fping.spec index 9de7d50..a1fb96c 100644 --- a/fping.spec +++ b/fping.spec @@ -15,9 +15,10 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + Name: fping Url: http://www.fping.org -Version: 3.0 +Version: 3.1 Release: 0 Summary: A program to ping multiple hosts License: MIT