From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] htop: Update to version 3.1.2 Date: Tue, 07 Dec 2021 18:36:15 +0100 Message-ID: <20211207173615.1918607-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4056384881741829536==" List-Id: --===============4056384881741829536== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable - Update from 3.1.1 to 3.1.2 - Update of rootfile not required - Changelog version 3.1.2 * Bugfix for crash when storing modified settings at exit * Generate xz-compressed source tarball (with configure) using github ac= tions * Allow -u UID with numerical value as argument * Added documentation for obsolete/state libraries/program files highlig= hting * Some obsolete/stale library highlighting refinements * Column width issues resolved * Dynamic UID column sizing improved * Discard stale information from Disk and Network I/O meters * Refined Linux kernel thread detection * Reworked process state handling * New CCGROUP column showing abbreviated cgroup name * New OFFSET column in the list of open files screen Signed-off-by: Adolf Belka --- lfs/htop | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/lfs/htop b/lfs/htop index 277b6532e..d874c8614 100644 --- a/lfs/htop +++ b/lfs/htop @@ -24,15 +24,15 @@ =20 include Config =20 -VER =3D 3.1.1 +VER =3D 3.1.2 =20 THISAPP =3D htop-$(VER) -DL_FILE =3D $(THISAPP).tar.gz +DL_FILE =3D $(THISAPP).tar.xz DL_FROM =3D $(URL_IPFIRE) DIR_APP =3D $(DIR_SRC)/$(THISAPP) TARGET =3D $(DIR_INFO)/$(THISAPP) PROG =3D htop -PAK_VER =3D 17 +PAK_VER =3D 18 =20 DEPS =3D =20 @@ -46,7 +46,7 @@ objects =3D $(DL_FILE) =20 $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) =20 -$(DL_FILE)_MD5 =3D 76ad907a6d43cf38c089e3e9b0100590 +$(DL_FILE)_MD5 =3D 13f3be1bb11165c0c46d8b3ff7e17f45 =20 install : $(TARGET) =20 @@ -78,7 +78,7 @@ $(subst %,%_MD5,$(objects)) : =20 $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) - @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE) + @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE) cd $(DIR_APP) && ./autogen.sh cd $(DIR_APP) && ./configure --prefix=3D/usr cd $(DIR_APP) && make $(MAKETUNING) --=20 2.34.1 --===============4056384881741829536==--