Sync from SUSE:SLFO:Main fping revision 94d7414c16937d72d05cac1cf35b38f2
This commit is contained in:
BIN
fping-5.1.tar.gz
(Stored with Git LFS)
BIN
fping-5.1.tar.gz
(Stored with Git LFS)
Binary file not shown.
@@ -1,6 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iF0EABECAB0WIQSNHom4+6kgpaYJ8mFaEaIrxaH3NAUCYgAGGAAKCRBaEaIrxaH3
|
|
||||||
NHLiAJ9bVoA0IWuG4n7lfNn0+ucrEwzDqACfTu5KTUpwaJwMf2mKMLMEmHGg6k8=
|
|
||||||
=PII3
|
|
||||||
-----END PGP SIGNATURE-----
|
|
BIN
fping-5.2.tar.gz
(Stored with Git LFS)
Normal file
BIN
fping-5.2.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
6
fping-5.2.tar.gz.asc
Normal file
6
fping-5.2.tar.gz.asc
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
|
iF0EABECAB0WIQSNHom4+6kgpaYJ8mFaEaIrxaH3NAUCZiUVgwAKCRBaEaIrxaH3
|
||||||
|
NBSWAJ9vuKy7hoF6WGrmPD7/xbXc5PTxEACfRKYRNqRstyNJ5znTH7NP21zFaAg=
|
||||||
|
=X0pD
|
||||||
|
-----END PGP SIGNATURE-----
|
@@ -1,3 +1,22 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu May 9 18:52:29 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to 5.2:
|
||||||
|
* New option -X / --fast-reachable to exit immediately once N
|
||||||
|
hosts have been found
|
||||||
|
* New option -k / -fwmark to set Linux fwmark mask (#289,
|
||||||
|
* Always output fatal error messages
|
||||||
|
* Fallback to SO\_TIMESTAMP if SO\_TIMESTAMPNS is not available
|
||||||
|
* Fix running in unprivileged mode
|
||||||
|
* Fix build issue for NetBSD/alpha
|
||||||
|
* Fix build issue for OpenBSD/alpha
|
||||||
|
* Fix build warning for long int usage
|
||||||
|
* Fix build error with musl libc
|
||||||
|
* Fix to guard against division by zero
|
||||||
|
* Decouple -a/-u effects from -c
|
||||||
|
* Added contrib/Dockerfile
|
||||||
|
* Update github action os images
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Feb 22 16:12:16 UTC 2022 - Danilo Spinella <danilo.spinella@suse.com>
|
Tue Feb 22 16:12:16 UTC 2022 - Danilo Spinella <danilo.spinella@suse.com>
|
||||||
|
|
||||||
@@ -155,7 +174,7 @@ Tue Feb 28 13:06:09 UTC 2017 - liedke@rz.uni-mannheim.de
|
|||||||
* (feature) Ignore network and broadcast for cidrs /31 and /32
|
* (feature) Ignore network and broadcast for cidrs /31 and /32
|
||||||
(#102, Martin Topholm)
|
(#102, Martin Topholm)
|
||||||
* (feature) New option '-M' to set the "Don't Fragment" flag
|
* (feature) New option '-M' to set the "Don't Fragment" flag
|
||||||
(#91, Don Bowman)
|
(#91, Don Bowman)
|
||||||
* (feature) New option '-N' to output statistics for netdata
|
* (feature) New option '-N' to output statistics for netdata
|
||||||
(see: http://my-netdata.io/, #105, Costa Tsaousis)
|
(see: http://my-netdata.io/, #105, Costa Tsaousis)
|
||||||
* (feature) New option '-o' to calculate total outage time (#90, @jgerbeck)
|
* (feature) New option '-o' to calculate total outage time (#90, @jgerbeck)
|
||||||
@@ -180,7 +199,7 @@ Thu Oct 15 22:41:57 UTC 2015 - zaitor@opensuse.org
|
|||||||
- Update to version 3.12:
|
- Update to version 3.12:
|
||||||
+ Bugfix: Fix fping6 -R (#84).
|
+ Bugfix: Fix fping6 -R (#84).
|
||||||
- Changes from version 3.11:
|
- Changes from version 3.11:
|
||||||
+ Feature:
|
+ Feature:
|
||||||
- New option -R to use random bytes instead of NULLs (#72).
|
- New option -R to use random bytes instead of NULLs (#72).
|
||||||
- Small documentation and performance improvements.
|
- Small documentation and performance improvements.
|
||||||
+ Bugfix: Fix double entries with fping -u and unreachable hosts.
|
+ Bugfix: Fix double entries with fping -u and unreachable hosts.
|
||||||
@@ -245,13 +264,13 @@ Sun Aug 18 22:00:36 UTC 2013 - zaitor@opensuse.org
|
|||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jan 31 02:07:20 UTC 2013 - crrodriguez@opensuse.org
|
Thu Jan 31 02:07:20 UTC 2013 - crrodriguez@opensuse.org
|
||||||
|
|
||||||
- Enable missing ipv6 support
|
- Enable missing ipv6 support
|
||||||
- tweak out CFLAGS.
|
- tweak out CFLAGS.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Oct 16 09:52:22 UTC 2012 - puzel@suse.com
|
Tue Oct 16 09:52:22 UTC 2012 - puzel@suse.com
|
||||||
|
|
||||||
- update to 3.4
|
- update to 3.4
|
||||||
* Revert "Output statistics to stdout instead of stderr", because
|
* Revert "Output statistics to stdout instead of stderr", because
|
||||||
it breaks tools assuming the output goes to stderr
|
it breaks tools assuming the output goes to stderr
|
||||||
|
|
||||||
@@ -319,7 +338,7 @@ Sun Sep 18 17:17:12 UTC 2011 - jengelh@medozas.de
|
|||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Nov 18 15:39:24 UTC 2009 - puzel@novell.com
|
Wed Nov 18 15:39:24 UTC 2009 - puzel@novell.com
|
||||||
|
|
||||||
- add ipv6 support (bnc#555691)
|
- add ipv6 support (bnc#555691)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Feb 8 14:08:50 CET 2008 - lrupp@suse.de
|
Fri Feb 8 14:08:50 CET 2008 - lrupp@suse.de
|
||||||
@@ -347,7 +366,7 @@ Thu Apr 22 16:35:26 CEST 2004 - postadal@suse.cz
|
|||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Sep 17 17:34:28 CEST 2002 - ro@suse.de
|
Tue Sep 17 17:34:28 CEST 2002 - ro@suse.de
|
||||||
|
|
||||||
- removed bogus self-provides
|
- removed bogus self-provides
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jun 11 14:58:35 CEST 2001 - schwab@suse.de
|
Mon Jun 11 14:58:35 CEST 2001 - schwab@suse.de
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package fping
|
# spec file for package fping
|
||||||
#
|
#
|
||||||
# Copyright (c) 2022 SUSE LLC
|
# Copyright (c) 2024 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: fping
|
Name: fping
|
||||||
Version: 5.1
|
Version: 5.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A program to ping multiple hosts
|
Summary: A program to ping multiple hosts
|
||||||
License: MIT
|
License: MIT
|
||||||
|
Reference in New Issue
Block a user