From: Adolf Belka <adolf.belka@ipfire.org>
To: development@lists.ipfire.org
Cc: Adolf Belka <adolf.belka@ipfire.org>
Subject: [PATCH] iotop: Update to version 1.30
Date: Fri, 12 Sep 2025 12:10:38 +0200 [thread overview]
Message-ID: <20250912101046.7142-5-adolf.belka@ipfire.org> (raw)
In-Reply-To: <20250912101046.7142-1-adolf.belka@ipfire.org>
- Update from version 1.26 to 1.30
- Update of rootfile not required
- Changelog
1.30
kernel commit 0bf2d83 fixes the problem with struct taskstats, now iotop
1.30 handles only v15 of the struct in a different way, retaining
compatibility with both old and new kernels
show zero current values for exited processes
flush stdout after each batch run
1.29
Fix Linux kernel incompatible struct taskstats
1.28
add option to specify bin directory by @mhlavink in #78
fix batch mode
1.27
src/iotop: correct pg_cb signature by @mikoxyz in #64
Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
---
lfs/iotop | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)
diff --git a/lfs/iotop b/lfs/iotop
index d869386ea..7fc61470f 100644
--- a/lfs/iotop
+++ b/lfs/iotop
@@ -1,7 +1,7 @@
###############################################################################
# #
# IPFire.org - A linux based firewall #
-# Copyright (C) 2007-2024 IPFire Team <info@ipfire.org> #
+# Copyright (C) 2007-2025 IPFire Team <info@ipfire.org> #
# #
# This program is free software: you can redistribute it and/or modify #
# it under the terms of the GNU General Public License as published by #
@@ -26,16 +26,17 @@ include Config
SUMMARY = Top Like UI to Show Per-Process I/O Going on
-VER = 1.26
+VER = 1.30
+# https://github.com/Tomas-M/iotop/releases
THISAPP = iotop-$(VER)
DL_FILE = $(THISAPP).tar.xz
DL_FROM = $(URL_IPFIRE)
DIR_APP = $(DIR_SRC)/$(THISAPP)
TARGET = $(DIR_INFO)/$(THISAPP)
-
PROG = iotop
-PAK_VER = 6
+PAK_VER = 7
+
DEPS =
SERVICES =
@@ -48,7 +49,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_BLAKE2 = 90ca8706809952c1523c01b1cb4fa2728934277d80145ab6d90e10cb624361fd4089c527c6093b4733b954f874598c33c7892369ef98e96cbc0bb173a0f8c986
+$(DL_FILE)_BLAKE2 = 37e7bb77b06922d495a192e3e6b093162a88ecff4a27d135d9918c8df37aa152d2038a878988f976092053940717f9b89c91e47e63be67dc1c6e9f844ea8a639
install : $(TARGET)
--
2.51.0
next prev parent reply other threads:[~2025-09-12 10:11 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-09-12 10:10 [PATCH] core 198: Ship dtc Adolf Belka
2025-09-12 10:10 ` [PATCH] core198: Ship elinks Adolf Belka
2025-09-12 10:10 ` [PATCH] dtc: Update to version 1.7.2 Adolf Belka
2025-09-12 10:10 ` [PATCH] elinks: Update to version 0.18.0 Adolf Belka
2025-09-12 10:10 ` Adolf Belka [this message]
2025-09-12 10:10 ` [PATCH] iptraf-ng: Update to version 1.2.2 Adolf Belka
2025-09-12 10:10 ` [PATCH] libslirp: Update to version 4.9.1 Adolf Belka
2025-09-12 10:10 ` [PATCH] libusbredir: Update to version 0.15.0 Adolf Belka
2025-09-12 10:10 ` [PATCH] nagios_nrpe: Update to version 4.1.3 Adolf Belka
2025-09-12 10:10 ` [PATCH] opus: Update to version 1.5.2 Adolf Belka
2025-09-12 10:10 ` [PATCH] qemu-ga: Update to version 10.1.0 Adolf Belka
2025-09-12 10:10 ` [PATCH] qemu: " Adolf Belka
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20250912101046.7142-5-adolf.belka@ipfire.org \
--to=adolf.belka@ipfire.org \
--cc=development@lists.ipfire.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox