Sync from SUSE:SLFO:Main fping revision 94d7414c16937d72d05cac1cf35b38f2
This commit is contained in:
parent
e3818db45b
commit
36757d9187
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>
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user