64 Commits

Author SHA256 Message Date
b545d07e02 Accepting request 1325085 from network:utilities
- update to 5.5:
  * New option -J / --json for JSON output. See doc/fping-json.md
    for the JSON schema. This feature is still in alpha and the
    schema might change in future releases
  * The -g, --generate option now also supports IPv6 addresses
  * New option --seqmap-timeout to control the time after which
    sequence numbers can be used again
  * Fix OpenBSD sprintf() warning
  * Fix fallback to SO\_TIMESTAMP if SO\_TIMESTAMPNS is not
    available
  * Typo fix in error message when SO\_BINDTODEVICE fails
  * Options --print-tos and --print-ttl now also work for IPv6,
    and no longer require privileges
  * Report received ICMPv6 error messages
  * Suppress duplicate reports in count mode with -q, --quiet or
    -Q, --squiet
  * Switch to alpine-based multi-stage Docker build to reduce
    image size and improve build performance;
  * Print receive ping moved to new functions
  * Avoid unsigned overflow when determining the memory size to
    save response times on systems where size\_t is the same as
    unsigned int
  * Document the new minimum value for the -p option
  * Fix build without IPv6 support
  * Fix debug build use of dbg_printf in fping.c
  * Remove MacOS-specific test for -I option
  * GitHub Actions fixes (thanks @gsnw-sebast)
  * Fix measurement of time for timed reports (-Q) to start after
    DNS name resolution.

OBS-URL: https://build.opensuse.org/request/show/1325085
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fping?expand=0&rev=42
2026-01-03 16:26:30 +00:00
f0ce9d9848 - update to 5.5:
* New option -J / --json for JSON output. See doc/fping-json.md
    for the JSON schema. This feature is still in alpha and the
    schema might change in future releases
  * The -g, --generate option now also supports IPv6 addresses
  * New option --seqmap-timeout to control the time after which
    sequence numbers can be used again
  * Fix OpenBSD sprintf() warning
  * Fix fallback to SO\_TIMESTAMP if SO\_TIMESTAMPNS is not
    available
  * Typo fix in error message when SO\_BINDTODEVICE fails
  * Options --print-tos and --print-ttl now also work for IPv6,
    and no longer require privileges
  * Report received ICMPv6 error messages
  * Suppress duplicate reports in count mode with -q, --quiet or
    -Q, --squiet
  * Switch to alpine-based multi-stage Docker build to reduce
    image size and improve build performance;
  * Print receive ping moved to new functions
  * Avoid unsigned overflow when determining the memory size to
    save response times on systems where size\_t is the same as
    unsigned int
  * Document the new minimum value for the -p option
  * Fix build without IPv6 support
  * Fix debug build use of dbg_printf in fping.c
  * Remove MacOS-specific test for -I option
  * GitHub Actions fixes (thanks @gsnw-sebast)
  * Fix measurement of time for timed reports (-Q) to start after
    DNS name resolution.
- Update to 5.4:

OBS-URL: https://build.opensuse.org/package/show/network:utilities/fping?expand=0&rev=62
2026-01-02 10:08:11 +00:00
d8c6b27e5b Accepting request 1307026 from network:utilities
OBS-URL: https://build.opensuse.org/request/show/1307026
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fping?expand=0&rev=41
2025-09-25 16:45:17 +00:00
323971b807 Accepting request 1307025 from home:mgrossu:branches:network:utilities
- Update to 5.4:  
  * Memory allocation safety checks for event storage (thanks David.A for the bug report)
  * Fix off-by-one boundary check in seqmap code (thanks David.A for the bug report)
  * The minimum value for the period (-p flag) is now 0.001 milliseconds

