Source: iptraf Version: 3.0.0-8.1 Severity: wishlist Tags: patch User: [email protected] Usertags: uname X-Debbugs-Cc: [email protected]
Hi! While working on the "reproducible builds" effort [1], we have noticed that iptraf could not be built reproducibly. It embeds the kernel- and machine name into the binary. The attached patch removes this information, as it is not interesting to the user on which architecture the binary was built. Regards, Reiner [1]: https://wiki.debian.org/ReproducibleBuilds
diff --git a/src/iptraf.c b/src/iptraf.c
index c386a89..3db09ed 100644
--- a/src/iptraf.c
+++ b/src/iptraf.c
@@ -261,7 +261,6 @@ void program_interface(struct OPTIONS *options,
if (opt == 0) {
attrset(STATUSBARATTR);
- mvprintw(LINES - 1, 1, PLATFORM);
about();
tx_initmenu(&menu, 13, 35, (LINES - 14) / 2, (COLS - 35) / 2,
signature.asc
Description: Digital signature

