Accepting request 477058 from network:utilities
1 OBS-URL: https://build.opensuse.org/request/show/477058 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fping?expand=0&rev=28
This commit is contained in:
commit
c15ecaeb30
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4bb28efd1cb3d1240ae551dadc20daa852b1ba71bafe32e49ca629c1848e5720
|
||||
size 155976
|
3
fping-3.16.tar.gz
Normal file
3
fping-3.16.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2f753094e4df3cdb1d99be1687c0fb7d2f14c0d526ebf03158c8c5519bc78f54
|
||||
size 162629
|
@ -1,3 +1,40 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 28 13:06:09 UTC 2017 - liedke@rz.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, @blentzgh)
|
||||
* (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, @jgerbeck)
|
||||
* (bugfix) Exit code should be 2 when the hostname can't be resolved
|
||||
(fixes #98, reported by @green-fox)
|
||||
* (bugfix) Fix issue compliling on RHEL/Centos 7 (#95, @jbackman)
|
||||
* (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 20:35:51 UTC 2015 - zaitor@opensuse.org
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package fping
|
||||
#
|
||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2017 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
|
||||
@ -18,7 +18,7 @@
|
||||
|
||||
Name: fping
|
||||
Url: http://www.fping.org
|
||||
Version: 3.13
|
||||
Version: 3.16
|
||||
Release: 0
|
||||
Summary: A program to ping multiple hosts
|
||||
License: MIT
|
||||
|
Loading…
Reference in New Issue
Block a user