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
This commit is contained in:
parent
25c5d96f2d
commit
a95e22f4d0
@ -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();
|
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:7d339674b6a95aae1d8ad487ff5056fd95b474c3650938268f6a905c3771b64a
|
|
||||||
size 171409
|
|
@ -1,6 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iF0EABECAB0WIQSNHom4+6kgpaYJ8mFaEaIrxaH3NAUCXGxvqAAKCRBaEaIrxaH3
|
|
||||||
NB+7AJwOAZ/i9tsTo/Z2pGd8/kGQkYrNIgCePTvU11mfL4xRV7v122pLNYPCfkI=
|
|
||||||
=uZpD
|
|
||||||
-----END PGP SIGNATURE-----
|
|
3
fping-4.4.tar.gz
Normal file
3
fping-4.4.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:9f854b65a52dc7b1749d6743e35d0a6268179d1a724267339fc9a066b2b72d11
|
||||||
|
size 182921
|
6
fping-4.4.tar.gz.asc
Normal file
6
fping-4.4.tar.gz.asc
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
|
iF0EABECAB0WIQSNHom4+6kgpaYJ8mFaEaIrxaH3NAUCXxtBdQAKCRBaEaIrxaH3
|
||||||
|
NPLxAJwLJ8kg7/adXdTFlQOBaWaWjuPP6QCfU+EBJjTyP7+v9ob1oBZBiKISc7w=
|
||||||
|
=wsVA
|
||||||
|
-----END PGP SIGNATURE-----
|
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Jul 26 18:11:49 UTC 2020 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||||
|
|
||||||
|
- 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 <andreas.stieger@gmx.de>
|
Sun Jul 12 17:22:38 UTC 2020 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: fping
|
Name: fping
|
||||||
Version: 4.2
|
Version: 4.4
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A program to ping multiple hosts
|
Summary: A program to ping multiple hosts
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -26,7 +26,6 @@ URL: http://www.fping.org
|
|||||||
Source: http://fping.org/dist/%{name}-%{version}.tar.gz
|
Source: http://fping.org/dist/%{name}-%{version}.tar.gz
|
||||||
Source2: http://fping.org/dist/%{name}-%{version}.tar.gz.asc
|
Source2: http://fping.org/dist/%{name}-%{version}.tar.gz.asc
|
||||||
Source3: http://david.schweikert.ch/gpg-pubkey.txt#/%{name}.keyring
|
Source3: http://david.schweikert.ch/gpg-pubkey.txt#/%{name}.keyring
|
||||||
Patch0: fping-4.2-gcc10-extern.patch
|
|
||||||
%if 0%{?suse_version} >= 1500
|
%if 0%{?suse_version} >= 1500
|
||||||
Requires(pre): permissions
|
Requires(pre): permissions
|
||||||
%endif
|
%endif
|
||||||
@ -51,10 +50,10 @@ designed to be easy to parse.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%configure \
|
||||||
|
--enable-safe-limits
|
||||||
%make_build
|
%make_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
|
Loading…
Reference in New Issue
Block a user