]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
htop: Update to 3.5.1
authorMatthias Fischer <matthias.fischer@ipfire.org>
Wed, 29 Apr 2026 18:58:21 +0000 (20:58 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 29 Apr 2026 19:47:53 +0000 (19:47 +0000)
For details see:
https://github.com/htop-dev/htop/blob/main/ChangeLog

"What's new in version 3.5.1

* Consolidate ClockMeter code into DateTimeMeter code
* Darwin: Fix unsigned underflow in memory meter on ARM64 (Apple Silicon 16K pages showing ~64TB used)
* Linux/PCP: Replace M_SHARE (SHR) with M_PRIV (PRIV) in default Main screen columns
* PCP: Fix dynamic screen column (instance) sorting (incorrect cast and field offsets)
* PCP: Fix units used when printing M_PRIV memory column values
* PCP: Add Darwin swap metric values and a fallback on Linux for SwapMeter
* Fix null pointer dereference in actionBacktrace() (GCC LTO -O2 -flto, Ubuntu 24.04)
* Make search function activate following on find consistently
* Make a panel click abort the search function"

Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
lfs/htop

index 049f2e83ab14c5029bf39d3b3ebeb1011ad6f100..3b7a8b38bcd73a792e2a84c5c43b222ac02e2755 100644 (file)
--- a/lfs/htop
+++ b/lfs/htop
@@ -26,7 +26,7 @@ include Config
 
 SUMMARY    = An Interactive text-mode Process Viewer for Linux
 
-VER        = 3.5.0
+VER        = 3.5.1
 
 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    = 24
+PAK_VER    = 25
 
 DEPS       =
 
@@ -50,7 +50,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_BLAKE2 = 5c7a85164dda81788b1487846ecce05a9457ac80301eacacaba8848a4357eefbf3332dde49e8315b369a0fcbb2443fda64ceb3ba71c3ab939ec68a4ce255a704
+$(DL_FILE)_BLAKE2 = bfa0b16ed6af15057aaa2bf6dbc504693a8ec418c85dc70f2478d1ec1357eaaa67a742149b8fd1ae5faed1dc93b44de166f4db6be6201af28b1a8c54ce5088c4
 
 install : $(TARGET)