OBS-URL: https://build.opensuse.org/request/show/1307025
OBS-URL: https://build.opensuse.org/package/show/network:utilities/fping?expand=0&rev=60
2025-09-25 05:25:53 +00:00
7e2ec5fcce Accepting request 1235604 from network:utilities
OBS-URL: https://build.opensuse.org/request/show/1235604
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fping?expand=0&rev=40
2025-01-07 19:54:49 +00:00
fc5bbc26c0 Accepting request 1235075 from home:ateixeira:branches:network:utilities
- Update to 5.3:
  * New option --icmp-timestamp to send ICMP timestamp requests (ICMP type 13)
    instead of ICMP Echo requests (#353 #363, thanks @auerswal and @gsnw-sebast)
  * New option --print-ttl to print returned TTL value (#354, thanks @nalves599)
  * New option --print-tos to print returned TOS value (#335 #346 #347, thanks
    @auerswal and @gsnw-sebast)
  * New option --check-source (#334, thanks @auerswal)
  * Predefined various timestamp formats (#321, thanks @auerswal and @gsnw-sebast)
  * Print cumulative stats with -Q SECS,cumulative (#315, thanks @auerswal)
  * ci: Upgrade actions/upload-artifact to v4 (#360, thanks @gsnw-sebast)
  * ci: Azure Pipeline only trigger when changes are made in the development branch
    (#359, thanks @gsnw-sebast)
  * ci: Upgrade actions/upload-artifact to v3 (#355, thanks @pevik)
  * ci: Azure Pipeline YAML add docker build (#354, thanks @gsnw-sebast)
  * Dockerfile: change distribution from ubuntu to debian (#350, thanks
    @gsnw-sebast)
  * Fix warning unused parameter 'reply_timestamp' under macOS (#348, thanks
    @gsnw-sebast)
  * Fix increase maximum -s value to 65507 (#344, thanks @pevik)
  * ci: use File::Temp to create temporary directory (#343, thanks @auerswal)
  * Fix -k, --fwmark with setuid fping executable (#342, thanks @auerswal)
  * Another batch of additional tests (take 2) (#341, thanks @auerswal)
  * Document that -a and -u are overridden by -c and -C (#338, thanks @auerswal)
  * Fix macOS build warning sets SEQMAP_TIMEOUT_IN_NSSEQMAP_TIMEOUT_IN_NS as INT64_C
    (#336, thanks @gsnw-sebast)
  * Fix inconsistent limits for address generation via -g, --generator using either
    range or CIDR (#331, thanks @auerswal)
  * Some additional tests (#329, thanks @auerswal)
  * ci: skip an unreliable test on macOS (#328, thanks @auerswal)
  * Fix incorrect return-value check for a scanf like function (CWE-253) (#323,

OBS-URL: https://build.opensuse.org/request/show/1235075
OBS-URL: https://build.opensuse.org/package/show/network:utilities/fping?expand=0&rev=58
2025-01-07 12:44:23 +00:00
bff4748176 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
2024-05-10 10:05:27 +00:00
6c98b6a31a - 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
2024-05-09 18:53:34 +00:00
ca9b1d4fd3 Accepting request 956822 from network:utilities
OBS-URL: https://build.opensuse.org/request/show/956822
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fping?expand=0&rev=38
2022-02-22 20:18:29 +00:00
Danilo Spinella
62a105be44 Accepting request 956817 from home:dspinella:branches:network:utilities
- Update to 5.1:
  * Netdata: use host instead name as family label
  * Netdata: use formatstring macro PRId64
  * Allow -4 option to be given multiple times
  * Documentation fix
  * Retain privileges until after privileged setsockopt
  * Set bind to source only when option is set
  * Fix getnameinfo not called properly for IPv4
  * Documentation updates

OBS-URL: https://build.opensuse.org/request/show/956817
OBS-URL: https://build.opensuse.org/package/show/network:utilities/fping?expand=0&rev=55
2022-02-22 16:49:51 +00:00
6773bb1b1c Accepting request 843277 from network:utilities
OBS-URL: https://build.opensuse.org/request/show/843277
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fping?expand=0&rev=37
2020-10-22 12:25:51 +00:00
16b4852ebd Accepting request 840039 from home:mgerstner:branches:network:utilities
- no longer invoke permissions macros for fping. It now uses ICMP_RAW sockets
  instead (bsc#1174504).

OBS-URL: https://build.opensuse.org/request/show/840039
OBS-URL: https://build.opensuse.org/package/show/network:utilities/fping?expand=0&rev=53
2020-10-21 22:21:04 +00:00
98e6792901 Accepting request 827607 from network:utilities
OBS-URL: https://build.opensuse.org/request/show/827607
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fping?expand=0&rev=36
2020-08-19 16:50:58 +00:00
1976e9206a Accepting request 827348 from home:dirkmueller:branches:network:utilities
- update to 5.0:
  - In non-quiet loop and count mode, a line is printed for every lost packet
    8.8.8.8 : xmt/rcv/%loss = 2/2/0%, min/avg/max = 12.3/12.5/12.8
    8.8.8.7 : xmt/rcv/%loss = 2/0/100%
  - The returned size in bytes now always excludes the IP header, so if before it
    reported '84 bytes' e.g. when using 'fping -l', now it reports '64 bytes'.
    This is to make the reported size consistent with ping(8) from iputils and
    also with fping when pinging a IPv6 host (which never included the IPv6
    header size).
  - The number of sent pings is only counted when the pings are received or have
    timed out, ensuring that the loss ratio will be always correct. This makes it
    possible, for example, to use loop mode (-l) with interval statistics (-Q)
    and a timeout larger than period, without having the issue that initially
    some pings would be reported as missing (#193)
  - Improved precision of measurements from 10us to 1us (#136, thanks @tycho)
  - The reported size of received packets is now always correct on Linux even for
    packets > 4096 bytes.

OBS-URL: https://build.opensuse.org/request/show/827348
OBS-URL: https://build.opensuse.org/package/show/network:utilities/fping?expand=0&rev=51
2020-08-18 14:08:52 +00:00
d3840b5cf0 Accepting request 822942 from network:utilities
OBS-URL: https://build.opensuse.org/request/show/822942
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fping?expand=0&rev=35
2020-07-27 15:47:48 +00:00
9def0040d0 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
2020-07-27 09:20:19 +00:00
cd0315d56e Accepting request 820690 from network:utilities
OBS-URL: https://build.opensuse.org/request/show/820690
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fping?expand=0&rev=34
2020-07-14 06:00:42 +00:00
4d21839acb Accepting request 820566 from home:AndreasStieger:branches:network:utilities
- add upstream signing key and validate source signature

OBS-URL: https://build.opensuse.org/request/show/820566
OBS-URL: https://build.opensuse.org/package/show/network:utilities/fping?expand=0&rev=47
2020-07-13 13:29:02 +00:00
06073830e9 Accepting request 814570 from network:utilities
- correct download URL (upstream is using .gz instead of bz2)
- refreshed fping-4.2-gcc10-extern.patch
- add fping-4.2-gcc10-extern.patch to fix build with GCC10
- bzip2 the sources
- package COPYING file instead of INSTALL file
- use permission settings only on SLE-15 and newer
- Update to version 4.2
  * Allow decimal numbers for -t -i -p and -Q
  * New option -x/--reachable to check # of reachable hosts
  * Fix build with --disable-ipv6 (#134)
  * Fix hang with '-6' if the binary is named 'fping6'
  * Get rid of warning 'timeout -t value' (#142)

OBS-URL: https://build.opensuse.org/request/show/814570
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fping?expand=0&rev=33
2020-06-27 21:22:18 +00:00
Lars Vogdt
a36746203c - correct download URL (upstream is using .gz instead of bz2)
- refreshed fping-4.2-gcc10-extern.patch

OBS-URL: https://build.opensuse.org/package/show/network:utilities/fping?expand=0&rev=45
2020-06-14 15:45:56 +00:00
Lars Vogdt
0f22ff0ce7 use correct source
OBS-URL: https://build.opensuse.org/package/show/network:utilities/fping?expand=0&rev=44
2020-06-14 15:44:47 +00:00
Lars Vogdt
348cb74ab2 OBS-URL: https://build.opensuse.org/package/show/network:utilities/fping?expand=0&rev=43 2020-06-14 15:43:50 +00:00
Lars Vogdt
4d43dc6c5c OBS-URL: https://build.opensuse.org/package/show/network:utilities/fping?expand=0&rev=42 2020-06-14 15:43:41 +00:00
Lars Vogdt
d450d9923d Accepting request 812602 from home:kstreitova:branches:network:utilities
- add fping-4.2-gcc10-extern.patch to fix build with GCC10

OBS-URL: https://build.opensuse.org/request/show/812602
OBS-URL: https://build.opensuse.org/package/show/network:utilities/fping?expand=0&rev=41
2020-06-11 10:04:32 +00:00
Lars Vogdt
0a3554d56f - bzip2 the sources
- package COPYING file instead of INSTALL file
- use permission settings only on SLE-15 and newer

OBS-URL: https://build.opensuse.org/package/show/network:utilities/fping?expand=0&rev=40
2019-03-06 13:10:48 +00:00
Lars Vogdt
407b125d65 Accepting request 678366 from home:seanlew:branches:network:utilities
Update fping

OBS-URL: https://build.opensuse.org/request/show/678366
OBS-URL: https://build.opensuse.org/package/show/network:utilities/fping?expand=0&rev=39
2019-03-06 13:00:54 +00:00
886ff2d7e1 Accepting request 637024 from network:utilities
OBS-URL: https://build.opensuse.org/request/show/637024
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fping?expand=0&rev=32
2018-09-24 11:13:02 +00:00
21e5dd03da Accepting request 636882 from home:kstreitova:branches:network:utilities
- Update to version 4.1
  * Fix problem when socket fd is 0
  * Fix running on servers with disabled IPv6
  * Allow running "fping -h" or "--help" even when raw socket
    can't be opened
  * Fix build issue with FreeBSD and IPv6

OBS-URL: https://build.opensuse.org/request/show/636882
OBS-URL: https://build.opensuse.org/package/show/network:utilities/fping?expand=0&rev=37
2018-09-21 09:55:48 +00:00
9858404f38 Accepting request 556652 from network:utilities
OBS-URL: https://build.opensuse.org/request/show/556652
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fping?expand=0&rev=31
2017-12-14 10:02:32 +00:00
fa65bc01af Accepting request 556647 from home:AndreasStieger:branches:network:utilities
- fping now has cap_net_raw, fix build in Factory (bsc#1047921)

OBS-URL: https://build.opensuse.org/request/show/556647
OBS-URL: https://build.opensuse.org/package/show/network:utilities/fping?expand=0&rev=35
2017-12-13 12:08:09 +00:00
44ccc7bfb4 Accepting request 505797 from network:utilities
1

OBS-URL: https://build.opensuse.org/request/show/505797
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fping?expand=0&rev=30
2017-06-23 07:18:47 +00:00
OBS User mrdocs
5ffaaab81d Accepting request 505457 from home:scarabeus_iv:branches:network:utilities
- Cleanup a bit with spec-cleaner basically just to use new make_install
  macro

OBS-URL: https://build.opensuse.org/request/show/505457
OBS-URL: https://build.opensuse.org/package/show/network:utilities/fping?expand=0&rev=33
2017-06-23 00:55:55 +00:00
597531f510 Accepting request 494726 from network:utilities
1

OBS-URL: https://build.opensuse.org/request/show/494726
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fping?expand=0&rev=29
2017-05-16 12:44:35 +00:00
OBS User mrdocs
e2f9533bc4 Accepting request 494587 from home:jengelh:branches:network:utilities
- Do away with %__ macro indirections.

OBS-URL: https://build.opensuse.org/request/show/494587
OBS-URL: https://build.opensuse.org/package/show/network:utilities/fping?expand=0&rev=31
2017-05-11 20:07:24 +00:00
OBS User mrdocs
18127c8b74 Accepting request 493503 from home:dliedke:branches:network:utilities
Update to version 4.0

OBS-URL: https://build.opensuse.org/request/show/493503
OBS-URL: https://build.opensuse.org/package/show/network:utilities/fping?expand=0&rev=30
2017-05-11 02:33:59 +00:00
fd1dc9b724 Accepting request 477058 from network:utilities
1

OBS-URL: https://build.opensuse.org/request/show/477058
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fping?expand=0&rev=28
2017-03-08 00:15:11 +00:00
65123e8f6e Accepting request 460865 from home:dliedke:branches:network:utilities
Update to version 3.16

OBS-URL: https://build.opensuse.org/request/show/460865
OBS-URL: https://build.opensuse.org/package/show/network:utilities/fping?expand=0&rev=28
2017-03-05 20:12:52 +00:00
43448dcfe2 Accepting request 344857 from network:utilities
1

OBS-URL: https://build.opensuse.org/request/show/344857
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fping?expand=0&rev=27
2015-11-17 13:23:32 +00:00
86b2b97e0d Accepting request 344624 from home:Zaitor:branches:network:utilities
Update

OBS-URL: https://build.opensuse.org/request/show/344624
OBS-URL: https://build.opensuse.org/package/show/network:utilities/fping?expand=0&rev=26
2015-11-17 09:09:39 +00:00
Stephan Kulow
01cdfa5843 Accepting request 232768 from network:utilities
Update to version 3.10 (forwarded request 232619 from Zaitor)

OBS-URL: https://build.opensuse.org/request/show/232768
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fping?expand=0&rev=25
2014-05-06 11:56:47 +00:00
723bfb482b Accepting request 232619 from home:Zaitor:branches:network:utilities
Update to version 3.10

OBS-URL: https://build.opensuse.org/request/show/232619
OBS-URL: https://build.opensuse.org/package/show/network:utilities/fping?expand=0&rev=24
2014-05-05 18:21:52 +00:00
Stephan Kulow
5cf7e5a79f Accepting request 225204 from 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. (forwarded request 225188 from Zaitor)

OBS-URL: https://build.opensuse.org/request/show/225204
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fping?expand=0&rev=24
2014-03-09 17:22:11 +00:00
OBS User mrdocs
a6ba4a10eb 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
2014-03-09 05:32:21 +00:00
Tomáš Chvátal
c57e2f4a8f Accepting request 195577 from network:utilities
Update to version 3.5 (forwarded request 195576 from Zaitor)

OBS-URL: https://build.opensuse.org/request/show/195577
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fping?expand=0&rev=22
2013-08-19 08:50:29 +00:00
Pascal Bleser
0a1977b710 Accepting request 195576 from home:Zaitor:branches:network:utilities
Update to version 3.5

OBS-URL: https://build.opensuse.org/request/show/195576
OBS-URL: https://build.opensuse.org/package/show/network:utilities/fping?expand=0&rev=20
2013-08-18 22:45:06 +00:00
Stephan Kulow
8e3a26433e Accepting request 150510 from network:utilities
- Enable missing ipv6 support 
- tweak out CFLAGS. (forwarded request 150502 from elvigia)

OBS-URL: https://build.opensuse.org/request/show/150510
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fping?expand=0&rev=21
2013-01-31 13:46:38 +00:00
79c1b33315 Accepting request 150502 from home:elvigia:branches:network:utilities
- Enable missing ipv6 support 
- tweak out CFLAGS.

OBS-URL: https://build.opensuse.org/request/show/150502
OBS-URL: https://build.opensuse.org/package/show/network:utilities/fping?expand=0&rev=18
2013-01-31 06:40:27 +00:00
Stephan Kulow
09d7478311 Accepting request 138317 from network:utilities
- update to 3.4 
  * Revert "Output statistics to stdout instead of stderr", because
    it breaks tools assuming the output goes to stderr

OBS-URL: https://build.opensuse.org/request/show/138317
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fping?expand=0&rev=19
2012-10-17 05:13:22 +00:00
56dedb0a03 - update to 3.4
* Revert "Output statistics to stdout instead of stderr", because
    it breaks tools assuming the output goes to stderr

OBS-URL: https://build.opensuse.org/package/show/network:utilities/fping?expand=0&rev=16
2012-10-16 10:01:05 +00:00
Ismail Dönmez
b495de1e07 Accepting request 134101 from network:utilities
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/134101
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fping?expand=0&rev=18
2012-09-14 10:16:48 +00:00