Accepting request 1172977 from network:utilities
- 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 (#91, Don Bowman) + Feature: - Enable missing ipv6 support - update to 3.4 - add ipv6 support (bnc#555691) - removed bogus self-provides OBS-URL: https://build.opensuse.org/request/show/1172977 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fping?expand=0&rev=39
This commit is contained in:
commit
f02874110f
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>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# 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
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: fping
|
||||
Version: 5.1
|
||||
Version: 5.2
|
||||
Release: 0
|
||||
Summary: A program to ping multiple hosts
|
||||
License: MIT
|
||||
|
Loading…
Reference in New Issue
Block a user