htop: Update to 3.5.3

Message ID 20260817125412.3362275-1-matthias.fischer@ipfire.org
State Staged
Commit 02ac52be391c311784e995e7b5a32a28a7c29917
Headers
Series htop: Update to 3.5.3 |

Commit Message

Matthias Fischer 17 Aug 2026, 12:54 p.m. UTC
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 <matthias.fischer@ipfire.org>
---
 lfs/htop | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
  

Patch

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)