Package liboping: Information

    Source package: liboping
    Version: 1.10.0-alt2
    Latest version according to Repology
    Build time:  Oct 3, 2021, 03:16 PM in the task #286324
    Category: System/Libraries
    Report package bug
    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 rpms provided by this srpm:
    liboping (x86_64, ppc64le, i586, armh, aarch64)
    liboping-debuginfo (x86_64, ppc64le, i586, armh, aarch64)
    liboping-devel (x86_64, ppc64le, i586, armh, aarch64)
    oping (x86_64, ppc64le, i586, armh, aarch64)
    oping-debuginfo (x86_64, ppc64le, i586, armh, aarch64)

    Maintainer: Anton Farygin


    ACL:
    Michael Shigorin
    @qa
    @everybody

      1. /usr/bin/pod2man

    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).