From patchwork Tue Dec 7 17:36:15 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 4907 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4J7nXN4tcjz3wt3 for ; Tue, 7 Dec 2021 17:36:20 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4J7nXN1j6gznR; Tue, 7 Dec 2021 17:36:20 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4J7nXN1TGPz2xXN; Tue, 7 Dec 2021 17:36:20 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4J7nXM0GX3z2x9Y for ; Tue, 7 Dec 2021 17:36:19 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4J7nXL4gFjzWx; Tue, 7 Dec 2021 17:36:18 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1638898578; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=Ep1aCbfgdM9ZCanJnIKkACbonul6eEzqgu3B72l9PO0=; b=0rLxCmKlgWC77RDUHXCG1xoNscxBLkzxVYe1m0jJBG/2vERBS7aRaNHfPzVEFa4PUx0nhk D4RBrqt8CN4T1kBA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1638898578; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=Ep1aCbfgdM9ZCanJnIKkACbonul6eEzqgu3B72l9PO0=; b=K1y4s4LtG5sk3hkeMwOWfaP6VrZS14mG5q36UGe9RbgX/CM4e0aJxgGpsSYWYENq5MMZD9 daS3tH1sBDI/FyeWopbgQJtf+tuLZRPaUfhM1Km0WQmZHrdmqP4VuKB6rspgRmjNa8UzhC WDVFyk8mThdPyOv5TFxy5Yw13YZRNPGvVunWlAogKGBVNltKDUgBbiIUeL7cOOwO7pklUW qqyh1ZCcbXpVNlXYGOYBcgOmBb3k0Pg0GCRq3uhFefK1ww0cNlNcCCOnNkvnLWKVEVt+xf IS99EUzVKzXS3WGZ5ucftWTPnFAnuyco/2uemwyb0De0Vrha6gckMw7xhAKfQg== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] htop: Update to version 3.1.2 Date: Tue, 7 Dec 2021 18:36:15 +0100 Message-Id: <20211207173615.1918607-1-adolf.belka@ipfire.org> MIME-Version: 1.0 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" - 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 actions * Allow -u UID with numerical value as argument * Added documentation for obsolete/state libraries/program files highlighting * 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 Reviewed-by: Michael Tremer --- 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 @@ include Config -VER = 3.1.1 +VER = 3.1.2 THISAPP = htop-$(VER) -DL_FILE = $(THISAPP).tar.gz +DL_FILE = $(THISAPP).tar.xz DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = htop -PAK_VER = 17 +PAK_VER = 18 DEPS = @@ -46,7 +46,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 76ad907a6d43cf38c089e3e9b0100590 +$(DL_FILE)_MD5 = 13f3be1bb11165c0c46d8b3ff7e17f45 install : $(TARGET) @@ -78,7 +78,7 @@ $(subst %,%_MD5,$(objects)) : $(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=/usr cd $(DIR_APP) && make $(MAKETUNING)