Package Release Info

liboping-1.10.0-bp160.1.14

Update Info: Base Release
Available in Package Hub : 16.0

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

liboping-devel
liboping0
noping
oping
perl-Net-Oping

Change Logs

* Thu Feb 29 2024 pgajdos@suse.com
- Use %autosetup macro. Allows to eliminate the usage of deprecated
  %patchN
* Thu Aug 20 2020 Dirk Mueller <dmueller@suse.com>
- 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)
* Tue Sep 10 2019 Christophe Giboudeaux <christophe@krop.fr>
- Use -ffat-lto-objects when building static libraries.
* Sun Jul 31 2016 mardnh@gmx.de
- 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".
* Mon Mar 30 2015 p.drouand@gmail.com
- Add support for distributions which provide automake older than
  1.14
- Add pkg-config build require; needed to find devel dependencies
* Thu Feb 12 2015 p.drouand@gmail.com
- Update to version 1.8.0
  * oping, noping: Average and standard deviation have been removed from
  the status output, which show median and 95th percentile instead.
  The percentile can be chosen with the "-P" option.
  * noping: The additional graph types "histogram" and "boxplot" have
    been added, which can be selected with the "-g" option.
- Spec file refactoring
- liboping requires automake >= 1.14; fix version dependency
- Do not copy manĂ¢ges in package documentation directory
* Wed Feb 15 2012 lars@linux-schulserver.de
- update to 1.6.2:
  * 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.
- specfile cleanup
* Mon Feb 13 2012 coolo@suse.com
- patch license to follow spdx.org standard
* Fri Sep 16 2011 jengelh@medozas.de
- Implement baselibs for package
- Remove redundant tags/sections from specfile
- Use %_smp_mflags for parallel build
- Correct description of SRPM
* Mon Mar 07 2011 pascal.bleser@opensuse.org
- update to 1.6.1:
  * compatibility with ncurses 5.8 has been added to the "noping" application