Package liboping: Information
Source package: liboping
Version: 1.10.0-alt2
Build time: Mar 31, 2023, 02:44 PM
Category: System/Libraries
Report package bugHome page: https://github.com/octo/liboping
License: LGPLv2.1
Summary: Liboping library
Description:
liboping is a C library to generate ICMP echo requests, better known as "ping packets". It is intended for use in network monitoring applications or applications that would otherwise need to fork ping(1) frequently. liboping was inspired by ping, libping (homepage vanished) and fping: it differs from these existing solutions in that it can `ping' multiple hosts in parallel using IPv4 or IPv6 transparently. Other design principles were an object oriented interface, simplicity and extensibility: Is simple because there are only a few interface functions and no external dependencies. It's extensible since all (internal) data is kept in "opaque data types", so the storage may change or be extended without applications noticing it.
List of RPM packages built from this SRPM:
liboping (riscv64)
liboping-debuginfo (riscv64)
liboping-devel (riscv64)
oping (riscv64)
oping-debuginfo (riscv64)
liboping (riscv64)
liboping-debuginfo (riscv64)
liboping-devel (riscv64)
oping (riscv64)
oping-debuginfo (riscv64)
Maintainer: Anton Farygin
Last changed
Oct. 3, 2021 Anton Farygin 1.10.0-alt2
- cleanup spec - disabled static library build - added pkgconfig file to the devel package
Feb. 18, 2020 Anton Farygin 1.10.0-alt1
- 1.10.0 - removed suid bit for oping binary and this tool now work only under privileged user
Dec. 5, 2018 Grigory Ustinov 1.6.2-alt2
- Fixed FTBFS (Disabled Werror).