Commit Message
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(-)
@@ -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)