From: Matthias Fischer Date: Fri, 11 Apr 2025 13:05:45 +0000 (+0200) Subject: htop: Update to 3.4.1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c3a2577fc8bbc47d43b206c27fce6edba45b3c64;p=people%2Fmfischer%2Fipfire-2.x.git htop: Update to 3.4.1 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 --- diff --git a/lfs/htop b/lfs/htop index 8f5516bc9..a471d955d 100644 --- 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)