- update to 1.10.0:
* Build system: Search the "rt" library for clock_gettime(). This
fixes build issues on Mac OS X. Thanks to Yann E. Morni for this
fix. #9
* Build system: The "--with[out]-ncurses" option has been added and
allows to enforce/disable the building of "noping". Thanks to Thomas
Deutschmann for the patch. #15
* Build system: Compatibility code to work with pkg-config < 0.27 has
been added. #22
* liboping: Creation of ICMPv4 packets has been fixed: due to an
incorrect sizeof() the payload may have been prefixed by 20 zero
bytes, resulting in larger packets than desired.
* liboping: The number of file descriptors used has been reduced to at
most two (from one per host). This and a few other optimizations
significantly improve performance.
* oping, noping: Handling of the "-O" command line flag has been
fixed.
* oping, noping: The "-b" option has been added and enables a bell
whenever an echo reply is received.
* noping: The background color has been changed to use the terminal
default.
* noping: The ability to add hosts after noping has started (the "a"
key) has been added.
- remove liboping-conditional_IPV6_TCLASS.patch (obsolete)
OBS-URL: https://build.opensuse.org/request/show/828159
OBS-URL: https://build.opensuse.org/package/show/server:monitoring/liboping?expand=0&rev=28
- Update to version 1.9.0
* liboping: The new "PING_OPT_MARK" option allows to mark packets,
which can be used for filtering and routing such packets on Linux.
* oping, noping: The new "-m" command line option allows to set a mark
on packets sent by the tool.
* oping, noping: The new "-O" command line option allows to write
measurements to an CSV file.
* oping, noping: The new "-w" command line option allows to specify
the timeout after which a packet/reply is considered "dropped".
OBS-URL: https://build.opensuse.org/request/show/416240
OBS-URL: https://build.opensuse.org/package/show/server:monitoring/liboping?expand=0&rev=26
* Build system: Setting capabilities and the set-UID bit has been made
more fault-tolerant, so that it will work with Debian's fakeroot(1)
utility.
* src/liboping.c: Fixed a compiler warning about an non-static format
string. Thanks to Brian Edwards for pointing this out.
OBS-URL: https://build.opensuse.org/package/show/server:monitoring/liboping?expand=0&rev=23