liboping 1.6.1+2.g207d51d-2 source package in Ubuntu

Changelog

liboping (1.6.1+2.g207d51d-2) unstable; urgency=low

  [ Barak A. Pearlmutter ]
  * debian/control:
    - Updated standards-version to 3.9.2; no changes.
  * Simplified debian/liboping-dev.install, debian/oping.install.

  [ Sebastian Harl ]
  * debian/source/format:
    - Switched to '3.0 (quilt)' format.
  * debian/control:
    - Added Barak to uploaders.
  * debian/patches:
    - Added recvtos -- patch for #618729 (missing IP_RECVTOS on FreeBSD) as
      separate patch.
    - Added z-option -- upstream patch adding option -Z to enable non-zero
      exit codes in case a certain amount of replies were lost.
  * debian/rules:
    - Split target 'build' into 'build-arch' and 'build-indep'.
 -- Ubuntu Archive Auto-Sync <email address hidden>   Mon,  24 Oct 2011 09:05:49 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Precise
Original maintainer:
Sebastian Harl
Architectures:
any
Section:
libs
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
liboping_1.6.1+2.g207d51d.orig.tar.gz 369.5 KiB 83833e2c7737c1c74083c0947cbf5d7550d2286444c24636ef9ed08041542b5f
liboping_1.6.1+2.g207d51d-2.debian.tar.gz 8.9 KiB 61c994e2f06872a83d0f662cad84f8b68f7ee2f0ab16582604a077f0092ebf1c
liboping_1.6.1+2.g207d51d-2.dsc 1.5 KiB 6a6189fd2d2bc63e348336f4ba6f28f07af2ec0385bc53bd06904109a8356005

View changes file

Binary packages built by this source

libnet-oping-perl: module for ICMP latency measurement

 Net::Oping is a Perl module for sending ICMP ECHO_REQUESTs (better known as
 "ping packets") and measuring the time that elapses until the reception of an
 ICMP ECHO_REPLY packet (also known as "pong"). It supports pinging multiple
 hosts in parallel using IPv4 or IPv6 transparently.

liboping-dev: C/C++ library to generate ICMP ECHO_REQUESTs (development files)

 liboping features pinging multiple hosts in parallel using IPv4 or IPv6
 transparently. The interface is object oriented.
 .
 This package contains the header files, the static library and the manpages.

liboping0: C/C++ library to generate ICMP ECHO_REQUESTs

 liboping features pinging multiple hosts in parallel using IPv4 or IPv6
 transparently. The interface is object oriented.
 .
 This package contains the shared library.

oping: sends ICMP_ECHO requests to network hosts

 oping uses ICMP packages (better known as "ping packets") to test the
 reachability of network hosts. It supports pinging multiple hosts in parallel
 using IPv4 and/or IPv6 transparently.
 .
 This package contains two command line applications: "oping" is a replacement
 for tools like ping(1), ping6(1) and fping(1). "noping" is an ncurses-based
 tool which displays statistics while pinging and highlights aberrant
 round-trip times.