Package: iperf / 2.0.14a+dfsg1-1
Metadata
Package | Version | Patches format |
---|---|---|
iperf | 2.0.14a+dfsg1-1 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
001 cast to max_size_t instead of int.patch | (download) |
src/Settings.cpp |
2 1 + 1 - 0 ! |
iperf does not handle right large time values Reported by Eugene Butan <eugene@mikrotik.com> When I invoke 'iperf' with '-t 100000000' argument from an ordinary shell prompt it immediately exits displaying incorrect bandwidth. If I supply smaller time value, iperf works as expected. |
002 spellcheck.patch | (download) |
man/iperf.1 |
4 2 + 2 - 0 ! |
fix typos recieve -> receive maintainence -> maintenance ouput -> output (un)desireable -> desirable |
003 fix hyphen used as minus sign.patch | (download) |
man/iperf.1 |
238 119 + 119 - 0 ! |
fix hyphen used as minus sign in manpages |
004 fix man break lines.patch | (download) |
man/iperf.1 |
4 2 + 2 - 0 ! |
fix cannot break lines error |
013 delete service.patch | (download) |
src/Makefile.am |
1 0 + 1 - 0 ! |
delete unused service.[ch] files with restrictive license include/service.h and src/service.c files are copyrighted by Microsoft with just a 'All Rights Reserved' message as license. Supposedly iperf is distributed under NCSA license, but licensing information in this file should be changed. In the meantime, and as these files are only used for compiling the windows iperf binary, I'm deleting them from the Debian version. |
016_configure g.patch | (download) |
configure.ac |
2 0 + 2 - 0 ! |
fix configure.ac fix configure deleting -g flag from *FLAGS |
017 gcc security.patch | (download) |
src/PerfSocket.cpp |
2 1 + 1 - 0 ! |
snprintf security Make it compile with gcc security flags enabled . |