From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] iotop: Update to version 1.26 Date: Tue, 03 Sep 2024 11:17:20 +0200 Message-ID: <20240903091725.7068-2-adolf.belka@ipfire.org> In-Reply-To: <20240903091725.7068-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1715184210444178454==" List-Id: --===============1715184210444178454== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable - Update from version 1.22 to 1.26 - Update of rootfile not required - Changelog 1.26 Add clock in upper right corner 1.25 Fix bug when iotop busy loops after pressing ESC key Change the condition of displaying processes in only mode 1.24 Fix a bug with graphs in ASCII mode Show the status of the configuration in the help window Support ancient compilers by @bbonev in #52 1.23 Changes by @bbonev in #43 Fix some issues reported by lintian by @debian-janitor in #42 Revert syscall count stuff by @bbonev in #44 Fix empty archlinux package by @bokunodev in #46 Signed-off-by: Adolf Belka --- lfs/iotop | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lfs/iotop b/lfs/iotop index 1dc44eaef..d869386ea 100644 --- a/lfs/iotop +++ b/lfs/iotop @@ -1,7 +1,7 @@ ############################################################################= ### # = # # IPFire.org - A linux based firewall = # -# Copyright (C) 2007-2022 IPFire Team = # +# Copyright (C) 2007-2024 IPFire Team = # # = # # 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,7 +26,7 @@ include Config =20 SUMMARY =3D Top Like UI to Show Per-Process I/O Going on =20 -VER =3D 1.22 +VER =3D 1.26 =20 THISAPP =3D iotop-$(VER) DL_FILE =3D $(THISAPP).tar.xz @@ -35,7 +35,7 @@ DIR_APP =3D $(DIR_SRC)/$(THISAPP) TARGET =3D $(DIR_INFO)/$(THISAPP) =20 PROG =3D iotop -PAK_VER =3D 5 +PAK_VER =3D 6 DEPS =3D =20 SERVICES =3D @@ -48,7 +48,7 @@ objects =3D $(DL_FILE) =20 $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) =20 -$(DL_FILE)_BLAKE2 =3D 59ceff92600f6f9ff080d02ea10a796a2b6f05ccbb663ac2eed9a7= d5c7f6a44de329307bc45605b3415804ef3b2d0699afdaeb1c22604276ce15fc606304ef70 +$(DL_FILE)_BLAKE2 =3D 90ca8706809952c1523c01b1cb4fa2728934277d80145ab6d90e10= cb624361fd4089c527c6093b4733b954f874598c33c7892369ef98e96cbc0bb173a0f8c986 =20 install : $(TARGET) =20 --=20 2.46.0 --===============1715184210444178454==--