]> git.ipfire.org Git - people/stevee/ipfire-2.x.git/commitdiff
iotop: Update to version 1.30
authorAdolf Belka <adolf.belka@ipfire.org>
Fri, 12 Sep 2025 10:10:38 +0000 (12:10 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Fri, 12 Sep 2025 15:48:37 +0000 (15:48 +0000)
- 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>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
lfs/iotop

index d869386ea62e22cbd1b0b483eed5a440e65ab407..7fc61470f6e18f7295b0024c38ce9b6475c06abd 100644 (file)
--- 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)