]> git.ipfire.org Git - people/mfischer/ipfire-2.x.git/commitdiff
htop: Update to 3.4.1 htop
authorMatthias Fischer <matthias.fischer@ipfire.org>
Fri, 11 Apr 2025 13:05:45 +0000 (15:05 +0200)
committerMatthias Fischer <matthias.fischer@ipfire.org>
Fri, 11 Apr 2025 13:06:28 +0000 (15:06 +0200)
For details see:
https://github.com/htop-dev/htop/blob/main/ChangeLog

"What's new in version 3.4.1

* Support for PMAPI v3 for PCP
* PCP code cleanups
* Proper checks for strchrnul
* Code cleanup in the NetworkIOMeter
* Improved documentation for the --user option
* Display stuck processes on Darwin
* Handle issues when the monotonic clock runs backwards
* Fix builds using native curses on NetBSD"

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

index 8f5516bc94dc2abe569877e3aaecdf4805b6f10b..a471d955d90c9884650b2a8f2edfebd08b52270b 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.4.0
+VER        = 3.4.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    = 22
+PAK_VER    = 23
 
 DEPS       =
 
@@ -50,7 +50,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_BLAKE2 = b7a89ae689c9da540a7509cbb90ee103f48291e0685b971f1542795b7877434e10dcc66f47bb455456cf097d40bd9342d43fd05cc4b96676d4d954a8355e4271
+$(DL_FILE)_BLAKE2 = dd520c754084a8ad15a04c19a70936053588b52ab2b2004530d0664c9595043ff2d56baa220f579a29cef99aa09a68a79e6d697a6015a87386ebf26998691b50
 
 install : $(TARGET)