* 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".
The RouterSploit Framework is an open-source exploitation
framework dedicated for embedded devices.
It consists of various modules that aid penetration testing operations:
* exploits - modules that take advantage of identified vulnerabilities
* creds - modules designed to test credentials against network services
* scanners - modules that check if target is vulnerable to any exploit
OK sthen@
Don't try to create the man3 directory or remove the .3 man pages that
are not generated because (according to the Makefile comment) ocamldoc is
hopeless at at generating them.
Placate portcheck by using ${PREFIX} instead of a hardcoded directory.
Maintainer timeout.
PLIST tweaks and ok chrisz@
commit 072e39c9cf449ccb8d7be301768a769f479c2875
Author: Max Kellermann <max@duempel.org>
Date: Fri Jul 1 21:17:52 2016 +0200
filter/ReplayGain: skip PcmVolume if a mixer is set
Previously, volume was applied twice: once by PcmVolume, and again by
the hardware mixer.
commit ba8e579e9b8126a694d1125e001acddbeb494299
Author: Max Kellermann <max@duempel.org>
Date: Fri Jul 1 21:22:21 2016 +0200
pcm/Volume: use 0x69 to generate DSD silence
MODGNU_AUTOCONF_DEPENDS being automagically set because CONFIGURE_STYLE
happens to be gnu, or not. Mozilla configure doesnt really use
autoconf-2.13 anyway in recent versions, but still checks for its presence...
Reported by naddy@ several times.. thought i had fixed it