From: Matthias Fischer <matthias.fischer@ipfire.org>
To: development@lists.ipfire.org
Cc: Matthias Fischer <matthias.fischer@ipfire.org>
Subject: [PATCH] htop: Update to 3.5.2
Date: Sun, 19 Jul 2026 15:04:46 +0200 [thread overview]
Message-ID: <20260719130457.104723-1-matthias.fischer@ipfire.org> (raw)
For details see:
https://github.com/htop-dev/htop/blob/main/ChangeLog
"What's new in version 3.5.2
* Scheduling: OR in SCHED_RESET_ON_FORK instead of ANDing it
* linux: fix reading zram values
* systemd: fix SystemdMeter parsing when falling back to systemctl show
* freebsd: unifying buffer/cache memory usage for all filesystem cache
* desktop: add trailing semicolon to Keywords and expand keyword list
* Remove obsolete OpenVZ and VServer support
* linux: add M_EPSS column (effective proportional set size)
* Fix segfault when vCPUs are hot-added: resize AllCPUsMeter data->meters array on CPU count change
* Introduce sticky_follow setting / Unfollow when moving cursor
* Show error message when trace feature fails on fork
* Avoid memory leak on error when listing open files
* Simplify interrupted waitpid handling
* Properly terminate forked process for TraceScreen
* Avoid running atexit handlers for forked children
* Split runlevel and service count queries
* Skip displaying service counts if both values are missing
* darwin: fix Mach port leak in DarwinProcess_scanThreads()
* linux: resolve actual executable path for Flatpak processes
* Handle unavailable OOM scores as N/A
* pcp: NULL-guard Metric_instanceCount/Offset
* Keep search selection followed on confirm
* darwin: fix used memory calculation to match Activity Monitor
* Strip control characters from info screen titles
* Guard title truncation against narrow terminal widths
* Cap VLA length in RichString wide-character functions
* Prevent integer overflow in drawScreenTab()
* linux: fix core ID normalization
* Make Shift (or Alt)-UP / Shift (or Alt)-DOWN scroll the Panel without changing the selection
* Add optional stable tree mode argument to -t, document in man page
* Implement stable tree view
* Improve following function to work across screens and to be reset with F on an already followed process
* SELinuxMeter: improve SELinux detection in constrained environments
* linux: avoid repeated zram ENOENT probes"
Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
---
lfs/htop | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/lfs/htop b/lfs/htop
index 3b7a8b38b..5613dd6f6 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.1
+VER = 3.5.2
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 = 25
+PAK_VER = 26
DEPS =
@@ -50,7 +50,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_BLAKE2 = bfa0b16ed6af15057aaa2bf6dbc504693a8ec418c85dc70f2478d1ec1357eaaa67a742149b8fd1ae5faed1dc93b44de166f4db6be6201af28b1a8c54ce5088c4
+$(DL_FILE)_BLAKE2 = 168fad27b79adfd0537dae78ed5363f79ddd601d81547cbd80a1931e0149ce2bc320c36a3d3e764ca19db59f8491d85f70c27a8fba1eca731e800d9d0b7ad3ef
install : $(TARGET)
--
2.53.0
reply other threads:[~2026-07-19 13:05 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260719130457.104723-1-matthias.fischer@ipfire.org \
--to=matthias.fischer@ipfire.org \
--cc=development@lists.ipfire.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox