Accepting request 225188 from home:Zaitor:branches:network:utilities
- Update to version 3.9: + Fix random output on socket error (#56). + Support ppc64le architecture by including alpha libtool version. + Fix compilation problem on FreeBSD (#57). + Initial test suite and continous intergration (with travis-ci.org / coveralls.io). + Don't output usage information on error. - Changes from version 3.8: + Fix segmentation fault introduced in version 3.7 with loop mode (#55). - Changes from version 3.7: + Allow running as non-root on Mac OS X by using non-privileged ICMP (#7). + Remove unnecessary IPv6 socket options. + Fix again compatibility issue with FreeBSD. + Fix fping hanging forever on permanent sendto failure. + Fix duplicate echo reply packets causing early stop in count mode (#53). - Changes from version 3.6: + Fix loop issue after 65536 pings (#12). + Minimum ping data size is now 0. + Removed setsockopt IPV6_CHECKSUM, which shouldn't be set and breaks compiling on Solaris. + Fix wrong min RTT value with -Q option (#51). - Drop export CFLAGS="%optflags -D_GNU_SOURCE -fwhole-program", it breaks the build. OBS-URL: https://build.opensuse.org/request/show/225188 OBS-URL: https://build.opensuse.org/package/show/network:utilities/fping?expand=0&rev=22
This commit is contained in:
parent
3b823cffba
commit
96571d0cf1
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:09b8960e235341bae6000085d38106357eae656a79e0119bd27e816c9003656a
|
||||
size 145512
|
3
fping-3.9.tar.gz
Normal file
3
fping-3.9.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:173653d123c0122f69ec916d9a29914e3525c8e880d2b0e57db307a1be42b11d
|
||||
size 156675
|
@ -1,3 +1,34 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Mar 8 20:28:18 UTC 2014 - zaitor@opensuse.org
|
||||
|
||||
- Update to version 3.9:
|
||||
+ Fix random output on socket error (#56).
|
||||
+ Support ppc64le architecture by including alpha libtool
|
||||
version.
|
||||
+ Fix compilation problem on FreeBSD (#57).
|
||||
+ Initial test suite and continous intergration (with
|
||||
travis-ci.org / coveralls.io).
|
||||
+ Don't output usage information on error.
|
||||
- Changes from version 3.8:
|
||||
+ Fix segmentation fault introduced in version 3.7 with loop mode
|
||||
(#55).
|
||||
- Changes from version 3.7:
|
||||
+ Allow running as non-root on Mac OS X by using non-privileged
|
||||
ICMP (#7).
|
||||
+ Remove unnecessary IPv6 socket options.
|
||||
+ Fix again compatibility issue with FreeBSD.
|
||||
+ Fix fping hanging forever on permanent sendto failure.
|
||||
+ Fix duplicate echo reply packets causing early stop in count
|
||||
mode (#53).
|
||||
- Changes from version 3.6:
|
||||
+ Fix loop issue after 65536 pings (#12).
|
||||
+ Minimum ping data size is now 0.
|
||||
+ Removed setsockopt IPV6_CHECKSUM, which shouldn't be set and
|
||||
breaks compiling on Solaris.
|
||||
+ Fix wrong min RTT value with -Q option (#51).
|
||||
- Drop export CFLAGS="%optflags -D_GNU_SOURCE -fwhole-program", it
|
||||
breaks the build.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 18 22:00:36 UTC 2013 - zaitor@opensuse.org
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package fping
|
||||
#
|
||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -18,7 +18,7 @@
|
||||
|
||||
Name: fping
|
||||
Url: http://www.fping.org
|
||||
Version: 3.5
|
||||
Version: 3.9
|
||||
Release: 0
|
||||
Summary: A program to ping multiple hosts
|
||||
License: MIT
|
||||
@ -48,7 +48,6 @@ designed to be easy to parse.
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
export CFLAGS="%optflags -D_GNU_SOURCE -fwhole-program"
|
||||
%configure --enable-ipv6 --enable-ipv4
|
||||
make %{?_smp_mflags}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user