From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4ZYxnh4Whzz334H for ; Fri, 11 Apr 2025 13:08:24 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) client-signature RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R10" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4ZYxnd0Wx5z2xQc for ; Fri, 11 Apr 2025 13:08:21 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4ZYxnc5jGxzd8; Fri, 11 Apr 2025 13:08:20 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1744376900; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=qBp7jnO8XyyVB7Kk7HRgx0IRLw93NbMBIjq2DiZxYOc=; b=XEVIDQdwxBUJMJoYy01gRtLZ9yr1I3cVH4TmPPb3tRSkaWlmPVe8xETBbzZk7PEdf99PSL lvBbKTURqjURdmDA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1744376900; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=qBp7jnO8XyyVB7Kk7HRgx0IRLw93NbMBIjq2DiZxYOc=; b=H88J2FnC8YPypSGr/Sag7niQTqR/tBOiQ+y9a3ZoM0+fHP1WNrXF5NNFTUWZygY3c6AmY1 bYn0hKQCgVD7Qa7ratFYYMFRrKsx/fl2Bp08xresvvLxd1yW2Te1XWG5TCWHubXzSU6VyH Xh+d7dq2xCyNMDx0c3DH5sfFUW4F+ev8rZ3ias916J7ENku8lq4vcpjEsItwCqupA+3CiZ m55BD4kT8zayA4MoH7H49hXHSQapHnjD4DLm5wjnES/uM+cWJmgNhR401Gze6FVTGeh/i0 4JGlRs6vjmkmAytGPKck9xAjVdocIEB4lWAiv0OBY4HHnmpMR2GKMq3WeVbqhA== From: Matthias Fischer To: development@lists.ipfire.org Cc: Matthias Fischer Subject: [PATCH] htop: Update to 3.4.1 Date: Fri, 11 Apr 2025 15:07:36 +0200 Message-ID: <20250411130752.3380686-1-matthias.fischer@ipfire.org> Precedence: list List-Id: List-Subscribe: , List-Unsubscribe: , List-Post: List-Help: Sender: Mail-Followup-To: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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 --- lfs/htop | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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) -- 2.43.0