From a95e22f4d014b343b5bcd726bbf065d292a01ed4f8e4856e710c9b9a9ce1fbe5 Mon Sep 17 00:00:00 2001 From: Kristyna Streitova Date: Mon, 27 Jul 2020 09:20:19 +0000 Subject: [PATCH] Accepting request 822870 from home:AndreasStieger:branches:network:utilities fping 4.4 OBS-URL: https://build.opensuse.org/request/show/822870 OBS-URL: https://build.opensuse.org/package/show/network:utilities/fping?expand=0&rev=49 --- fping-4.2-gcc10-extern.patch | 13 ------------- fping-4.2.tar.gz | 3 --- fping-4.2.tar.gz.asc | 6 ------ fping-4.4.tar.gz | 3 +++ fping-4.4.tar.gz.asc | 6 ++++++ fping.changes | 9 +++++++++ fping.spec | 7 +++---- 7 files changed, 21 insertions(+), 26 deletions(-) delete mode 100644 fping-4.2-gcc10-extern.patch delete mode 100644 fping-4.2.tar.gz delete mode 100644 fping-4.2.tar.gz.asc create mode 100644 fping-4.4.tar.gz create mode 100644 fping-4.4.tar.gz.asc diff --git a/fping-4.2-gcc10-extern.patch b/fping-4.2-gcc10-extern.patch deleted file mode 100644 index 99c18ce..0000000 --- a/fping-4.2-gcc10-extern.patch +++ /dev/null @@ -1,13 +0,0 @@ -Index: fping-4.2/src/fping.h -=================================================================== ---- fping-4.2.orig/src/fping.h -+++ fping-4.2/src/fping.h -@@ -11,7 +11,7 @@ - void crash_and_burn( char *message ); - void errno_crash_and_burn( char *message ); - int in_cksum( unsigned short *p, int n ); --int random_data_flag; -+extern int random_data_flag; - - /* socket.c */ - int open_ping_socket_ipv4(); diff --git a/fping-4.2.tar.gz b/fping-4.2.tar.gz deleted file mode 100644 index 3c75e38..0000000 --- a/fping-4.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7d339674b6a95aae1d8ad487ff5056fd95b474c3650938268f6a905c3771b64a -size 171409 diff --git a/fping-4.2.tar.gz.asc b/fping-4.2.tar.gz.asc deleted file mode 100644 index 5f33e68..0000000 --- a/fping-4.2.tar.gz.asc +++ /dev/null @@ -1,6 +0,0 @@ ------BEGIN PGP SIGNATURE----- - -iF0EABECAB0WIQSNHom4+6kgpaYJ8mFaEaIrxaH3NAUCXGxvqAAKCRBaEaIrxaH3 -NB+7AJwOAZ/i9tsTo/Z2pGd8/kGQkYrNIgCePTvU11mfL4xRV7v122pLNYPCfkI= -=uZpD ------END PGP SIGNATURE----- diff --git a/fping-4.4.tar.gz b/fping-4.4.tar.gz new file mode 100644 index 0000000..8b54553 --- /dev/null +++ b/fping-4.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f854b65a52dc7b1749d6743e35d0a6268179d1a724267339fc9a066b2b72d11 +size 182921 diff --git a/fping-4.4.tar.gz.asc b/fping-4.4.tar.gz.asc new file mode 100644 index 0000000..0f4fe59 --- /dev/null +++ b/fping-4.4.tar.gz.asc @@ -0,0 +1,6 @@ +-----BEGIN PGP SIGNATURE----- + +iF0EABECAB0WIQSNHom4+6kgpaYJ8mFaEaIrxaH3NAUCXxtBdQAKCRBaEaIrxaH3 +NPLxAJwLJ8kg7/adXdTFlQOBaWaWjuPP6QCfU+EBJjTyP7+v9ob1oBZBiKISc7w= +=wsVA +-----END PGP SIGNATURE----- diff --git a/fping.changes b/fping.changes index e474d8e..362bb52 100644 --- a/fping.changes +++ b/fping.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Sun Jul 26 18:11:49 UTC 2020 - Andreas Stieger + +- fping 4.4: + * Linux unprivileged ping support (ping_group_range) + * Add SIGQUIT summary support similar to ping + * bug fixes +- drop fping-4.2-gcc10-extern.patch, upstream + ------------------------------------------------------------------- Sun Jul 12 17:22:38 UTC 2020 - Andreas Stieger diff --git a/fping.spec b/fping.spec index 96c0b34..5b83c07 100644 --- a/fping.spec +++ b/fping.spec @@ -17,7 +17,7 @@ Name: fping -Version: 4.2 +Version: 4.4 Release: 0 Summary: A program to ping multiple hosts License: MIT @@ -26,7 +26,6 @@ URL: http://www.fping.org Source: http://fping.org/dist/%{name}-%{version}.tar.gz Source2: http://fping.org/dist/%{name}-%{version}.tar.gz.asc Source3: http://david.schweikert.ch/gpg-pubkey.txt#/%{name}.keyring -Patch0: fping-4.2-gcc10-extern.patch %if 0%{?suse_version} >= 1500 Requires(pre): permissions %endif @@ -51,10 +50,10 @@ designed to be easy to parse. %prep %setup -q -%patch0 -p1 %build -%configure +%configure \ + --enable-safe-limits %make_build %install