summary refs log tree commit diff
path: root/pkgs/development/libraries/liboping
Commit message (Collapse)AuthorAge
* treewide: move NIX_CFLAGS_COMPILE to the env attrsetArtturin2023-02-22
| | | | | | | | with structuredAttrs lists will be bash arrays which cannot be exported which will be a issue with some patches and some wrappers like cc-wrapper this makes it clearer that NIX_CFLAGS_COMPILE must be a string as lists in env cause a eval failure
* liboping: fix format arguments for printf()Sergei Trofimovich2021-12-04
| | | | | | | | Without the change build fails on `ncurses-6.3` as: oping.c:1601:38: error: too many arguments for format [-Werror=format-extra-args] 1601 | HOST_PRINTF ("%zu bytes from %s (%s): icmp_seq=%u ttl=%i ", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* liboping: pull pending upstream inclusion fix for ncurses-6.3Sergei Trofimovich2021-11-28
| | | | | | | | Without the fix build on ncurses-6.3 fails as: oping.c:1128:25: error: format not a string literal and no format arguments [-Werror=format-security] 1128 | mvwprintw (ctx->window, /* y = */ 3, /* x = */ x + 2, symbol); | ^~~~~~~~~
* development: /s/name/pname&version/Felix Buehler2021-06-30
|
* pkgs/development/libraries: stdenv.lib -> libBen Siraphob2021-01-21
|
* liboping: fix build on DarwinRyan Burns2020-09-20
|
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* treewide: NIX_*_COMPILE -> stringRobin Gloster2019-12-31
|
* liboping: fix build with gcc8Franz Pletz2019-06-17
|
* treewide: Make all the rest of configureFlagsJohn Ericson2018-08-03
|
* liboping: 1.9.0 -> 1.10.0volth2017-09-28
|
* liboping: 1.8.0 -> 1.9.0Franz Pletz2017-01-22
|
* liboping: update 1.6.2 -> 1.8.0Bjørn Forsman2014-12-03
| | | | | | | According to NEWS, the changes are in the command line tools, not the library, so I think dependees (only collectd) will work fine. Also update homepage: http://verplant.org/liboping/ => http://noping.cc/
* liboping: new packageBjørn Forsman2014-06-15
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. http://verplant.org/liboping/