From patchwork Mon Aug 17 12:54:04 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matthias Fischer X-Patchwork-Id: 10159 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 (secp384r1 raw public key) server-digest SHA384 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mail01.haj.ipfire.org", Issuer "YR2" (not verified)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4hNt8n4dJ4z3wkB for ; Mon, 17 Aug 2026 12:55:05 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [IPv6:2001:678:b28::201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (Client CN "mail02.haj.ipfire.org", Issuer "YE1" (not verified)) by mail01.ipfire.org (Postfix) with ESMTPS id 4hNt8d0Spgz6mm for ; Mon, 17 Aug 2026 12:54:57 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [IPv6:::1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4hNt8D4mFBz36Vr for ; Mon, 17 Aug 2026 12:54:36 +0000 (UTC) X-Original-To: development@lists.ipfire.org 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 (secp384r1 raw public key) server-digest SHA384 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mail01.haj.ipfire.org", Issuer "YR2" (not verified)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4hNt8570HFz2xPV for ; Mon, 17 Aug 2026 12:54:29 +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 RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4hNt7x4G40zbt; Mon, 17 Aug 2026 12:54:21 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1786971261; 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=U7qb3E977sgGbKpXPK7rh+iNgunVz7/RisEPMauFTXI=; b=S2pdEKZ3UPNPIsXGG6v6yro2etBkCuprPkBDlySIXFSfw0YJ4VydJKiaIkdDgE/sBzPj+o eOEzNav+2n0YIKDA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1786971261; 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=U7qb3E977sgGbKpXPK7rh+iNgunVz7/RisEPMauFTXI=; b=Vktvha0Zxc2FVHiF7CBlyS1HT0c/TOqt7dKo5F0+GskSXu2wisYRr8trLgvyvLMNc7ESOx rz04/zysniR6wBPCSOmJuM6gYjqrAmIqoqRSybVp3XKelHE4AHcdx0SUCEML51j4WP5gsh tvjAxruqAIUvbjqHuknay7wjk7V4w0sij4bfho2Np0nf6pDIcUAB7zBO/BEdiJbJFjM87M 8G/odvvlQI0fqP8YxwuGvtgf9kGbwV1sn+kahBWZPHHlreePO6jJG1gOpZ8K092yPT6aOW p3nIYrXBqSDdLzJ2QFRSMiAo2jtN1EfrMWRK8gTK1GwJGP5XGC5MgJLq7Pirsg== From: Matthias Fischer To: development@lists.ipfire.org Cc: Matthias Fischer Subject: [PATCH] htop: Update to 3.5.3 Date: Mon, 17 Aug 2026 14:54:04 +0200 Message-ID: <20260817125412.3362275-1-matthias.fischer@ipfire.org> Precedence: list List-Id: List-Subscribe: , List-Unsubscribe: , List-Post: List-Help: Sender: Mail-Followup-To: MIME-Version: 1.0 For details see: https://github.com/htop-dev/htop/blob/main/ChangeLog "What's new in version 3.5.3 * docs: document CPU meter segments in the man page * Improve the settings parser (htoprc) to avoid segfaults on tampered files includes fixing CVE-2024-37676 * Fix Clang MSan sanitizer security issue * linux: fix out-of-bounds access when parsing power supply type * linux: mark a CPU offline when it is unplugged from the middle * linux: release CPU data when a CPU is hot-unplugged * XUtils: use strchr instead strstr * darwin: fix blank STARTTIME and wrong ELAPSED for threads * Exit follow mode when search or filter is cancelled * Extend man page to include a External Libraries section on libnl-3 / libnl-genl-3 * Add zswap pool usage meters" Signed-off-by: Matthias Fischer --- lfs/htop | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lfs/htop b/lfs/htop index 5613dd6f6..af2f3de48 100644 --- a/lfs/htop +++ b/lfs/htop @@ -26,7 +26,7 @@ include Config SUMMARY = An Interactive text-mode Process Viewer for Linux -VER = 3.5.2 +VER = 3.5.3 THISAPP = htop-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -34,7 +34,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = htop -PAK_VER = 26 +PAK_VER = 27 DEPS = @@ -50,7 +50,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = 168fad27b79adfd0537dae78ed5363f79ddd601d81547cbd80a1931e0149ce2bc320c36a3d3e764ca19db59f8491d85f70c27a8fba1eca731e800d9d0b7ad3ef +$(DL_FILE)_BLAKE2 = 6861dcd32f6df4d0d1385f0196714947fb3d2930e96297715542501889356bb748d7de60eb15208e053f254f85a2f67f498001761f561924bdf0baebda5a5595 install : $(TARGET)