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:
Dominique Leuenberger 2024-05-10 10:05:27 +00:00 committed by Git OBS Bridge
commit f02874110f
6 changed files with 36 additions and 17 deletions

BIN
fping-5.1.tar.gz (Stored with Git LFS)

Binary file not shown.

View File

@ -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

Binary file not shown.

6
fping-5.2.tar.gz.asc Normal file
View File

@ -0,0 +1,6 @@
-----BEGIN PGP SIGNATURE-----
iF0EABECAB0WIQSNHom4+6kgpaYJ8mFaEaIrxaH3NAUCZiUVgwAKCRBaEaIrxaH3
NBSWAJ9vuKy7hoF6WGrmPD7/xbXc5PTxEACfRKYRNqRstyNJ5znTH7NP21zFaAg=
=X0pD
-----END PGP SIGNATURE-----

View File

@ -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>
@ -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
(#102, Martin Topholm)
* (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
(see: http://my-netdata.io/, #105, Costa Tsaousis)
* (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:
+ Bugfix: Fix fping6 -R (#84).
- Changes from version 3.11:
+ Feature:
+ Feature:
- New option -R to use random bytes instead of NULLs (#72).
- Small documentation and performance improvements.
+ 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
- Enable missing ipv6 support
- Enable missing ipv6 support
- tweak out CFLAGS.
-------------------------------------------------------------------
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
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
- add ipv6 support (bnc#555691)
- add ipv6 support (bnc#555691)
-------------------------------------------------------------------
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
- removed bogus self-provides
- removed bogus self-provides
-------------------------------------------------------------------
Mon Jun 11 14:58:35 CEST 2001 - schwab@suse.de

View File

@ -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