From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: development@lists.ipfire.org Subject: Re: [PATCH] htop: Update to version 3.1.2 Date: Wed, 08 Dec 2021 09:55:51 +0000 Message-ID: <038AAB61-6E4B-4926-8C88-BB81539E5134@ipfire.org> In-Reply-To: <20211207173615.1918607-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5772999038763245407==" List-Id: --===============5772999038763245407== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Reviewed-by: Michael Tremer > On 7 Dec 2021, at 17:36, Adolf Belka wrote: >=20 > - 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 a= ctions > * Allow -u UID with numerical value as argument > * Added documentation for obsolete/state libraries/program files highli= ghting > * 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 >=20 > Signed-off-by: Adolf Belka > --- > lfs/htop | 10 +++++----- > 1 file changed, 5 insertions(+), 5 deletions(-) >=20 > 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 >=20 --===============5772999038763245407==--