From patchwork Sun Dec 11 12:33:28 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 6298 Return-Path: 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 (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4NVPM61v8sz3wfW for ; Sun, 11 Dec 2022 12:33:54 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4NVPLz3Wdpz12H; Sun, 11 Dec 2022 12:33:47 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4NVPLz0y8Jz309x; Sun, 11 Dec 2022 12:33:47 +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 (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4NVPLy0vW7z309Q for ; Sun, 11 Dec 2022 12:33:46 +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 ECDSA (P-384) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4NVPLx2ZJRzyp; Sun, 11 Dec 2022 12:33:45 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1670762025; 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: in-reply-to:in-reply-to:references:references; bh=tCcEApA+mEQdHOyKFvXWXrWOrd+VwjS810dD4dRzysI=; b=m0OhfrSH1OU9uLM7XG8HqYpxUbo1OJiV3UwKMgePOFI39zLNg9pebgYUgcIWCFLD80PGOT rjUlnhSsFZtJfsDg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1670762025; 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: in-reply-to:in-reply-to:references:references; bh=tCcEApA+mEQdHOyKFvXWXrWOrd+VwjS810dD4dRzysI=; b=aOjmQJ0J2prD193RrdvRJwV8d/dlTwzI6QCUazQfHWmM9OH+uPFUO0hdjZMwg9JXxO6Hht 1sPDz0CXBak1zVEgoFDVoOb+3lYgzZaVwnJsc+SZ4iyNDrPI2E+1acgQIfmjemDZ7rFsRa 2pUUy1Dx5tkYjiTYo6uWZRdu7bGh5bXugs51Pu7d5B6lHtOaVFvR/CDmVyNWRy/XHlhnNO lpFg6fwZOp0Wd0sO6T8c7+xmz9OHUsv91F5ftNNuVrB+48KZQP2285ATknImYzOJp9+cIm 7/RppvMWF/nKFbcAiTIfXobEC16cSXkY7uvfgemn5f5779eeXVYhVNC1I5ntww== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] libstatgrab: Update to version 0.92.1 Date: Sun, 11 Dec 2022 13:33:28 +0100 Message-Id: <20221211123330.5155-7-adolf.belka@ipfire.org> In-Reply-To: <20221211123330.5155-1-adolf.belka@ipfire.org> References: <20221211123330.5155-1-adolf.belka@ipfire.org> MIME-Version: 1.0 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" - Update from vesrion 0.92 to 0.92.1 - Update of rootfile - Changelog libstatgrab 0.92.1 (27 July 2021) * Fix build with autoconf 2.70+. * Fix CPU stats on older Linux kernels. * Make sure to count processes in an unknown state. * Check if -ltinfo is needed when linking ncurses. * Fixes to build when cross-compiling. * Fix build with -DNDEBUG. * Handle vmmeter changes in FreeBSD 12. Signed-off-by: Adolf Belka Reviewed-by: Peter Müller --- config/rootfiles/common/libstatgrab | 2 +- lfs/libstatgrab | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/config/rootfiles/common/libstatgrab b/config/rootfiles/common/libstatgrab index 8f0b15296..b1a4d2eb8 100644 --- a/config/rootfiles/common/libstatgrab +++ b/config/rootfiles/common/libstatgrab @@ -7,7 +7,7 @@ usr/bin/statgrab #usr/lib/libstatgrab.la #usr/lib/libstatgrab.so usr/lib/libstatgrab.so.10 -usr/lib/libstatgrab.so.10.0.1 +usr/lib/libstatgrab.so.10.0.2 #usr/lib/pkgconfig/libstatgrab.pc #usr/share/doc/libstatgrab #usr/share/doc/libstatgrab/AUTHORS diff --git a/lfs/libstatgrab b/lfs/libstatgrab index 997880efc..50de9b490 100644 --- a/lfs/libstatgrab +++ b/lfs/libstatgrab @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2018 IPFire Team # +# Copyright (C) 2007-2022 IPFire Team # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -24,7 +24,7 @@ include Config -VER = 0.92 +VER = 0.92.1 THISAPP = libstatgrab-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = d8ca538f01d9e0b1d5c459c9c0da6df5b6806e02649d726c3ee8a2f69233a7183df6dda95980a8e6f8b438478ec28f4baa9d623d5372e5e3e28ea4909e905872 +$(DL_FILE)_BLAKE2 = 5315772da07a9229f7f5d85dc7563333892e2a7293d7b331bd65edbebc08841103e6cf695d8faf25b83135545dda767bfc358517afa866981657dc8205d319be install : $(TARGET)