From a7a589e7379ba266fc291d486e21a22c034055e62d5c7e60a85548ef33d81dab Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 9 May 2024 18:53:34 +0000 Subject: [PATCH] - 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/package/show/network:utilities/fping?expand=0&rev=56 --- fping-5.1.tar.gz | 3 --- fping-5.1.tar.gz.asc | 6 ------ fping-5.2.tar.gz | 3 +++ fping-5.2.tar.gz.asc | 6 ++++++ fping.changes | 31 +++++++++++++++++++++++++------ fping.spec | 4 ++-- 6 files changed, 36 insertions(+), 17 deletions(-) delete mode 100644 fping-5.1.tar.gz delete mode 100644 fping-5.1.tar.gz.asc create mode 100644 fping-5.2.tar.gz create mode 100644 fping-5.2.tar.gz.asc diff --git a/fping-5.1.tar.gz b/fping-5.1.tar.gz deleted file mode 100644 index fc422f3..0000000 --- a/fping-5.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1ee5268c063d76646af2b4426052e7d81a42b657e6a77d8e7d3d2e60fd7409fe -size 191224 diff --git a/fping-5.1.tar.gz.asc b/fping-5.1.tar.gz.asc deleted file mode 100644 index c66ffac..0000000 --- a/fping-5.1.tar.gz.asc +++ /dev/null @@ -1,6 +0,0 @@ ------BEGIN PGP SIGNATURE----- - -iF0EABECAB0WIQSNHom4+6kgpaYJ8mFaEaIrxaH3NAUCYgAGGAAKCRBaEaIrxaH3 -NHLiAJ9bVoA0IWuG4n7lfNn0+ucrEwzDqACfTu5KTUpwaJwMf2mKMLMEmHGg6k8= -=PII3 ------END PGP SIGNATURE----- diff --git a/fping-5.2.tar.gz b/fping-5.2.tar.gz new file mode 100644 index 0000000..4b294f0 --- /dev/null +++ b/fping-5.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7692d10d73fb0bb76e1f7459aa7f19bbcdbfc5adbedef02f468974b18b0e42f +size 194259 diff --git a/fping-5.2.tar.gz.asc b/fping-5.2.tar.gz.asc new file mode 100644 index 0000000..b6c5648 --- /dev/null +++ b/fping-5.2.tar.gz.asc @@ -0,0 +1,6 @@ +-----BEGIN PGP SIGNATURE----- + +iF0EABECAB0WIQSNHom4+6kgpaYJ8mFaEaIrxaH3NAUCZiUVgwAKCRBaEaIrxaH3 +NBSWAJ9vuKy7hoF6WGrmPD7/xbXc5PTxEACfRKYRNqRstyNJ5znTH7NP21zFaAg= +=X0pD +-----END PGP SIGNATURE----- diff --git a/fping.changes b/fping.changes index ece8415..3d4d273 100644 --- a/fping.changes +++ b/fping.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Thu May 9 18:52:29 UTC 2024 - Dirk Müller + +- 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 @@ -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 diff --git a/fping.spec b/fping.spec index d34963b..bda0b45 100644 --- a/fping.spec +++ b/fping.spec @@ -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